/*------------------------------------------------------------------------
	Rinderspacher CSS // © Frederic K. Herring, cmXs 2009
--------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../img/bg_shader.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", arial;
	line-height: 18px;
}


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


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

.picborder {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 3px solid #e4e4e4;
}

.picborder img {
	float: left;
}

.cardborder {
	width: 440px;
	height: 400px;
	float: left;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 3px solid #e4e4e4;
}

.cardborder iframe {
	float: left;
}


.picbox {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}






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


.dropdown, .dropdown:visited {

	background-color: #ededed;
	width: 250px;
	font-family: "Trebuchet MS", 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 #cccccc;
	
}

.dropdown:hover {
	background-color: #ededed;
	width: 250px;
	font-family: "Trebuchet MS", 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: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #cc0000;
	
}




.inputfield, .inputfield:visited {
	background-image: url(../img/input_shader.png);
	background-repeat: repeat-x;
	width: 250px;
	font-family: "Trebuchet MS", 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 #cccccc;
	
}


.inputfield:hover {
	background-color: url(../img/input_shader.png);
	background-repeat: repeat-x;
	width: 250px;
	font-family: "Trebuchet MS", 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 #cc0000;
	
}


.inputbox, .inputbox:visited {
	background-image: url(../img/input_shader.png);
	background-repeat: repeat-x;
	width: 250px;
	height: 100px;
	font-family: "Trebuchet MS", 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 #cccccc;
	
}


.inputbox:hover {
	background-image: url(../img/input_shader.png);
	background-repeat: repeat-x;
	width: 250px;
	height: 100px;
	font-family: "Trebuchet MS", 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 #cc0000;
	
}












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

.suchebox {
	float: right;
	padding-right: 9px;
	padding-top: 50px;
}

.suchmaske {
	background-image: url(../img/suche_bg.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 37px;
	float: left;
	padding-left: 14px;
}

.newsmaske {
	background-image: url(../img/newsmaske.gif);
	background-repeat: no-repeat;
	width: 182px;
	height: 20px;
	float: left;
	padding-left: 22px;
}


.suchmaske-input, .suchmaske-input:visited {
	width: 110px;
	border: 0px solid;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	height: 14px;
	margin-top: 11px;
	background-color: #FFFFFF;
}

.suchmaske-input:hover {
	width: 110px;
	border: 0px solid;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	line-height: normal;
	color: #cc0000;
	text-decoration: none;
	height: 14px;
	margin-top: 11px;
}



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

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


.innencontainer {
	width: 860px;
	float: left;
}




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

.topbox {
	width: 860px;
	float: left;
	clear: left;
}

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

.logo img {
	float: left;
}

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



.topnav a, .topnav a:visited {
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	color: #3e3e3e;
	text-decoration: none;
	padding-left: 20px;
	float: left;
}

.topnav a:hover {
	color: #cc0000;
}






/*------------------------------------
	nopic
-------------------------------------*/

.nopic {
	width: 866px;
	float: left;
	clear: left;
	height: 176px;
	margin-top: 42px;
}

.nopicimage, .nopicimage img {
	float: left;
}

.nopictext {
	float: right;
}

.nopictext img {
	float: left;
}


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

.mainnavbox {
	float: left;
	clear: left;
	width: 860px;
	margin-top: 8px;
}

.mainnav {
	float: left;
	clear: left;
	width: 822px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	text-align: left;
}



