/*------------------------------------------------------------------
	Dr. Trossbach CSS // © Frederic K. Herring, cmXs, 2008
--------------------------------------------------------------------*/

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

}

/*
table {

	float: left;
	clear: left;
	width: 200px;
	color: #666666;
	font-size: 12px;
	padding-left: 63px;
	font-family: "lucida grande", verdana;
	line-height: 20px;
}

td {


	width: auto;
}



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

table a:hover {
	color: #fbbf09;
	text-decoration: none;
}

*/




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: 250px;
	font-family: "lucida grande", verdana;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 16px;
	padding-top: 0px;
	padding-left: 4px;
	margin-bottom: 3px;
	border: 1px solid #999999;
}

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




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


.inputfield:hover {
	width: 250px;
	font-family: "lucida grande", verdana;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 14px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 3px;
	border: 1px solid #cccccc;
}


.inputbox {
	width: 250px;
	font-family: "lucida grande", verdana;
	font-size: 11px;
	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;
}


.inputbox:hover {
	width: 250px;
	font-family: "lucida grande", verdana;
	font-size: 11px;
	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 #cccccc;
}




/*----------------------------
	searchbox
------------------------------*/

.eingabefeldmaske {
	padding-left: 11px;
	float: left;
	margin-top: 17px;
}


