/*----------------------------------------------------------------
	Feldmann Consulting CSS v7 v.1 © Frederic K. Herring 2008
----------------------------------------------------------------*/


body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg-shader.png);
	background-repeat: repeat-x;
}


.container {
	width: 823px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.innencontainer {
	width: 823px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

img {
	border: 0px solid;
}


/*---------------- subnavi ----------------*/

.subnavi {
	float: left;
	clear: left;
	width: 250px;
	padding-left: 10px;
}




.subnavi a {
	float: left;
	clear: left;
        font-family : "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d0d0d0;
	text-decoration: none;
	width: 250px;
	padding-left: 18px;
	background-image: url(/img/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 4px 10px;
}



.subnavi a:hover {
	color: #08306C;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	background-image: url(/img/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 4px -16px;
	background-color: #efefef;
}




.subnavi_m {
	float: left;
	clear: left;
	width: 250px;
	padding-left: 10px;
}




.subnavi_m a {
	float: left;
	clear: left;
    font-family : "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #08306C;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d0d0d0;
	text-decoration: none;
	width: 250px;
	padding-left: 18px;
	background-image: url(../img/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 4px -16px;
	background-color: #efefef;
}



.subnavi_m a:hover {
	color: #08306C;
	border-bottom: 1px solid #d0d0d0;
	text-decoration: none;
	background-image: url(../img/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 4px -16px;
	background-color: #efefef;
}








/*---------------------- eingabefelder -------------------------------*/


.dropdown, .dropdown:visited {

	background-color: #ededed;
	width: 280px;
	font-family: arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 20px;
	padding-top: 0px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #c5c5c5;

	
}

.dropdown:hover {
	background-color: #ededed;
	width: 280px;
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 20px;
	padding-top: 0px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #666666;
	
	
}

.button-senden {
	background-color: #08316e;
	width: 110px;
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	height: 20px;
	padding-top: 2px;
	padding-left: 4px;
	margin-top: 10px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #c5c5c5;
}

.button-loeschen {
	background-color: #777777;
	width: 150px;
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	height: 20px;
	padding-top: 2px;
	padding-left: 4px;
	margin-top: 10px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #c5c5c5;
}



.inputfield, .inputfield:visited {
	background-image: url(/img/input_shader.png);
	background-repeat: repeat-x;
	width: 280px;
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #c5c5c5;
	
}


.inputfield:hover {
	background-color: url(/img/input_shader.png);
	background-repeat: repeat-x;
	width: 280px;
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #666666;
	
	
}


.inputbox, .inputbox:visited {
	background-image: url(/img/input_shader.png);
	background-repeat: repeat-x;
	width: 280px;
	height: 100px;
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #c5c5c5;
	
}


.inputbox:hover {
	background-image: url(/img/input_shader.png);
	background-repeat: repeat-x;
	width: 280px;
	height: 100px;
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #666666;
	
	
}






/*-------------------------------------------------------------
	Newsletter und Suche Eingabefelder 
---------------------------------------------------------------*/

.suchebox {
	float: left;
	clear: left;
	padding-top: 15px;
	padding-left: 29px;
}

.newsletterbox {
	float: left;
}

.suchmaske {
	background-image: url(../img/suchmaske.gif);
	background-repeat: no-repeat;
	width: 204px;
	height: 21px;
	float: left;
	padding-left: 7px;
	margin-bottom: 3px;
}


.suchmaske-input {
	width: 165px;
	border: 0px solid;
	font-family: "lucida grande", verdana;
	font-size: 10px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	height: 14px;
	margin-top: 2px;
	background-image: url(../img/input-shader.gif);
	background-repeat: repeat-x;
}

.suchmaske-input:visited {
	width: 165px;
	border: 0px solid;
	font-family: "lucida grande", verdana;
	font-size: 10px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	height: 14px;
	margin-top: 2px;
	background-image: url(../img/input-shader.gif);
	background-repeat: repeat-x;
}


.suchmaske-input:hover {
	width: 165px;
	border: 0px solid;
	font-family: "lucida grande", verdana;
	font-size: 10px;
	line-height: normal;
	color: #0159a5;
	text-decoration: none;
	height: 14px;
	margin-top: 2px;
	background-image: url(../img/input-shader.gif);
	background-repeat: repeat-x;
}











/*-------------------------------------------------------------
	Topnav 
---------------------------------------------------------------*/


.topnavbox {
	background-image: url(../img/topnav-shader.gif);
	background-repeat: repeat-x;
	float: left;
	width: 823px;
	padding-bottom: 8px;
}


.topnav {
	float: left;
	clear: left;
	color: #333333;
	text-decoration: none;
	padding-top: 32px;
	padding-left: 20px;
	width: 500px;
}

.topnav a {
	float: left;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.topnav a:hover {
	float: left;
	color: #07449c;
	text-decoration: none;
}

.logo {
	float: right;
	height: 72px;
	width: 150px;
	margin-top: 17px;
	padding-right: 92px;
}





.subNavi_subcat




.subNavi_subcat {
	float: left;
	clear: left;
	width: 255px;
}

.subNavi_subcat a {
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 15px;
	padding-left: 8px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
}

.subNavi_subcat a:hover {
	float: left;
	clear: left;
	color: #07449c;
	text-decoration: none;
}




/*-------------------------------------------------------------
	Nopic 
--------------------------------------------------------------*/

.nopic {
	float: left;
	width: 823px;
	height: 289px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
}



/*-------------------------------------------------------------
	mainnav 
--------------------------------------------------------------*/

.mainnavbox {
	background-image: url(../img/topnav-shader.gif);
	background-repeat: repeat-x;
	float: left;
	width: 823px;
	margin: 0px;
}



.mainnav {
	float: left;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 20px;
}

.mainnav a, .mainnav a:visited {
	font-family: "lucida grande", arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 9px;
	float: left;
}

.mainnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/mainnav-shader.gif);
	background-repeat: repeat-x;
}



/*-------------------------------------------------------------
	content 
--------------------------------------------------------------*/

.contentbox {
	background-image: url(../img/content-shader.gif);
	background-repeat: repeat-x;
	float: left;
	clear: left;
	width: 823px;
	border-top: 1px solid #f4f4f4;
	background-color: #ffffff;
}

.leftside {
	float: left;
	width: 286px;
	padding-top: 20px;
}

.rightside {
	float: right;
	width: 483px;
	padding-top: 33px;
}



/*-------------------------------------------------------------
	infobox linke seite 
--------------------------------------------------------------*/

.trenner {
	float: left;
	width: 286px;
	padding-top: 15px;
}

.boxinfo {
	padding-top: 20px;
	float: left;
	width: 286px;
}

.boxinfo-header {
	float: left;
	width: 257px;
	font-family: georgia, times;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #073068;
	padding-left: 29px;
}

.boxinfo-copy {
	float: left;
	width: 247px;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	padding-left: 29px;
	margin-top: 10px;
	padding-right: 10px;
}

.boxnewsletter-copy {
	float: left;
	width: 247px;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	padding-left: 29px;
	margin-top: 6px;
	padding-right: 10px;
	margin-bottom: 8px;
}

.boxinfo-copy a, .boxinfo-copy a:visited {
	color: #333333;
	text-decoration: underline;
}


.boxinfo-copy a:hover {
	color: #07449c;
	text-decoration: none;
}

.boxinfo-more {
	float: right;
	width: 257px;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	padding-left: 29px;
	padding-top: 8px;
}

.boxinfo-more a, .boxinfo-more a:visited {
	color: #333333;
	text-decoration: underline;
}


.boxinfo-more a:hover {
	color: #07449c;
	text-decoration: none;
}









/*-------------------------------------------------------------
	artikel rechte seite 
--------------------------------------------------------------*/


.boxartikel {
	float: right;
	width: 483px;
}

.boxartikel-header {
	float: left;
	width: 483px;
	font-family: georgia, times;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	color: #073068;
}

.boxartikel-subheader {
	float: left;
	width: 483px;
	font-family: georgia, times;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #0b0b0b;
}


.boxartikel-copy {
	float: left;
	width: 463px;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	padding-right: 20px;
}

.boxartikel-copy a, .boxartikel-copy a:visited {
	color: #333333;
	text-decoration: underline;
}


.boxartikel-copy a:hover {
	color: #07449c;
	text-decoration: none;
}

.boxartikel-more {
	float: left;
	width: 463px;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	padding-right: 20px;
}

.boxartikel-more a, .boxartikel-more a:visited {
	color: #333333;
	text-decoration: underline;
}


.boxartikel-more a:hover {
	color: #07449c;
	text-decoration: none;
}






/*-------------------------------------------------------------
	footer 
--------------------------------------------------------------*/

.footerbox {
	background-image: url(../img/footer-shader.gif);
	background-color: #0b0b0b;
	background-repeat: repeat-x;
	float: left;
	width: 823px;
	border-bottom: 3px solid #cccccc;
}



.footer {
	float: left;
	font-family: "lucida grande", arial;
	font-size: 10px;
	line-height: normal;
	color: #f4f4f4;
	text-decoration: none;
	padding-left: 18px;
	width: 600px;
}

.footer a {
	color: #f4f4f4;
	text-decoration: none;
	padding: 9px 11px;
	float: left;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/mainnav-shader.gif);
	background-repeat: repeat-x;
}


.footer2 {
	float: right;
	font-family: "lucida grande", arial;
	font-size: 10px;
	line-height: normal;
	color: #f4f4f4;
	text-decoration: none;
	padding-left: 18px;
}

.footer2 a, .footer2 a:visited {
	color: #f4f4f4;
	text-decoration: none;
	padding: 9px 11px;
	float: left;
}

.footer2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/mainnav-shader.gif);
	background-repeat: repeat-x;
}





.overlay1 {
	background-color: #ffffff;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	width: 500px;
	position: absolute;
	-moz-opacity: 0.95;
	opacity: 0.95;
	filter: alpha(opacity = 95);	
	visibility: hidden;
	border: 1px solid #666666;	
}

.overlay-box {
	float: left;
	clear: left;	
}

.overlay-close {
	float: left;
	clear: left;
	width: 100%;
	color: #073068;
	padding-bottom: 20px;
	font-family : "Lucida Grande", Arial;
	font-size: 10pt;
	line-height: 15px;
	font-weight: bold;
	cursor: hand;
}


.overlay-close a, #overlay-close a:visited  {
	color: #073068;
	text-decoration: underline;
}


