@charset "UTF-8";
/* CSS Document */

html, body {
	font-family:  Arial, Helvetica, sans-serif, Verdana;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #005D98 40%, #749FC3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#005D9), color-stop(100%,#749FC3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #005D9 40%,#749FC3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #005D9 40%,#749FC3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #005D9 40%,#749FC3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #005D9 40%,#749FC3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005D9', endColorstr='#749FC3',GradientType=0 ); /* IE6-9 */
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666;
	font-size:10pt;
	line-height:1.4em;
	height:100%;

}

a{
	color:#005D98;
	text-decoration:none;
}

a:hover {
	color:#749FC3;}

	

		
h1,h2,h3 {
	color:#005D98}
	h1 {font-weight:normal;
	font-size:25pt;}
	
h2{
	margin-top:2em;
	line-height:1.5em;}
h3{	margin-bottom:0.5em;
	line-height:1.5em}

.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
	background-color:#FFF;
	padding:0px;

	z-index:1;
	position:relative;
	box-shadow: 0px 5px 25px #000;
	}

	


 #head {
	padding: 0; 
	float:none;
	width:auto;
	border:none;
	height:246px;
	z-index:3;
	position:relative;
	background-color:#749FC3;
	background-position:right top;
	background-repeat:no-repeat;
	
	}

#logo {
	background-color:#FFF;
	float:left;
	margin:44px 0px 44px 0px;
	width:270px;
	height:124px;
	box-shadow:0px 0px 25px #000;
	overflow:hidden;
	padding:0;
}


/* Navigation */

#baselinks{
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #aaa 40%, #666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#aaa), color-stop(100%,#666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaa 40%,#666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aaa 40%,#666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aaa 40%,#666 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aaa 40%,#666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#666',GradientType=0 ); /* IE6-9 */
	position:relative;
	float:left;
	padding:0;
	margin:0;
	
	border-width:1px 0;
	border-color:#FFF;
	border-style:solid;
	height:auto;
	width:100%;
	vertical-align:bottom;
	}
	
#baselinks ul {
	list-style-type:none;
	padding:0;
	margin:0;
	}
		
#baselinks li {
	float:left;
	position:relative;
	}
	
#baselinks a, 
#baselinks a:visited {
	display:block;
	text-decoration:none;
	border-right:1px solid #FFF;
	color:#fff;
	text-align:left;
	padding: 8px 20px 8px 20px;
	
	font-size:12pt;
	
	
	
}


#baselinks a:hover,
#baselinks ul li.aktiv 
{
	z-index:999;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #749FC3  10%, #005D98 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#749FC3), color-stop(100%,#005D98)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #749FC3 10%,#005D98 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #749FC3 10%,#005D98 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #749FC3 10%,#005D98 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #749FC3 10%,#005D98 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#749FC3', endColorstr='#005D98',GradientType=0 ); /* IE6-9 */
	
	
	color:#FFF;
	}


	
/* Unternavigation */

#baselinks ul ul
{
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#666;
	box-shadow: 0 0 2px #999;
	 
	}	

#baselinks ul ul li 
{
	position:relative;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #888 40%, #666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#aaa), color-stop(100%,#666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaa 40%,#666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aaa 40%,#666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aaa 40%,#666 100%); /* IE10+ */
	background: linear-gradient(to bottom, #888 40%,#666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#666',GradientType=0 ); /* IE6-9 */
	width:100%;
	border-top:1px solid #FFF;
	
	}


	 
#baselinks ul li:hover ul li a,

#baselinks ul a:hover ul li a,
#baselinks .aktiv ul li a 
{
	
	color:#ddd;
	
	}


#baselinks ul li:hover ul 
{visibility:visible;
}

#baselinks ul li:hover ul li:hover 
{
	background-color:#093;
	box-shadow: 0 0 2px #999;
	width:100%;}
 
#baselinks ul ul li:hover,
#baselinks ul ul .aktiv a,
#baselinks ul :hover ul li :hover 
{
	color:#FFF;
	} 

#baselinks ul ul li a{
	min-width:100px;
	position:relative;
	border:none;
	background:none;
	padding:8px 20px 8px 20px;;
	box-shadow:none;
	}




/* ********************** */




.oneColFixCtr #mainContent {

	background:none;
	float:none;
	width:auto;
	padding:30px 20px 20px 20px;
	border:none;
	height:100%;
	z-index:1;
	position:relative;
	}




.oneColFixCtr #mainContent img{
	border-color:#005D98;
	border-style:solid;
	border-width:2px;
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	}
	
.oneColFixCtr #mainContent .left{
	float:left;
	margin-left:0px;
	margin-right:20px;
	
}

.img2{
	float:left;
	margin-left:-20px;
	margin-bottom:0px
}
		

.oneColFixCtr #footer {
	padding: 10px 20px; 
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #BDD3E6 40%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#999), color-stop(100%,#333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999 40%,#333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999 40%,#333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999 40%,#333 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eee 10%,#ddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#333',GradientType=0 ); /* IE6-9 */
	float:none;
	width:760px;
	border-top:#FFF solid 10px;
	font-size:8pt;
	z-index:2;
	position:relative;
	color:#999;
	}
#footer a,
#footer a:visited
	{color:#999;
	}

#footer a:hover,
#footer a.aktiv{
	color:#005D98;
	}