.input_container {
	background-image: url(/img/suchmaske.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 160px;
	padding-left: 9px;
	clear: left;
	float: left;
}

.box-input, .box-input:visited {
	height: 12px;
	width: 105px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #3c414c;
	margin-top: 3px;
	padding-left: 2px;
	border: 0px solid;
	float: left;
}

.box-input:hover {
	height: 12px;
	width: 105px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #fbbf09;
	margin-top: 3px;
	padding-left: 2px;
	border: 0px solid;
	float: left;
}



/*------------------------------------
	container
-------------------------------------*/



.container {
	width: 825px;
	background-color: #ffffff;
	padding-left: 80px;
	background-image: url(/img/bg_short.png);
	background-repeat: repeat-x;
}



/*------------------------------------
	topbox
-------------------------------------*/

.topbox {
	width: 825px;
	float: left;
	clear: left;
	padding-bottom: 20px;
	
}


/*------------------------------------
	footerbox
-------------------------------------*/

.footerbox {
	width: 825px;
	float: left;
	clear: left;
	padding-top: 20px;
	padding-bottom: 15px;
}

.footer {
	width: 550px;
	padding-left: 90px;
	float: left;
	clear: left;
	overflow: hidden;
}

.footer img {
	float: left;
}

.footer a, .footer a:visited {
	padding-right: 35px;
	float: left;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	color: #3c414c;
	text-decoration: none;
}

.footer a:hover {
	color: #fbbf09;
}

.footerborder {
	float: left;

}




/*------------------------------------
	logos
-------------------------------------*/



.logo {
	float: left;

}

.logo2 {
	float: right;
}

.logo img {
	float: left;

}

.logo2 img {
	float: left;
}


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


.navklammer {
	width: 550px;
	float: left;
	clear: left;
	padding-top: 18px;
	padding-left: 90px;
}

.mainnavbox {
	width: 825px;
	float: left;
	clear: left;
	background-image: url(/img/menue_bg.png);
	background-repeat: no-repeat;
	height: 75px;
	overflow: hidden;
	background-color: #ffffff;
}

.mainnav {
	width: 550px;
	float: left;
	clear: left;
}

.mainnav a, .mainnav a:visited {
	padding-right: 25px;
	float: left;
	font-family: "lucida grande", arial;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	color: #3c414c;
	text-decoration: none;
	padding-bottom: 4px;
}

.mainnav a:hover {
	color: #fbbf09;
}


.subnav {
	width: 550px;
	float: left;
	clear: left;
}

.subnav a, .subnav a:visited {
	padding-right: 18px;
	float: left;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	color: #3c414c;
	text-decoration: none;
	padding-bottom: 2px;
}

.subnav a:hover {
	color: #fbbf09;
}




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

.content {
	width: 815px;
	float: left;
	clear: left;
	border-left: 10px solid #d5dce9;
	background-color: #ffffff;
	background-image: url(/img/rightside_fix.png);
	background-position: 514px 0px;
	background-repeat: no-repeat;
}

.nopic {
	width: 513px;
	float: left;
	background-color: #ffffff;
	padding-right: 1px;
}

.nopic img {
	float: right;
}



/*------------------------------------
	rightbox
-------------------------------------*/

.rightbox {
	width: 290px;
	float: right;
}

.rightboxcopy {
	width: 250px;
	padding-left: 19px;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-transform: none;
	color: #e4e4e4;
}

.rightboxcopy a, .rightboxcopy a:visited {
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	border-bottom: 1px solid #e4e4e4;
	text-decoration: none;
}

.rightboxcopy a:hover {
	color: #fbbf09;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}


.rightboxhead {
	float: left;
	clear: left;
	font-family: "lucida grande", verdana;
	font-size: 16px;
	font-weight: normal;
	width: 250px;
	padding-left: 19px;
	padding-top: 16px;
	color: #ffffff;
	line-height: 20px;
}

.rightboxsub {
	float: left;
	clear: left;
	font-family: "lucida grande", verdana;
	font-size: 14px;
	font-weight: normal;
	width: 250px;
	padding-left: 19px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #cccccc;
	line-height: 16px;
}



/*------------------------------------------------
	artikel
-------------------------------------------------*/




.artikelbox {
	width: 513px;
	float: left;
	background-color: #ffffff;
	padding-right: 1px;
	background-image: url(/img/artikel_shade.png);
	background-repeat: repeat-x;
}




.artikel {
	float: left;
	clear: left;
	padding-top: 16px;
	padding-bottom: 15px;
	width: 390px;
	padding-left: 80px;
}

.artikel-mainpic {
	float: left;
}

.headline {
	float: left;
	clear: left;
	font-family: "lucida grande", verdana;
	font-size: 19px;
	font-weight: normal;
	width: 390px;
	color: #386392;
	line-height: 26px;
}

.subline {
	float: left;
	clear: left;
	font-family: "lucida grande", verdana;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	width: 440px;
	color: #555459;
	line-height: 20px;
}

.copy {
	float: left;
	clear: left;
	width: 390px;
	color: #666666;
	font-size: 12px;
	font-family: "lucida grande", verdana;
	line-height: 20px;
}

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

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


.leftside-more {
	float: left;
	clear: left;
	width: 390px;
}


.leftside-more a, .leftside-more a:visited {
	font-size: 11px;
	font-family: "lucida grande", verdana;
	line-height: normal;
	color: #555459;
	text-decoration: underline;
}

.leftside-more a:hover {
	color: #fbbf09;
	text-decoration: none;
}


/*------------------------------------------------
	search_list
-------------------------------------------------*/


.search_list {
	float: left;
	clear: left;
	width: 400px;
	padding-left: 80px;
	color: #666666;
	font-size: 12px;
	font-family: "lucida grande", verdana;
	line-height: 20px;
}


.search_list a{
	color: #666666;
}

.black {
	width: 300px;
	padding-top: 20px;
}

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

.black a:hover {
	color: #fbbf09;
}

















/*------------------------------------------------
	printsend // ARTIKEL
-------------------------------------------------*/

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

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

.printsend a:hover {
	font-family: "Lucida Grande", verdana;
	font-size: 10px;
	line-height: normal;
	color: #fbbf09;
	text-decoration: none;
}





/*------------------------------------------------
	printsend // Rightbox
-------------------------------------------------*/

.printsendright {
	float: left;
	width: 250px;
	padding-left: 19px;
	padding-top: 16px;
	font-family: arial;
	font-size: 10px;
	line-height: normal;
	color: #999999;
	padding-bottom: 20px;
}

.printsendright a, .printsendright a:visited {
	font-family: "Lucida Grande", verdana;
	font-size: 10px;
	line-height: normal;
	color: #CCCCCC;
	text-decoration: none;
}

.printsendright a:hover {
	font-family: "Lucida Grande", verdana;
	font-size: 10px;
	line-height: normal;
	color: #fbbf09;
	text-decoration: none;
}

