/*
hallo und viel Spass beim experimentieren



*/

* {
border:0;
margin:0;
padding:0;
}
html {
width: 850 px;
height:100%;
font-size:62.5%,
}

html,
body {
width: 850 px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
background:url(images/bg.gif);
}
/*
------------------------------------------------------------------------------
header, navos, footer
------------------------------------------------------------------------------				           
*/
.header {
background: transparent url(images/header.gif) no-repeat;
color: #FFF;
height: 108px;
width: 850px;
margin: 0;
padding: 0;
}

/*
hier wird die position des titels im header formatiert
*/
#domain {
position: absolute;
left: 296px;
} 

h1 {
font: bold 36px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: left;
color: Green;
padding-left: 2px;
margin: 2px;
}

/* 
ende
*/

#navoscontainer {
background-color:#000;
color:#FFF;
position:absolute;
left:0;
top:75px;
width:850px;
height:20px;
border-top:1px solid #efefef;
border-bottom:1px solid #efefef;
padding:0;
}

ul#navos {
list-style:none;
margin:0;
padding:0;
}

ul#navos li {
line-height: 20px;
display:inline;
vertical-align:middle;
}

ul#navos a {
color: #fff;
background: url(images/link_bullet.gif) no-repeat 0 50%;
text-decoration: none;
font-weight: 700;
background-color: transparent;
vertical-align: bottom;
padding: 0 0 0 12px;
}

ul#navos active {
color: #fff;
background-color: transparent;
background: url(images/link_bullet.gif) no-repeat 0 50%;
text-decoration: none;
font-weight: 700;
vertical-align: bottom;
padding: 0 0 0 12px;
}
ul#navos hover {
color: #fff;
background-color: transparent;
background: url(images/link_bullet.gif) no-repeat 0 50%;
text-decoration: none;
font-weight: 700;
vertical-align: bottom;
padding: 0 0 0 12px;
}

#navcontainerU {
background-color:#CF574B;
color:#FFF;
position:absolute;
left:0;
top:96px;
width:850px;
height:20px;
border-top:1px solid #efefef;
border-bottom:1px solid #efefef;
padding:1;
}

ul#navigationU {
list-style:none;
margin:0;
padding:0;
}

ul#navigationU li {
line-height: 20px;
display:inline;
vertical-align:middle;
}

ul#navigationU a {
color: #000000;
background: url(images/link_bulletU.gif) no-repeat 0 50%;
text-decoration: none;
font-weight: 700;
background-color: transparent;
vertical-align: bottom;
padding: 0 0 0 12px;
}

ul#navigationU active {
color: #000000;
background-color: transparent;
background: url(images/link_bulletU.gif) no-repeat 0 50%;
text-decoration: none;
font-weight: 700;
vertical-align: bottom;
padding: 0 0 0 12px;
}
ul#navigationU hover {
color: #000000;
background-color: transparent;
background: url(images/link_bulletU.gif) no-repeat 0 50%;
text-decoration: none;
font-weight: 700;
vertical-align: bottom;
padding: 0 0 0 12px;
}

.footer {
clear: both;
background-image: url(images/footer_bg.gif);
background-repeat: repeat-x;
height: 21px;
bottom: 0;
margin: 0 auto;
}
/*

