/*------------------------------------------------------------------
	Dr. Krebs CSS v1.0 // © Frederic K. Herring, cmXs, 2008
--------------------------------------------------------------------*/

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



img {
	border: 0px solid;
	margin: 0px;
	padding: 0px;
}

.high {
	position:relative;
	top: -0.4em;
	font-size: 70%;
	line-height: 0%;
	color: #333333;
}



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


.dropdown {
	width: 200px;
	font-family: "lucida grande", verdana;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 19px;
	padding-top: 0px;
	padding-left: 4px;
	margin-bottom: 3px;
	border: 1px solid #999999;
}

.dropdown:visited {
	width: 200px;
	font-family: "lucida grande", verdana;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 19px;
	padding-top: 0px;
	padding-left: 4px;
	margin-bottom: 3px;
	border: 1px solid #999999;
}

.dropdown:hover {
	width: 200px;
	font-family: "lucida grande", verdana;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 19px;
	padding-top: 0px;
	padding-left: 4px;
	margin-bottom: 3px;
	border: 1px solid #cc0000;
}




.inputfield, .inputfield:visited {
	width: 200px;
	font-family: "lucida grande", verdana;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 16px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 3px;
	border: 1px solid #999999;
	background-image: url(/img/input-schatten.gif);
	background-repeat: no-repeat;
}


.inputfield:hover {
	width: 200px;
	font-family: "lucida grande", verdana;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 16px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 3px;
	border: 1px solid #cc0000;
	background-image: url(/img/input-schatten.gif);
	background-repeat: no-repeat;
}


.inputbox, .inputbox:visited {
	width: 200px;
	font-family: "lucida grande", verdana;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 80px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 3px;
	border: 1px solid #999999;
	background-image: url(/img/input-schatten.gif);
	background-repeat: no-repeat;
}


.inputbox:hover {
	width: 200px;
	font-family: "lucida grande", verdana;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 80px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 3px;
	border: 1px solid #cc0000;
	background-image: url(/img/input-schatten.gif);
	background-repeat: no-repeat;
}





/*-------------------------------------------------
	logobox
-------------------------------------------------*/

.logobox {
	clear: left;
	float: left;
	width: 843px;
	height: 105px;

}

.logo {
	float: left;
	padding-top: 19px;
	padding-left: 80px;
}

.logo img {
	float: left;
}




/*------------------------------------------------------------------------------------------------------
	Suche
--------------------------------------------------------------------------------------------------------*/


.suchebox {
	float: right;
	padding-top: 30px;
	text-align: right;
	width: 350px;
	padding-right: 17px;
}


.suche, .suche:visited {
	font-family: "Lucida Grande", verdana;
	font-size: 10px;
	line-height: normal;
	color: #999999;
	text-decoration: none;
	float: left;
	height: 13px;
	width: 116px;
	padding-top: 1px;
	padding-left: 3px;
	border: 1px solid #838383;
}

.suche:hover {
	font-family: "Lucida Grande", verdana;
	font-size: 10px;
	line-height: normal;
	color: #af071f;
	text-decoration: none;
	float: left;
	height: 13px;
	width: 116px;
	padding-top: 1px;
	padding-left: 3px;
	border: 1px solid #af071f;
}


/*------------------------------------------------------------------------------------------------------
	topnav
--------------------------------------------------------------------------------------------------------*/


.topnavklammer {
	float: right;
	width: 367px;
} 

.topnav{
	float: left;
	width: 350px;
	padding-top: 15px;
	padding-left: 15px;
}

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

.topnav a:hover {
	color: #af071f;
	text-decoration: none;
}

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







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



.nopic-klammer {
	float: left;
	clear: left;
	width: 1000px;
} 


.nopic {
	float: left;
} 

.nopic img {
	float: left;
} 


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



.mainnav {
	float: left;
	clear: none;
	width: 250px;
}


.mainnav a, .mainnav a:visited {
	float: left;
	width: 250px;
	font-family: georgia, "times new roman";
	font-size: 23px;
	line-height: normal;
	color: #ae310a;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	clear: left;
}

.mainnav a:hover {
	background-color: #ffffff;
	background-image: url(/img/pfeil_gross.gif);
	background-repeat: no-repeat;
	background-position: 11px 11px;
}

