@charset "utf-8";

#header .gesamt {
	width:100%; 
}
#kopf_logo { 
	background-image:url(../grafik/layout/kopf/logo.png);
    background-repeat:no-repeat;
    background-position: left top;
    /*background-color:#8E8E8E;*/
	height:72px; 
}
#kopf_logo_right{
	float:right;
	text-align:right;
	padding-right:5px;
}
#kopf_logo img { 
	/*margin:0px 20px;*/ 
}
#kopf_logo_img1 {
	float:left; 
	width:270px; 
	height:72px;
}
#kopf_logo_img2 {
	float:right; 
	width:284px; 
	height:72px;
}
#kopf_nav {
	clear:both; 
	height:26px; 
	background-image:url(../grafik/layout/kopf/navkat_hg.png);
    background-repeat:repeat-x;
    background-position: left -26px;
}
#kopf_nav table {
    text-align:right; 
    height:26px; 
    /*margin-right:20px;*/
}
.leiste_oben_trenner {
    width:3px; 
    background-image:url(../grafik/layout/kopf/navkat_hg.png);
    background-repeat:no-repeat;
    background-position: left -52px;
}
.leiste_oben_mitte {
	background:url(../grafik/layout/kopf/navkat_hg.png) repeat-x  left -26px;
    font-size:12px;
    line-height:26px;
    display:block;
    font-weight:bold;
}
.leiste_oben_mitte a:link,.leiste_oben_mitte a:visited,.leiste_oben_mitte a:focus {
    padding:0px 20px;
    color: #FFF;
    text-decoration:none;
    height:26px;
    display:block;
    font-weight:bold;
}
.leiste_oben_mitte a:hover {
    padding:0px 20px;
    background:url(../grafik/layout/kopf/navkat_hg.png) left top repeat-x;
    color: #FFF;
    text-decoration:none;
    height:26px;
    display:block;
    font-weight:bold;
}

.leiste_oben_mitte_aktiv {
    background:url(../grafik/layout/kopf/navkat_hg.png) repeat-x left top;
    font-size:12px;
    line-height:26px;
    display:block;
    font-weight:bold;
    color:#FFF;
}
.leiste_oben_mitte_aktiv a:link,.leiste_oben_mitte_aktiv a:visited,.leiste_oben_mitte_aktiv a:focus,.leiste_oben_mitte_aktiv a:hover {
    padding:0px 20px;
    background-image:url(../grafik/layout/kopf/navkat_hg.png);
    background-repeat:repeat-x;
    background-position: left top;
    color: #FFF;
    text-decoration:none;
    height:26px;
    display:block;
    font-weight:bold;
}
#abstand {
    width:100%; 
    height:10px;
    background-color:white; 
}
#suche_gesamt {
	margin-top:5px;
}
#sitemap {
	margin-top:5px;
	color:white;
}
#sitemap a{
	color:white;
}
#suchfeld {
    width: 190px;
    height:26px;
}
#suche_input {
	width:140px; 
	background:#F1F1F1;  
	height:20px; 
	color:#A2A2A2;
}
#suche_button {
	width:40px; 
	height:22px; 
	font-size:11px;
}

