/*
blau: 035EA4
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #FFF;
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
}
body {
	color: #333;
 	font-size: 75%; 
	font-family: "Helvetica neue LT", Arial;
	background: transparent url(../gfx/topWhite.png) no-repeat scroll center top;
}

#logo { margin: 0 auto 0; width: 1000px; padding-top:20px}
#logoSub {margin: 0 0 0 20px; background:url(../gfx/l2logo.png) no-repeat; width:82px; height:82px;}
#logoSub img {border:0;}
#logoSub a {  display: block;}

#topNav { margin: 0 auto 20px; width: 1000px; padding-top:10px; }
#topNav a { padding: 0 5px 0 5px;}
#topNav ul li { 
	list-style: none; 
	float:right;
}
#topNav ul li a { 
	font-family: "Helvetica neue LT", Arial;
	text-decoration: none;
	font-size: 11px; 
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
}
#topNav ul li a:hover { 
	color: #000;
	background-image: url(../gfx/w.png);
}

#map  {
	width: 504px; 
	height: 250px; 
}

#startmessage {width:450px; height:350px; float:left;}
#startmessage ul {
	color:#035EA4;
	margin-left:15px;
	padding-bottom: 5px;
}
#startmessage ul li {
	list-style-image:url(../gfx/li1.gif);
	font-weight:bold;
}
#startmessage ul li  li{
	list-style-image:url(../gfx/li2.gif);
	font-weight:normal;
}
#startmessage ul li p{
	font-weight:normal;
	color:#000;
}
#startmessage ol {
	margin-left:20px;
	padding-top: 5px;
	color:#035EA4;
}
#startmessage ol li{
	padding-bottom: 5px;
}
#startmessage ol li ul li{
	color:#000;
	font-weight:normal;
}
#startmessage ol li p{
	color:#000;
}
#startmessage ol li h4{
	font-size:12px; 
	margin:0; 
	padding-bottom:5px;
}
#Layout a:hover {
	color: #000;
}

#referenzen {width:505px; margin: 0; font-size:11px; float:right;}
#referenzen a {text-decoration:none; padding: 5px; color: #000; display: block; height: 210px; }
#referenzen a:hover {background: #035EA4; color:#FFF;}
#referenzen li {margin: 0 0 25px 8px; overflow: hidden; display: inline; float: left; width: 160px; }
#referenzen span {display: block; }
#referenzen img {border:0;}
#referenzen .kat {margin: 10px 0 0;  font-size: 9px; text-transform: uppercase; }
#referenzen .titel {font-size: 13px; font-weight: bold; text-transform: uppercase; }

#refdetail {margin: 0; font-size:11px; float:right; width:100%; }
#refdetail li {max-width:333px; margin: 0; overflow: hidden; display: inline; float: left; width: 333px;}
#refdetail a {border:1px solid #CCD; margin: 5px; text-decoration:none; padding: 5px; color: #000; display: block; height: 90px;}
#refdetail a:hover {background: #035EA4; color:#FFF; border-color:#035EA4;}
#refdetail .titel {font-size: 20px; font-weight: normal; text-transform: uppercase; display:block;}
#refdetail .kommentar {margin: 10px 0 0 0; font-size: 11px; }
#refdetail .bild{height:90px; width:33px; float:right;}

#refdetail .small {border:1px solid #CCD; background: #CCD; margin: 5px; text-decoration:none; padding: 5px; color: #000; display: block; height: 90px;}

#refdetailSub {width:505px; margin: 0; font-size:11px; float:right;}
#refdetailSub li {max-width:250px; margin: 0; overflow: hidden; display: inline; float: left; width: 250px;}
#refdetailSub a {border:1px solid #CCD; margin: 5px; text-decoration:none; padding: 5px; color: #000; display: block; height: 30px;}
#refdetailSub a:hover {background: #035EA4; color:#FFF; border-color:#035EA4;}
#refdetailSub .titel {font-size: 14px; font-weight: normal; text-transform: uppercase; display:block;}
#refdetailSub .kommentar {margin: 10px 0 0 0; font-size: 11px; }
#refdetailSub .alleRef {background: #CCD; margin: 22px 10px 0 0; font-size: 11px; height:auto; border:0px; text-transform: uppercase; text-align:right; float:right;}


#refLeft {
	width:260px;
	float:left;
	border-right:1px solid #CCD;
	padding: 0 10px 20px 0;
}
#refMiddle {
	width:260px;
	float:left;
	border-right:1px solid #CCD;
	padding: 0 10px 20px 10px;
}
#refRight{
	width:438px;
	float:left;
	padding: 0 0 20px 10px;
}
#refLeft h1, #refMiddle h1, #refRight h1 {
	font-size:26px; 
	margin:0; 
	padding:0; 
	text-transform: uppercase; 
	letter-spacing:-2px;
	color:#000;
}
#refLeft br, #refMiddle br, #refRight br {
	line-height:6px;
}
#refLeft a, #refMiddle a, #refRight a {
	display: block;
	text-decoration:none;
	color:#035EA4;
	text-transform: uppercase; 
	font-size: 12px;
}
#refLeft a:hover, #refMiddle a:hover, #refRight a:hover {
	color:#000;
}
#refLeft p, #refMiddle p, #refRight p {
	display: block;
	color:#666;
	font-size: 11px;
	text-transform: uppercase; 
	padding:0 0 10px 0;
}
#refLeft p:hover, #refMiddle p:hover, #refRight p:hover{
	background-color:#EEF;
}
#refRight div.bilder {
	float:left; 
}
#refRight div.bilder a img {
	border: 2px solid #FFF;
}
#refRight div.bilder a img:hover {
	border: 2px solid #035EA4;
}
#refRight div.before {
	width:130px;
	color:#666;
	border-bottom:1px dotted #CCC;
	float:left;
}
#refRight div.after {
	width:305px;
	color:#000;
	border-bottom:1px dotted #CCC;
	float:right;
}

.disclaimer, .disclaimer  a{
	font-size:11px;
	color:#666;
	line-height:13px;
}

p {
	padding: 3px 0 3px 0;
}

h4 {
	font-size:14px; 
	margin:20px 0 0 0; 
	padding:0; 
	font-weight:normal;
	font-style: italic;
	color:#035EA4;
	display:block;
}
h5  {
	font-size:26px; 
	margin:20px 0 0 0; 
	padding:0; 
	text-transform: uppercase; 
	letter-spacing:-2px;
	color:#035EA4;
}
h6  {
	font-size:18px; 
	margin:0 0 10px 0; 
	padding:0; 
	text-transform: uppercase; 
	letter-spacing:-1px;
	color:#666;
}


/*
* html h1 img { display: none; }
* html h1 a { display: block; }
*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/*img {
	border: 4px solid #E9E9E9;
}*/
.clear{
	clear:both;
}