.overlay-close a:hover  {
	color: #073068;
	text-decoration: none;
}



.overlay-headline {
	float: left;
	clear: left;
	width: 100%;
	color: #073068;
	margin-top: 35px;
	font-family : "Lucida Grande", Arial;
	font-size: 15pt;
	line-height: 19px;
	font-weight: bold;	
}


.overlay-subline {
	float: left;
	clear: left;
	width: 100%;
	color: #0b0b0b;
	margin-top: 8px;
	font-family : "Lucida Grande", Arial;
	font-size: 12pt;
	line-height: 16px;
	font-weight: bold;	

}


.overlay-text {
	float: left;
	clear: left;
	width: 100%;
	color: #333333;
	margin-top: 12px;
	font-family : "Lucida Grande", Arial;
	font-size: 10pt;
	line-height: 15px;
	font-weight: normal;
}


.overlay-text a, #overlay-text a:visited  {
	color: #333333;
	text-decoration: underline;
}


.overlay-text a:hover  {
	color: #073068;
	text-decoration: none;
}


.overlay-more {
	float: left;
	clear: left;
	width: 100%;
	color: #333333;
	margin-top: 15px;
	font-family : "Lucida Grande", Arial;
	font-size: 10pt;
	line-height: 15px;
	font-weight: normal;
}


.overlay-more a, #overlay-more a:visited  {
	color: #333333;
	text-decoration: underline;
}


.overlay-more a:hover  {
	float: left;
	color: #073068;
	text-decoration: none;
}






