@import url(links.css);
@import url(navi.css);
@import url(content.css);
@import url(footer.css);

* {
font: 100.01% Arial, Helvetica, sans-serif;
line-height: normal;
color: black;
margin: 0px;
padding: 0px;
border: 0px;
}

body {
background: black url(../images/bg-black.png) repeat-x left top ;
}

div {
position: static;
}

p {
margin-bottom: 20px;
}

input * {
vertical-align: middle;
}

#container {
position: relative;
margin: 0 auto;
background: transparent;
width: 930px;
padding-left: 30px;
padding-right: 30px;
}

#head {
height: 80px;
width: 100%;
float: right;
}

#logo { 
float: left;
margin-top: 8px;
height: 64px; 
width: 64px; 
}

#suche {
background: white;
float: right;
margin-top: -2px;
border: 1px solid rgb(160,160,160);
}

.search {
font-size: 14px;
color: rgb(180,180,180);
width: 150px;
padding: 1px;
text-align: center;
}

.zeilenhoehe {
	line-height: 5px;			
}