@charset "utf-8";
/* CSS Document */
html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0px;
	text-align: center;
	background-color: #f5f5f5;
	background-image: url(img/bgr.png);
	background-repeat: repeat-x;
	background-position: left top;
	/*background: -moz-linear-gradient(top, #cccccc, #f5f5f5);
	background: -webkit-linear-gradient(top, #cccccc, #f5f5f5);
	background: -o-linear-gradient(top, #cccccc, #f5f5f5);
	background: -ms-linear-gradient(top, #cccccc, #f5f5f5);
	background: linear-gradient(top, #cccccc, #f5f5f5);*/

}

#verlaufoben {
	width: 100%;
	height: 20px;
	background: #002b52; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #002b52 1%, #005e9a 50%, #002b52 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,#002b52), color-stop(50%,#005e9a), color-stop(100%,#002b52));
	background: -webkit-linear-gradient(45deg,  #002b52 1%,#005e9a 50%,#002b52 100%);
	background: -o-linear-gradient(45deg,  #002b52 1%,#005e9a 50%,#002b52 100%);
	background: -ms-linear-gradient(45deg,  #002b52 1%,#005e9a 50%,#002b52 100%);
	background: linear-gradient(45deg,  #002b52 1%,#005e9a 50%,#002b52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b52', endColorstr='#002b52',GradientType=1 );
}

#logocontainer {
	width: 948px;
	height: 70px;	
	padding-top: 25px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#navicontainer {
	width: 948px;
	margin: 0px auto 0px auto;	
	clear: both;
}

.shadow {
    position: relative;
	top: 0px;
	left: 0px;
    width: 948px;
	height: 52px;
    margin: 0px auto 0px auto;
   /* -webkit-box-shadow: inset 0 3px 0 #ddd;
    -moz-box-shadow: inset 0 3px 0 #ddd;
    -ms-box-shadow: inset 0 3px 0 #ddd;
    -o-box-shadow: inset 0 3px 0 #ddd;
    box-shadow: inset 0 3px 0 #ddd;*/
    background: #002245;
}
 
.shadow:before, .shadow:after {  
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 75%; max-width: 500px;
    top: 20px;
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 11.9);
    -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 11.9);
    -ms-box-shadow: 0 15px 15px rgba(0, 0, 0, 11.9);
    -o-box-shadow: 0 15px 15px rgba(0, 0, 0, 11.9);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 11.9);
    -webkit-transform: rotate(-3deg);   
    -moz-transform: rotate(-3deg);  
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -10;
}
 
.shadow:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

#headercontainer {
	width: 548px; 
	height: 363px;
	padding: 8px 40px 0px 360px;
	position: relative;
	top: 0px;
	margin: 0px auto 0px auto;
	background-color: #8c93a6;
	background-image: url(img/header_keller.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -20;
	text-align: left;
	clear: both;
}

#headercontainerfollow {
	width: 948px;
	height: 320px;
	position: relative;
	top: 0px;
	margin: 0px auto 0px auto;
	background-color: #8c93a6;
	z-index: -21;
	clear: both;
}

#headlinebox {
	width: 948px;
	height: 40px;
	padding-top: 20px;
	margin: 0px auto 0px auto;	
	text-align: left;
}

#newscontainer {
	width: 948px;
	overflow: auto;
	margin: 0px auto 0px auto;
	text-align: left;
}

/* 4 Newsboxen */
/*.newsbox {
	width: 230px;
	float: left;	
}

.spacerhigh1 {
	width: 10px;
	height: 290px;
	float: left;	
}

.spacerhigh2 {
	width: 9px;
	height: 290px;
	float: left;	
}

.overlay {
    width: 212px;
	height: 278px;
	padding: 8px;
	border: 1px solid #dbdbdb;
    position: relative;    
    background: #fff;
	text-align: left;
}

.shadow2 {
    border-radius: 50%;
    width: 100%;
    background: #fff;
    height: 4px;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.9);
    margin-top: -6px;
    margin-bottom: 20px;
}*/

