

a{
	color:#c21a1a;
	text-decoration:underline;
}


#header_std {
    background: transparent url(img/header_std.jpg) no-repeat left top;
}

/*** Navigation ***/

#navigation ul li {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background:none;
	list-style:none;
}

#navigation ul li span.top,
#navigation ul li.main-aktiv a span.top{
	width:166px;
	height:3px;
	display:block;
	background: transparent url(img/li_navigation_bg_top.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
}
#navigation ul li span.bottom,
#navigation ul li.main-aktiv a span.bottom{
	width:166px;
	height:3px;
	display:block;
	background: transparent url(img/li_navigation_bg_bottom.jpg) no-repeat left top;
	margin-bottom:1px;	
	font-size:1px;
	line-height:1px;
}

#navigation ul li a,
#navigation ul li.main-aktiv a,
#navigation ul.lvl2 li.sub-inaktiv a,
#navigation ul.lvl2 li.sub-aktiv a{
	padding:0;
	line-height:auto;
	margin:0;
	background:none;
}

#navigation ul li a span.innen{
    color: #FFFFFF;
    display: block;
    font-family: "Interstate Condensed",Arial;
    font-size: 10pt;
    padding: 0 7px;
    margin:0;
    line-height:1.2em;
    text-decoration: none;
}

#navigation ul li a span.innen,
#navigation ul li.main-aktiv a span.innen{
    background: transparent url(img/li_navigation_bg_innen.jpg) repeat-y left top;
}
#navigation ul li a:hover span.innen{
    background: transparent url(img/li_navigation_bg_hover_innen.jpg) repeat-y left top;
}
#navigation ul li a:hover span.top{
	background: transparent url(img/li_navigation_bg_hover_top.jpg) no-repeat left top;
}
#navigation ul li a:hover span.bottom{
	background: transparent url(img/li_navigation_bg_hover_bottom.jpg) no-repeat left top;
}


/*** Navigation Ebene 2 ***/
#navigation ul li.sub-aktiv a span.innen,
#navigation ul li.sub-inaktiv a span.innen{
    color: #544646;
}
#navigation ul.lvl2 li.sub-aktiv a:hover span.innen,
#navigation ul.lvl2 li.sub-inaktiv a span.innen{
    background: transparent url(img/li_subnav_bg_innen.jpg) repeat-y left top;
}
#navigation ul.lvl2 li.sub-aktiv a span.innen,
#navigation ul.lvl2 li.sub-inaktiv a:hover span.innen{
    background: transparent url(img/li_subnav_bg_hover_innen.jpg) repeat-y left top;
}

#navigation ul.lvl2 li.sub-aktiv a:hover span.top,
#navigation ul.lvl2 li a span.top{
    background: transparent url(img/li_subnav_bg_top.jpg) no-repeat left top;
}
#navigation ul.lvl2 li.sub-aktiv a:hover span.bottom,
#navigation ul.lvl2 li a span.bottom{
    background: transparent url(img/li_subnav_bg_bottom.jpg) no-repeat left top;
}

#navigation ul.lvl2 li a:hover span.top,
#navigation ul.lvl2 li.sub-aktiv a span.top{
	background: transparent url(img/li_subnav_bg_hover_top.jpg) no-repeat left top;
}
#navigation ul.lvl2 li a:hover span.bottom,
#navigation ul.lvl2 li.sub-aktiv a span.bottom{
	background: transparent url(img/li_subnav_bg_hover_bottom.jpg) no-repeat left top;
}

#breadcrumb ul li{
	list-style:none;
	background:none;
	float:left;
	display:inline;
}

#breadcrumb ul li a,
#breadcrumb ul li span{
	color:#0E3790;
	padding-left:16px;
	background:transparent url(img/pfeil.gif) no-repeat 4px 4px;
}

#breadcrumb ul li.first a,
#breadcrumb ul li.first span{
	padding:0;
	background:none;
}

#center_col h1 {
    color: #c21a1a;
}

#center_col ul {
    margin: 10px 8px 10px 14px;
}
#center_col li {
    list-style-image: url(img/content_li.jpg);
}

#center_col table table{
	border-collapse:collapse;
	border:none;
	width:99%;
}

#center_col table table th{
	background:#cd1a1e;
	padding:4px 4px;
	color:#fff;
	font-weight:bold;
	border:none;
}
#center_col table table td{
/*	background:#eaa9ad; */
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	border-right:none;
	border-left:none;
	padding:4px 4px;
}

#center_col table table p{
	margin:0;
}

#totop {
    border-top: 1px solid #c84237;
}

#footer_std {
    background:#f3d1d2;
    color: #c21a1a;    
}
#footer_std a {
    color: #c21a1a;
}

a.h75{
    background: transparent url(img/box_75_red.jpg) no-repeat left top;
    height: 165px;
}



@media print
{
  #header_std,
  #breadcrumb,
  #left_col,
  #right_col,
  #totop,
  #footer_std {display:none;}
  
  #center_col{width: 100%; margin:0; padding:0; border:0;}
}







