@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/forms.css';

/*-------GENERAL STYLES------*/
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #777;
	background: #f2f4f3;
	text-transform: lowercase;
	text-align: left;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeueLight", "Helvetica Neue", "HelveticaNeue", helvetica, arial, verdana, sans-serif;
	/*width: 1024px;*/
	/*-webkit-font-smoothing: antialiased;*/
	width: auto;
	height: auto;
}

a {
	color: #b58229;
	text-decoration: none;
}

img {
	margin: 0px;
	padding: 0px;
}

table {
	width: 560px;
	border-spacing: 0px 5px;
}

td {
	width: 310px;
	padding: 0;
}

th {
	width: 250px;
	vertical-align: top;
}

#header {
	height: 100px;
	padding: 10px;
}

.custom {
	float: left;
}

#main {
	float: left;
	left: 0px;
	top: 0px;
	width: 600px;
}

#main li {
	list-style-type: disc;
}

#left {
	padding-right: 10px;
	width: 140px;
	left: 0px;
	top: 0px;
	padding-left: 10px;
}

#left2 {
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	left: 0px;
	width: 200px;
	top: 0px;
}

#footer {
	float: left;
	top: 200px;
	display:block;
	width: 1024px;
}

h1,h2,h3 {
	color: black;
	font-size: 16px;
}

p {
}

ul {
	margin-bottom: 10px;
}

.client-list ul {
	margin-bottom: 30px;
}

.client-list ul li ul {
	margin-bottom: 0;
}

label,
label.error {
	font-size: 0.875em;
	font-weight: normal;
	display:block;
	width:85px;
	height:40px;
	line-height:50px;
	float:left;
	border:none !important;
	background:none !important;
	padding:0 !important;
	margin-bottom:0 !important;
}

form br,
form p.error {
	clear:both;	
}

form p.error {
	display:none;	
}

label#lbl_18_0,
label#lbl_18_1,
label#lbl_18_2 {
	white-space:nowrap;	
	width:auto;
	padding-right:15px !important;
}

input.radio {
	width:auto;
	float:left;	
	height:47px;
	border:none;
	margin:0 10px 0 0;
	padding:0;
}

div.radio_container {
	width:500px;
	float:left;	
}

div.submit_container {
	width:397px;
	float:left;	
	height:30px;
	margin-top:5px;
}

input.submit {
	width:auto;
	padding:1px 10px;	
	float:right;
}

input {
	width: 100%;
	padding: 2px;
	border: 1px solid #939485;
}

select {
	border: 1px solid #939485;
}

textarea {
	width: 300px;
	height: 100px;
	background: #fff;
	border: 1px solid #939485;
	font-family: Arial, arial, verdana, sans-serif;
	font-size: 0.875em;
	overflow:auto;
}

.divider {
	border-bottom: 1px solid #939485;
	margin-top: 2em;
	margin-bottom: 2em;
}

.errorlist {
	margin: 0;
    color: #8B0000;
}

#main .errorlist li {
	list-style-type: none;
}

.contact input.button {
	color: #fff;
	background-color: #8B0000;
	width: 80px;
	cursor: pointer;
}

/*-------NAVIGATION------*/
.mod_navigation {
	margin-bottom: 0;
	text-align: left;
	float: left;
	width: 130px;
}

.mod_navigation ul {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
}

.mod_navigation li {
	list-style-type: none;
}

#left .mod_navigation li.last{
	font-size: 11px;
	padding-top: 5px;
	border-bottom: none;
}

.mod_navigation li a {
	padding-right: 0px;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	font-weight:normal;
	color: #777;
}

.mod_navigation li span {
	white-space: nowrap;	
}

.mod_navigation li a:hover, #menu li a:active, #menu li a.current, .contact #menu li.last a{
	color: #b58229;
}

.mod_navigation #subnav {
}

.mod_navigation li.active {
	display: block;
	color: black;
	text-decoration: none;
	outline: none;
}

.mod_navigation li.submenu {
}

.mod_navigation li.submenu a {
	padding-right:0;	
}

.mod_navigation li.submenu a:hover {
}

.mod_navigation li.active span {
	display:block;
}

.mod_navigation li.active ul li,
.mod_navigation li.submenu ul li {
	border:none;	
}

#subnav li {
	border-style: none;
	margin: 0 0 0 0;
}

#subnav li.last {
	margin-bottom: 15px;
	border-style: none;
}

#subnav li a {
	display: block;
}

#subnav li a:hover, #subnav li a.selected {
	color: #24201e;
}

.mod_navigation ul.level_2 {
	padding:0 0 0 0;
}

.mod_navigation ul.level_2 li a,
.mod_navigation ul.level_2 li.active {
	border: none;
	padding:0;
	margin:0;
}

.mod_navigation ul.level_2 li a:hover {	
}

.mod_navigation ul.level_2 li {
}

.ce_table {
	font-family: "Helvetica Neue", "HelveticaNeue", helvetica, arial, verdana, sans-serif;
	font-size: 11px;
}

.head_0,.head_1,.head_2,.head_3,.head_4,.head_5,.head_6 {
	font-family: "Helvetica Neue", "HelveticaNeue", helvetica, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.head_0,.head_1 {
	padding-right: 75px;
	border-spacing: 0px;
}

.head_2,.head_3,.head_4,.head_5,.head_6 {
	text-align: center;
}

.ce_table tbody {
}

.ce_table td {
	padding: 1px;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
}

.col_2,.col_3,.col_4,.col_5,.col_6 {
	text-align: center;
}

#wolke {
	float: left;
	padding: 0px;
	margin: 0px;
	left: 10em;
	position: absolute;
	top: 8.7em;
	height: 56px;
	width: 62px;
	background-image: url(/tl_files/icons/wolke.png);
	background-repeat: no-repeat;
}