#startContainer{
	background-color:#FFF;
}

/**************
	Hauptnavigation
*/
#nav {
	width:455px;
	background-color:#FFF;
	margin-top:20px;
	margin-left:20px;
	float:left;
}
#nav ul li { 
	list-style: none; 
	margin: 0 0 1px; 
}
#nav ul li a { 
	font-family: "Helvetica neue LT", Arial;
	text-decoration: none;
	display: block; 
	font-size: 34px; 
	font-weight: bold;
	line-height:28px;
	letter-spacing:-2px;
	color: #333;
	text-transform: uppercase; 
}
#nav ul li a:hover { 
	color: #035EA4;
	background-color:#EEF;
}
#nav ul li a.current{ 
	color: #035EA4;
}

/**************
	Subnavigation
*/
#nav2{
	background-color:#FFF;
	float:left;
	margin:20px 0 0 3px;
}

#nav2 ul li { 
	list-style: none; 
	margin: 0 0 1px; 
}
#nav2 ul li a { 
	width:455px;
	font-family: "Helvetica neue LT", Arial;
	text-decoration: none;
	display: block; 
	font-size: 12px; 
	font-weight: normal;
	line-height: 13px;
	letter-spacing:0;
	color: #666;
}
#nav2 ul li a:hover { 
	color: #035EA4;
	background-color: #EEF;
}
#nav2 ul li a.current{ 
	color: #035EA4;
}
#nav2 a[href$=".pdf"], #nav2 a[href$=".PDF"] {
	padding: 2px 20px 2px 0;
	width:435px;
	background: url(../gfx/icons/pdf.png) no-repeat right center;
	text-decoration: none;
}

#media {
	width: 504px;
	height: 250px;
	margin-left: 495px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#media img {
	border: 0;
}

/**************
 	Footer-Dinge
*/
#footer { 
	margin: 30px 0 0 0; 
	padding: 10px 0 0 0; 
	background:#045FA5 none repeat scroll 0% 0%; 
	color: #FFF;
	height: 140px; 
	border-top:1px solid #91BCDE;
}
#footerContent { margin: auto; width: 1000px; }
#footerContent ul, #footerContent dl , #footerContent p {
	display: inline; 
	float: left; 
	font-size: 9px; 
	line-height: 18px; 
	list-style:none; 
	margin:0; 
	padding:0;
}
#footerContent .menu { width: 250px; text-transform: uppercase; }
#footerContent .menu a { color: #FFF; text-decoration: none; display:block; padding: 0 0 0 5px; margin: 0 5px 0 0}
#footerContent .menu a:hover { color: #000; background-color: #83CEF4}
#footerContent p.adresse  { width: 640px; text-transform: uppercase; color: #83CEF4; text-decoration: none;}
#footerContent p.copyright { width: 100px; text-transform: uppercase;}
#footerContent p.copyright a {text-decoration:none; color:#FFF; }
#footerContent p.copyright a:hover { color: #000;}
#footerContent p a img {position:relative; top:-40px; border:0; float:right; border:0; margin-right:10px}

/*
* = überall
$ = am Ende
^ = am Anfang
*/

#Layout a[href$=".pdf"], #Layout a[href$=".PDF"] {
	padding: 2px;
	padding-right: 20px;
	display: inline;
	background: url(../gfx/icons/pdf.png) no-repeat right center;
	text-decoration: none;
}
#Layout a[href*=".de"], #Layout a[href*=".com"], #Layout a[href*=".at"], #Layout a[href*=".ru"], #Layout a[href*=".net"], #Layout a[href*=".org"], #Layout a[href*=".eu"], #Layout a[href*=".info"] {
	padding: 2px 17px 2px 0;
	display: inline;
	color: #035EA4;
	background: url(../gfx/icons/link.png) no-repeat right center;
	text-decoration: none;
}

/**************
 	Site Container Box
*/

#BgContainer {
	width: 1000px;  
	margin: 0 auto; 
}
#Container { 
	width: 1000px;
	padding-bottom: 15px;
	background-color:#FFF;
}
#Layout {
	width: 1000px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}
#Content {
	width: 538px;
	float: right; 	
	margin: 0;
	text-align: left;
}  
