@charset "utf-8";
/* CSS Document */

/*****************************************************
/ Allg. Stildefinitionen
*****************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ol, ul {
	font-size: 12px;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E4E4E;
	background: url(../images/main_background.gif) repeat-y;
	background-position: center;	
}
a {
	cursor: pointer;
	color: #4E4E4E;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #DA0022;
	text-decoration: none;
}
:focus {
	outline: 0;
}
img {
	border: 0;
}
form {
	display: inline;
}
div.hr {
	height: 2px;
	margin: 0;
	border: 0;
	background: url(../images/line_background.gif) repeat-x;
}
div.hrSimply {
	height: 1px;
	margin: 0;
	border: 0;
	background: #000;	
}
div.hrSimplyGray {
	height: 1px;
	margin: 0;
	border: 0;
	background: #c5c5c5;	
}
div.hr hr, div.hrSimply hr, div.hrSimplyGray hr {
	display: none;
}
.hidden {
	position: absolute;
	top: -1000em;
	left: -1000em;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.clear {
	clear: both;
}
.floatL {
	float: left;	
}
/*****************************************************
/ Seiten-Aufbau
*****************************************************/
#scrollBox { /* erzwingt Scrolleisten*/
    position: absolute;
	width: 100%;
	height: 100%;
	min-width: 1010px;
}
#boxAll {
	position: absolute;
	left: 50%;		
	width: 1010px;
	margin-left: -505px;
	min-height: 100%;
	background: url(../images/main_background.gif) repeat-y;
	background-position: -260px;
}
#boxSkyscraper {
	position: absolute;
	width: 120px;
	top: 10px;
	margin-left: 890px;
}
#boxMenu {
	position: relative;
	float: left;
	width: 250px;
	display:inline;
	margin: 10px 0 20px 13px;
}
#boxContent {
	position: relative;
	margin: 20px 0;
	display:inline;
	padding: 0 13px 0 25px;
	float: left;
	width: 581px;
}
#boxMetanavigation {
	position: relative;
	margin: 20px 13px;
	width: 856px;
	height: 25px;
	text-align: center;
	font-size: 11px;
}
#boxHeader {
	position: relative;
	width: 878px;
	height: 80px;
	z-index: 5;
}
#boxAd {
	position: absolute;
	margin-left: 288px;
	margin-top: 10px;
	width: 468px;
	height: 60px;
}
#boxBreadSearch {
	position: relative;
	padding-top: 18px;
	margin-left: 13px;
	width: 853px;
	font-size: 11px;
}
#boxBreadcrumb {
	position: relative;
	float: left;
	height: 21px;
	margin-top: 8px;
	margin-left: 10px;
	padding-left: 15px;
	background: url(../images/red_sqare.gif) no-repeat;
	background-position: 0 2px;
}
#boxSearch {
	position: relative;
	float: right;
	height: 23px;
	margin-top: 2px;
}
/*****************************************************
/ Elemente
*****************************************************/
/* Loginbox */
#boxLogin {
	z-index: 20;
}
#boxLogin #boxLoginBackground {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/black-70.png);
	display: none;
	z-index: 5;
}
#boxLogin #boxLoginContent {
	position: absolute;
	margin-left: 47px;
	margin-top: 33px;
	padding: 22px;
	left: 50%;
	width: 336px;
	height: 235px;
	background: #FFFFFF;
	display: none;
	z-index: 10;
}
#boxLogin #boxLoginButton {	
	position: absolute;
	margin-left: 362px;
	margin-top: 10px;
	left: 50%;	
	text-align: center;
	z-index: 10;
}
#boxLogin #boxLoginButton #loginButtonIn {
	display: none;	
}
#boxLogin .loginSend {
	padding: 0;
	margin: 0;
	float: left;	
	width: 65px;
	height: 23px;	
	border: none;
	font-weight: bold;
	color: #DA0022;
}
#boxLogin .loginBoxClose {
	position: absolute;	
	bottom: 10px;
	right: 10px;
}
#boxLogin .loginBoxClose a {
	font-weight: bold;
	color: #000000;
	background: url(../images/link_close.gif) no-repeat 0 3px;
	padding-left: 18px;
}
#boxHeader h1 {
	position: absolute;
	margin-left: 25px;
	width: 159px;
	height: 80px;
}
#boxBreadSearch .formSearch {
	padding: 3px 0 0 0;
	margin: 0;
	float: left;	
	width: 143px;
	height: 19px;
}
#boxBreadSearch .formSearchSend {
	float: left;
	margin-left: 10px;
	height: 23px;	
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background: #DA0022;
	border: none;	
	width: 65px;
}
#boxMetanavigation .metaText {
	margin-top: 6px;
}
#boxMetanavigation .metaText a {
	text-decoration: none;
}
#boxMetanavigation .metaText span {
	color: #DA0022;
}
/*****************************************************
/ Menu
*****************************************************/
#boxMenu ul {
	list-style-type: none; 
}
/* Ebene 1 */
#boxMenu ul a, #boxMenu .active .activeText {
	display: block;
	height: 19px;
	width: 240px;
	border-top: #000000 solid 1px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 0 10px;
	text-decoration: none;
}
#boxMenu .active .activeLink { /* IE BUG */
	display: block;
	height: 25px;
}
#boxMenu ul a .intern {
	color: #DA0022 !important;	
}
#boxMenu ul .active .intern {
	color: #000000 !important;		
}
#boxMenu ul .last a, #boxMenu ul .last .activeText {
	border-bottom: #000000 solid 1px;
}
#boxMenu ul .active .activeText, #boxMenu ul .active a {
	background: #DA0022;
	color: #FFFFFF !important;
}
#boxMenu ul .active li a {
	color: #000000 !important;
}
#boxMenu ul .active .last a  {
	border-bottom: none;
}
/* Ebene 1 Hoover*/
#boxMenu ul a:hover, #boxMenu ul a:active {
	background: #DA0022;
	color: #FFFFFF;
}
#boxMenu ul a:hover .intern, #boxMenu ul a:active .intern {
	color: #000000 !important;
}
/* Ebene 2 */
#boxMenu ul .active ul  {
	border-top: #000000 solid 1px;	
}	
#boxMenu ul .active li a  {
	width: 220px !important;
}
#boxMenu ul .active li a, #boxMenu ul .active .active .activeText {
	background: #E5E5E5;
	width: 230px;
	margin-left: 20px;
	border-top: none;
	border-bottom: #000000 solid 1px;
}
#boxMenu ul .active .active .activeLink a {
	background: #DA0022 !important;
	color: #FFFFFF !important;
}
#boxMenu ul .active .active .activeText {
	background: #DA0022;
	width: 220px !important;
}
#boxMenu ul .active .last .activeText {
	border-bottom: none;
}
/* Ebene 2 Hoover */
#boxMenu ul .active li a:hover, #boxMenu .active li a:focus  {
	background: #DA0022;
	color: #FFFFFF !important;
}
/* Bookmarks */
#boxMenu #bookmarks {
	margin: 30px 0 10px 5px;	
}