a.mainnav-selected {
	background-color: #ffffff;
	float: left;
	width: 250px;
	font-family: georgia, "times new roman";
	font-size: 23px;
	line-height: normal;
	color: #db4600;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	background-image: url(/img/pfeil_gross_heller.gif);
	background-repeat: no-repeat;
	background-position: 12px 11px;
}







/*------------------------------------------------------------------------------------------------------
	subnav
--------------------------------------------------------------------------------------------------------*/



.subnav {
	float: left;
	width: 250px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e4e4e4;
}


.subnav a {
	float: left;
	width: 250px;
	font-family: georgia, "times new roman";
	font-size: 15px;
	line-height: normal;
	color: #ae310a;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-left: 30px;
	padding-bottom: 3px;
	clear: left;
}

.subnav a:hover {
	background-color: #ffffff;
	background-image: url(/img/pfeil_klein.gif);
	background-repeat: no-repeat;
	background-position: 15px 6px;
}







/*------------------------------------------------------------------------------------------------------
	infobox
--------------------------------------------------------------------------------------------------------*/



.infobox {
	float: left;
	width: 220px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e4e4e4;
	padding-left: 30px;
}


.infobox-headline {
	float: left;
	clear: left;
	font-family: Georgia, "times new roman";
	font-size: 18px;
	font-weight: normal;
	width: 220px;
	color: #97260e;
	line-height: 24px;
}

.infobox-subline {
	float: left;
	clear: left;
	font-family: Georgia, "times new roman";
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	width: 220px;
	color: #555459;
	line-height: 23px;
}

.infobox-copy {
	float: left;
	clear: left;
	width: 220px;
	color: #666666;
	font-size: 12px;
	font-family: georgia, "times new roman";
	line-height: 15px;
}

.infobox-copy a, .infobox-copy a:visited {
	color: #555459;
	text-decoration: underline;
}

.infobox-copy a:hover {
	color: #b00720;
	text-decoration: none;

}

.infobox-more {
	float: left;
	clear: left;
	padding-top: 15px;
	width: 220px;
}

.infobox-more a, .infobox-more a:visited {
	color: #999999;
	text-decoration: none;
	font-family: "lucida grande", arial;
	font-size: 10px;
}

.infobox-more a:hover {
	color: #b00720;
	text-decoration: none;

}




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





.content {
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	width: 950px;
}


.leftside {
	float: left;
	width: 450px;
	padding-left: 171px;
	padding-top: 20px;
	padding-right: 27px;
}

.rightside {
	float: left;
	width: 250px;
}



.contentbox-mainpic {
	float: left;
}

.contentbox-mainpic img {
	float: left;
}

.artikel {
	float: left;
	padding-bottom: 40px;
	width: 450px;
}

.artikel-mainpic {
	float: left;
}

.headline {
	float: left;
	clear: left;
	font-family: Georgia, "times new roman";
	font-size: 23px;
	font-weight: normal;
	width: 450px;
	color: #97260e;
	line-height: 28px;
}

.subline {
	float: left;
	clear: left;
	font-family: Georgia, "times new roman";
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 20px;
	width: 450px;
	color: #555459;
	line-height: 23px;
}

.copy {
	float: left;
	clear: left;
	width: 450px;
	color: #666666;
	font-size: 13px;
	font-family: georgia, "times new roman";
	line-height: 21px;
}

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

.copy a:hover {
	color: #b00720;
	text-decoration: none;
}







/*-----------------------------------------------------
	printsend // Icons Drucken und Senden
-------------------------------------------------------*/

.printsend {
	float: left;
	width: 450px;
	padding-top: 30px;
	font-family: arial;
	font-size: 10px;
	line-height: normal;
	color: #999999;
	padding-bottom: 20px;
}

.printsend a, .printsend a:visited {
	font-family: "lucida grande", arial;
	font-size: 10px;
	line-height: normal;
	color: #999999;
	text-decoration: none;
}

.printsend a:hover {
	font-family: "lucida grande", arial;
	font-size: 10px;
	line-height: normal;
	color: #af071f;
	text-decoration: none;
}


/*-----------------------------------------------------
	leftsidemore
-------------------------------------------------------*/


.leftsidemore {
	float: left;
	clear: left;
	width: 450px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.leftsidemore a, .leftsidemore a:visited {
	font-family: Georgia, "times new roman";
	font-size: 13px;
	line-height: normal;
	color: #0b0b0b;
	text-decoration: none;
}

.leftsidemore a:hover {
	color: #af071f;
	text-decoration: none;
}