/* 3 Newsboxen */
.newsbox {
	width: 310px;
	float: left;	
}

.spacerhigh1 {
	width: 9px;
	height: 290px;
	float: left;
}

.spacerhigh2 {
	width: 9px;
	height: 290px;
	float: left;		
}

.overlay {
    width: 292px;
	height: 278px;
	padding: 8px;
	border: 1px solid #dbdbdb;
    position: relative;    
    background: #fff;
	text-align: left;
}

.shadow2 {
    border-radius: 50%;
    width: 100%;
    background: #fff;
    height: 4px;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.9);
    margin-top: -6px;
    margin-bottom: 20px;
}

/* Ende Newsboxen */

#footer {
	width: 948px;
	height: 40px;	
	margin: 20px auto 20px auto;
	text-align: left;
}

#verlauffooter {
	width: 100%;
	height: 10px;
	background: #002b52; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #002b52 1%, #005e9a 50%, #002b52 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,#002b52), color-stop(50%,#005e9a), color-stop(100%,#002b52));
	background: -webkit-linear-gradient(45deg,  #002b52 1%,#005e9a 50%,#002b52 100%);
	background: -o-linear-gradient(45deg,  #002b52 1%,#005e9a 50%,#002b52 100%);
	background: -ms-linear-gradient(45deg,  #002b52 1%,#005e9a 50%,#002b52 100%);
	background: linear-gradient(45deg,  #002b52 1%,#005e9a 50%,#002b52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b52', endColorstr='#002b52',GradientType=1 );
}

/* Fonts */

body {
	font-family: Arial, Helvetica, sans-serif;	
	color: #787878;
	font-size: 14px;
	line-height: 24px;	
}

h1 {
	font-size: 20px;
	color: #FFFFFF;	
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #005a94;	
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #005a94;	
}

#headercontainer {
	font-size: 15px;
	line-height: 26px;
	color: #FFFFFF;
}

#headlinebox {
	font-size: 18px;
	font-weight: bold;
	color: #005a94;
}

.overlay {
	color: #787878;
	font-size: 12px;
	line-height: 20px;
}

#footer{
	font-size: 12px;
	color: #b2b2b2;	
}

/* Navi + Links */

a:link, a:visited {
	color: #005692;
	text-decoration: underline;	
}

a:hover, a:active {
	color: #1c7fc4;
	text-decoration: underline;	
}

.navi:link, .navi:visited, .navi2:link, .navi2:visited {
	height: 35px;
	padding-top: 17px;
	border-right: 1px solid #0565aa;
	float: left;	
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	/*background-color: #002245;
	background: #002245;**/
	text-align: center;
}	

.navi:link, .navi:visited, .navi:hover, .navi:active {
	width: 155px;
}

.navi2:link, .navi2:visited, .navi2:hover, .navi2:active {
	width: 167px;
}

.navi:hover, .navi:active, .navi2:hover, .navi2:active {
	height: 35px;
	padding-top: 17px;
	border-right: 1px solid #0565aa;
	float: left;	
	background: rgb(41,137,216);
	background: -moz-radial-gradient(top left, ellipse cover,  rgba(41,137,216,1) 10%, rgba(0,34,69,1) 89%);
	background: -webkit-gradient(radial, top left, 0px, center center, 100%, color-stop(10%,rgba(41,137,216,1)), color-stop(89%,rgba(0,34,69,1)));
	background: -webkit-radial-gradient(top left, ellipse cover,  rgba(41,137,216,1) 10%,rgba(0,34,69,1) 89%);
	background: -o-radial-gradient(top left, ellipse cover,  rgba(41,137,216,1) 10%,rgba(0,34,69,1) 89%);
	background: -ms-radial-gradient(top left, ellipse cover,  rgba(41,137,216,1) 10%,rgba(0,34,69,1) 89%);
	background: radial-gradient(ellipse at bottom,  rgba(41,137,216,1) 10%,rgba(0,34,69,1) 89%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#002245',GradientType=1 );
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;	
}


/* Sonstiges */

.noborder {
	border: 0px;	
}