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

body {
	margin: 0px;
	padding: 0px;
	background-color: #f0f0f0;
	background-image: url(../img/shader_bg.gif);
	background-repeat: repeat-x;
}


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


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

.hint, .hint2 {
	float: left;
    clear: both;
    border: 1px solid #999999;
    background-color: #eeeeee;
    padding-top: 10px; 
    padding-left: 10px; 
    padding-right: 10px; 
    padding-bottom: 10px; 
    margin-bottom: 10px;
    margin-top: 10px;
    height: auto;
	overflow: auto;
	width: 90%;
	color: #333333;
}

.hint a, .hint2 a{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}


/*---------------- inputfield -------------------------------*/


.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 -------------------------------*/

.suchmaske {
	background-image: url(../img/suche_bg.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 21px;
	float: right;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 7px;
	padding-bottom: 0px;
}

.suchmaske-input, .suchmaske-input:visited {
	width: 103px;
	border: 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	height: 13px;
	background-color: #ffffff;
	margin-top: 3px;
	float: left;
}

.suchmaske-input:hover {
	width: 103px;
	border: 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #b2002a;
	text-decoration: none;
	height: 13px;
	background-color: #FFFFFF;
	float: left;
}



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

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


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




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

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

.logo {
	float: left;
	padding-left: 26px;
}

.logo img {
	float: left;
}

.topnav {
	float: right;
	width: 440px;
	padding-top: 61px;
}

.topnav img {
	float: left;
}


.topnav a, .topnav a:visited {
	font-family: arial;
	font-size: 10px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	float: left;
	padding-right: 25px;
	text-transform: uppercase;
	letter-spacing: -0.2px;
}

.topnav a:hover {
	color: #b2002a;
	text-decoration: underline;
}





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

.nopic {
	width: 973px;
	float: left;
	clear: left;
	background-image: url(../img/nopic_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.nopic img {
	float: left;
	padding-left: 5px;
}



/*---------------- mainnavbox -------------------------------*/

.mainnavboxpadding {
	float: left;
	clear: left;
	padding-left: 5px;
	background-image: url(../img/shader_grey_mainnav.gif);
	background-repeat: repeat-y;
	width: 973px;
}

.mainnavbox {
	float: left;
	clear: left;
	width: 963px;
	background-color: #8b0022;
	background-image: url(../img/shader_mainnav.gif);
	background-repeat: repeat-x;
}

/*---------------- mainnavlinks -------------------------------*/

.mainnavlinks {
	float: left;
	width: 170px;
	padding-left: 13px;
}

.mainnavlinks a {
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.mainnavlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/*---------------- mainnavrechts -------------------------------*/

.mainnavrechts {
	float: right;
	width: 745px;
}

.mainnavrechts a {
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 10px;

}

.mainnavrechts a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}










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

.content {
	float: left;
	clear: left;
	width: 973px;
	background-image: url(../img/shader_content.gif);
	background-repeat: repeat-y;
}

.leftside {
	float: left;
	width: 260px;
}

.rightside {
	float: right;
	width: 650px;
	padding-top: 25px;
}





/*---------------------- leftsidenav -------------------------------*/


.leftsidenav {
	width: 245px;
	float: left;
	clear: left;
	margin-top: 23px;
	margin-bottom: 10px;
	padding-left: 14px;
}

.leftsidenav a {
	float: left;
	clear: left;
	font-family: arial;
	font-size: 12px;
	line-height: 26px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 11px;
	width: 235px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ecccd4;
}

.leftsidenav a:hover {
	color: #b2002a;
	border-bottom-color: #b2002a;
}











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

.artikel {
	width: 560px;
	float: left;
	clear: left;
	padding-right: 50px;
	
}

.artikel h1 {
	float: left;
	clear: left;
	font-family: Arial;
	font-size: 22px;
	line-height: 33px;
	font-weight: normal;
	text-transform: none;
	color: #b2002a;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.artikel h2 {
	float: left;
	clear: left;
	font-family: Arial;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	text-transform: none;
	color: #999999;
	width: 100%;
	margin: 0px;
	padding: 0px;
}




.artikel div.copy {
	float: left;
	clear: left;
	font-family: Arial;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	text-transform: none;
	color: #3d3d3d;
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0px;
}


.artikel div.copy a, .artikel div.copy a:visited {
	color: #b2002a;
	text-decoration: underline;
}

.artikel div.copy a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #b2002a;
}



.artikel div.search_list {
	float: left;
	clear: left;
	font-family: Arial;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	text-transform: none;
	color: #3d3d3d;
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0px;
}


.artikel div.search_list a, .artikel div.search_list a:visited {
	color: #b2002a;
	text-decoration: underline;
}

.artikel div.search_list a:hover {
	color: #0b0b0b;
	text-decoration: none;
}




.artikel div.searchlist a {

	color: #b2002a;
	text-decoration: underline;

}


.artikel div.searchlist a:hover {
	color: #0b0b0b;
	text-decoration: none;
}










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



.printsend {
	float: left;
	width: 560px;
	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: Arial;
	font-size: 10px;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}

.printsend a:hover {
	font-family: Arial;
	font-size: 10px;
	line-height: normal;
	color: #b2002a;
	text-decoration: none;
}



















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


.footer {
	width: 973px;
	float: left;
	clear: left;
	padding-left: 10px;
	padding-bottom: 40px;
	padding-top: 10px;
	
}

.footer h1 {
	float: left;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	text-transform: none;
	color: #686868;
	width: 200px;
	margin: 0px;
	padding: 2px 0px 2px 15px;
}

.footer h2 {
	float: left;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	text-transform: none;
	color: #686868;
	width: 180px;
	margin: 0px;
	padding: 2px 0px 2px 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b2002a;
}

.footer h3 {
	float: left;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	text-transform: none;
	color: #686868;
	width: 160px;
	margin: 0px;
	padding: 2px 0px 2px 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b2002a;
}


.footer h4 {
	float: left;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	text-transform: none;
	color: #686868;
	width: 350px;
	margin: 0px;
	padding: 2px 0px 2px 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b2002a;
}

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

.footer h4 a:hover {
	color: #b2002a;
	text-decoration: none;
}




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


.services {
	width: 973px;
	float: left;
	clear: left;
	display: none;
	visibility: hidden;
	
}

.services h1 {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	text-transform: none;
	color: #686868;
	width: 973px;
	margin: 0px;
}





















/*---------------------- bannerfooter -------------------------------*/

.bannerfooter {
	width: 973px;
	height: 101px;
	float: left;
	clear: left;
	background-image: url(../upload/banner/home_footer.jpg);
	background-repeat: repeat-x;
}




/*---------------------- bannerfooterinnen -------------------------------*/

.bannerfooterinnen {
	width: 973px;
	height: 24px;
	float: left;
	clear: left;
	background-image: url(../img/footer_content.gif);
	background-repeat: repeat-x;
}

