/* 
 -- layout.css --
 layout styles
 */

/* @group main */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {  
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: none;
}

html {
	overflow-y:scroll;
	height:100%;
}

body {
	font-size: 100%;
	line-height: 1;
	font-family: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	background: #589EAA url(../img/bg.jpg) repeat-x;
	color: #006E8E;
	height:99%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ul, ol {
	list-style: none;
}

img {
	border: 0;
}

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

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}


/* @end */

/* @group Layout */

#wrapper {
	width:920px;
	margin:auto;
	border: 1px solid #125b62;
	background: #fff url(../img/homebg.png) no-repeat 0 170px;
	min-height:100%;
}

/* @group header */

#header {
	height: 140px;
	padding: 30px 30px 0 40px;
}

#header #logo {
	background: url(../img/logo.gif) no-repeat;
	width: 231px;
	height: 50px;
	display: block;
	float: left;
}

#header #topNav {
	float: left;
	margin: 27px 0 0 299px;
	width: 250px;
	color: #CB0032;
	font-size: 75%;
	display: inline;
}

#header #topNav a {
	color: #006E8E;
}

#header #topNav a:hover {
	color: #CB0032;
	text-decoration: none;
}

#header #topNav .active {
	color: #CB0032;
}

#header #topNav li {
	float: left;
	margin-right: 4px;
}

#header #langNav {
	float: right;
	font-size: 75%;
	width: 65px;
	text-align: right;
	margin-top: 27px;
	display: inline;
}

#header #langNav a {
	color: #006E8E;
}

#header #langNav a:hover {
	color: #CB0032;
	text-decoration: none;
}

#header #langNav li {
	float: left;
	margin-left: 4px;
}

#header #langNav .active {
	color: #CB0032;
}

#header #textzeile {
	background: url(../img/textzeile.gif) no-repeat;
	width: 850px;
	height: 30px;
	display: block;
	margin-top: 8px;
}

/* @end */

/* @group main */

#main {
	padding: 20px 30px 10px 40px;
}

/* @group sidebar */

#main #sidebar {
	width: 530px;
	float: left;
}

#main #sidebar #mainNav {
	margin: 0 0 80px 0;
	font-size: 112.5%;
}

#main #sidebar #mainNav li {
	margin-bottom: 3px;
}

#main #sidebar #mainNav a {
	color: #006E8E;
}

#main #sidebar #mainNav a:hover {
	color: #CB0032;
	text-decoration: none;
}

#main #sidebar #mainNav .active {
	color: #CB0032;
}

#main #sidebar #address {
	color: #006E8E;
	font-size: 75%;
	line-height: 1.25;
}

#main #sidebar #address a {
	color: #006E8E;
}

#main #sidebar #address a:hover {
	color: #CB0032;
	text-decoration: none;
}

#main #sidebar #address span {
	color: #CB0032;
}

/* @end */

/* @group content */

#main #content {
	width: 320px;
	float: left;
}

#main #content h1 {
	color: #006E8E;
	font-size: 112.5%;
	margin-bottom: 20px;
	font-weight: normal;
}

/* @group aktuell */

#main #content #aktuell {
	width: 320px;
	color: #006E8E;
	font-size: 75%;
	line-height: 1.25;
}

#main #content #aktuell li {
	margin-bottom: 30px;
}

#main #content #aktuell h2 {
	font-weight: bold;
}

#main #content #aktuell .link {
	display: block;
}

#main #content #aktuell a {
	color: #CB0032;
	display: block;
}

#main #content #aktuell a:hover {
	color: #006E8E;
	text-decoration: none;
}

/* @end */

/* @end */


/* @end */


/* @end */
