@charset 'utf-8';
@import url(reset.css);
@import url(defaults.css);

/* ----------------------------------------------------- Page layout */

body {
	color: #fff;
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #CCC;
}

strong {
	font-weight: bold;
}

#wrapper {
	font-size: 1.1em;
	margin: 0pt auto;
	min-height: 100%;
	text-align: left;
	width: 826px;
}

#header {
	height: 350px;
	padding-top: 15px;
}

#header h1 {
	margin-top: 15px;
	padding-left: 235px;
}

#navigation {
	float: left;
	margin-bottom: 55px;
	padding-top: 3.3em;
	width: 235px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px;
}

#navigation ul li {
	position: relative;
}

#navigation #nav {
	text-align: right;
}

#navigation #dropnav {
	text-align: left;
}

#navigation ul li ul {
	left: 119px;
	position: absolute;
	top: 0;
}

#navigation li:hover ul, #navigation li.over ul {
	display: block;
}

#navigation ul li a {
	color: #FFF;
	font-weight: bold;
	display: block;	
	padding: 5px 8px;
	text-decoration: none;
}

#navigation ul li a:focus, #navigation ul li a.aktiv {
	color: #cfcfcf;
}

/* Fix IE. Hide from IE Mac \*/
* html #navigation ul li {
float: left;
height: 1%;
}
* html #navigation ul li a {
height: 1%;
}
/* End */

#navigation ul li a:hover {
	color: #cfcfcf;
}

#content {
	line-height: 1.3em;
	margin: 0pt 0pt 55px 235px;
}

#content #text {
	margin-right: 223px;
}

#content #text h2 {
	font-family: 'Futura', 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#content #text h3 {
	font-family: 'Futura', 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	margin: 10px 0pt 5px 0pt;
	text-transform: uppercase;
}

#content #text p {
	margin: 0pt 0pt 15px 0pt;
}

#text #service-slide {
	float:left;
	padding-bottom: 45px;
	width: 368px;
}

#service-slide h3 {
	color: #FFF;
	cursor:pointer;
	display:block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 4px;
	text-transform: uppercase;
	text-decoration: none;
}

#service-slide h3:hover {
	color: white;
	background-color: #6587a3;
	padding: 3px 4px;
}

#service-slide h3.selected {
	color: white;
	background-color: #6587a3;
	padding: 3px 4px;
}

#service-slide p {
	margin-top: -3px;
	padding: 0pt 0pt 0pt 15px;
	overflow: hidden;
}

form p {
	clear: both;
}

fieldset {
	border: 0pt;
}

label {
	width: 6.0em;
	float: left;
	text-align: right;
	margin-right: 1.0em;
	display: block;
}

label.muss {
	font-weight: bold;
}

input, select, option, textarea {
	background-color: #6587a3;
	border: 1px solid #efefef;
	color: #FFF;
	font-size: 1.0em;	
	width: 160px;
}

textarea {
	height: 85px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

option {
	border: 0pt;
	margin: 2px;
}

input.right {
	float: left;
	width: auto;
	clear: both;
	margin-left: 5.3em;
	margin-right: 0.3em;
}

input[type=submit], input#los {
	background-color: #35455c;
	color: white;
	float: none;  
	font-weight: bold;
	margin: 10px 0pt 0pt 7.1em;
	padding: 0.3em 0.8em;
}

label, 
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
	cursor: pointer;
}

#footer {
	border-top: 1px solid #eee;
	clear: both;
	font-size: 0.9em;
	line-height: 1.1em;
	padding-bottom: 25px;
}

#footer #copyright {
	float: left;
	width: 205px;
	padding: 8px 0pt 0pt 15px;
}

#footer #editorial {
	margin-left: 205px;
	padding: 8px 15px 0pt 0pt;
	text-align: right;
}