/* style fuer bdb - head und statische seiten */

/* allgemeines */
* {
margin:0; 
padding:0;
}

/* HEA ANPASSUNG TEST */

body {
font-family: Verdana, sans-serif;
font-size: 69%;
color:#333;
background: transparent url("../images/hea_bg_obere_nav.png") repeat-x top left; 
}

body { behavior:url("csshover.htc"); }

#logo {
position: absolute;
top: 0;
left: 0;
width: 223px;
height: 100px;
background: transparent url("../images/hea_logo.png") no-repeat top left;
}

#warenkorb {
position: absolute;
top: 37px;
left: 250px;
}

#subnav {
position: absolute;
top: 37px;
left: 442px;
}

#warenkorb ul, #subnav ul {
list-style: none;
}

#warenkorb li, #subnav li {
float: left;
}

#warenkorb a:link, #warenkorb a:visited, #subnav a:link, #subnav a:visited {
color: #333;
position: relative;
display: block;
height: 25px;
width: 80px;
text-align: center;
text-decoration: none;
line-height: 23px;
background: #fff;
font-size: 1em;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#warenkorb a#wk { width: 90px; }
#warenkorb a#reg { width: 90px; }
#warenkorb a#nutz { width: 140px; }
#warenkorb a#imp { width: 90px; }

#subnav a:link, #subnav a:visited {
width: 140px;
}

.borderright {
border-right: 1px solid #ccc;
}

#warenkorb a:hover, #subnav a:hover {
color: #f30;
}

#suche {
position: absolute;
top: 39px;
left: 780px;
border: 1px solid #ccc;
background: #fff;
padding: 1px;
display: inline;
}

#suche input {
width: 200px;
padding: 0;
color: #333;
font-size: 11px;
}

#suche input.suchbutton {
width: 35px;
border: none;
vertical-align: middle;
}
