@charset "utf-8";

#kopf_logo {
	margin-top:5px;
	background:url(../grafik/layout/kopf/header_rest2.jpg) repeat-x;
	width:100%;
	height:80px;
	border-bottom:3px solid #666666;
	padding-bottom:3px;
}
#suche_gesamt {
	float:right;
	margin-top:5px;
}
#suchfeld {
    width: 200px;
    height:26px;
}
#suche_input {
	width:140px; 
	background:#F1F1F1;  
	height:20px; 
	color:#A2A2A2;
}
#suche_button {
	width:47px; 
	height:22px; 
	font-size:11px;
}
#kataloge {
	width:100%;
	margin-top:3px;
	padding-bottom:3px;
}
#kopf_nav {
	margin-top:1px;
	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;
}