.mainnav a, .mainnav a:visited {
	font-family: "Trebuchet MS";
	font-size: 20px;
	line-height: normal;
	color: #3e3e3e;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}

.mainnav a:hover {
	color: #cc0000;
	text-decoration: none;
}






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

.subnav {
	float: left;
	clear: left;
	width: 810px;
	height: 25px;
	padding-bottom: 5px;
	padding-left: 51px;
}


.subnav a {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: normal;
	color: #3e3e3e;
	text-decoration: none;
	padding-right: 20px;
}

.subnav a:hover {
	text-decoration: none;
	color: #CC0000;
}









/*------------------------------------
	selektor
-------------------------------------*/

.selektor {
	float: left;
	clear: left;
	width: 860px;
	margin-top: 8px;
}

.selektor img {
	float: left;
	padding-right: 3px;
}
















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

.content {
	float: left;
	clear: left;
	background-image: url(../img/topcontentshader.png);
	background-repeat: no-repeat;
	width: 860px;
	padding-top: 10px;
}

.leftside {
	float: left;
	width: 500px;
	padding-top: 30px;
	padding-left: 50px;
}

.leftside-wide {
	float: left;
	width: 700px;
	padding-top: 30px;
	padding-left: 50px;
}

.rightside {
	float: right;
	width: 264px;
	padding-top: 18px;
	padding-right: 4px;
}




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



.infobox {
	float: left;
	clear: left;
	width: 264px;
	background-image: url(../img/infobox_shader.png);
	background-repeat: repeat-y;
	margin-top: 2px;
}

.infoboxheader {
	float: left;
	clear: left;
	width: 264px;
	overflow: visible;
	background-image: url(../img/infobox_header.png);
	background-repeat: no-repeat;
	padding-bottom: 11px;
}




.infobox-headline {
	float: left;
	clear: left;
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	color: #cc0000;
	padding-left: 16px;
	width: 218px;
	padding-top: 12px;
}

.infobox-subline {
	float: left;
	clear: left;
	font-family: "Trebuchet MS", arial;
	font-size: 16px;
	font-weight: normal;
	width: 218px;
	color: #555459;
	line-height: 16px;
	padding-left: 16px;
	padding-top: 3px;
}


.infobox-copy {
	float: left;
	clear: left;
	width: 214px;
	color: #666666;
	font-size: 12px;
	font-family: "Trebuchet MS", arial;
	line-height: 18px;
	padding-left: 16px;
}

.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: 13px;
	width: 214px;
	padding-left: 16px;
}

.infobox-more a, .infobox-more a:visited {
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
}

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

}

.contentbox-mainpic {
	float: left;
}

.contentbox-mainpic img {
	float: left;
}




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

.artikel {
	float: left;
	padding-bottom: 15px;
	width: 440px;
	clear: left;
}


.headline {
	float: left;
	clear: left;
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: normal;
	width: 440px;
	color: #CC0000;
	line-height: 25px;
}

.subline {
	float: left;
	clear: left;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	width: 440px;
	color: #555459;
	line-height: 21px;
}

.copy {
	float: left;
	clear: left;
	width: 440px;
	color: #666666;
	font-size: 12px;
	font-family: "Trebuchet MS", arial;
	line-height: 18px;
	margin-top: 15px;
}

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

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








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




.search_list {
	float: left;
	clear: left;
	width: 600px;
	color: #666666;
	font-size: 12px;
	font-family: "Trebuchet MS", arial;
	line-height: 18px;
	padding-left: 51px;
}

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

.search_list a:hover {
	color: #cc0000;
	text-decoration: none;
}

.searchlistHead {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	line-height: 25px;
}

.black {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #0b0b0b;
	line-height: 25px;
}

.searchlist {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #0b0b0b;
	line-height: 25px;
}



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

.artikel-wide {
	float: left;
	padding-bottom: 15px;
	width: 700px;
	clear: left;
}


.headline-wide {
	float: left;
	clear: left;
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: normal;
	width: 700px;
	color: #CC0000;
	line-height: 25px;
}

.subline-wide {
	float: left;
	clear: left;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	width: 700px;
	color: #555459;
	line-height: 21px;
}

.copy-wide {
	float: left;
	clear: left;
	width: 700px;
	color: #666666;
	font-size: 12px;
	font-family: "Trebuchet MS", arial;
	line-height: 18px;
}

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

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




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

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

.printsend a, .printsend a:visited {
	font-family: "Trebuchet MS", arial;
	font-size: 10px;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}

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



























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

.footer {
	float: left;
	clear: left;
	width: 860px;
	padding-top: 30px;
	padding-bottom: 50px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: normal;
	color: #212121;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: 8px 0px;
	padding-left: 50px;

}


.footer a, .footer a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: normal;
	color: #3e3e3e;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}



.footer img {
	float: left;
}

