/* color.css */

html { 
background-color : #f1efe2; }

body { 
padding-top : 50px; }

div#branding {
position : relative;
z-index : 10;
height : 120px;
background : transparent url(../site/branding.png) no-repeat 0 0;  }

div#nav_main { 
position : relative;
z-index : 1;
height : 90px;
background : #66CC33 url(../site/nav_main.png) no-repeat 0 0; }

div#content { 
background-color : #fff; }

div#site_info { 
position : relative;
width : 100%;
height : 120px;
background : transparent url(../site/site_info.png) no-repeat 0 0; }

h1 { 
position : absolute;
top : -60px; 
left : -80px;
width : 550px; 
height : 180px; 
background : transparent url(../site/h1.png) no-repeat;
text-indent : -9999px; }

div#branding blockquote { 
position : absolute;
top : -9999px; }

ul#nav_sites {
position : absolute;
top : 35px;
left : 325px;
margin : 0;
width : 440px;
height : 50px; }

ul#nav_sites li {
display : inline;  }

li#nav_schwing, li#nav_stetter, li#nav_normet {
position : absolute; 
display : block;
height : 50px; 
width : 140px; }

li#nav_schwing {
left : 0; }

li#nav_stetter {
left : 150px; }

li#nav_normet {
left : 300px; }

li#nav_schwing a, li#nav_stetter a, li#nav_normet a {
display : block;
height : 50px; 
width : 140px; 
text-indent : -9999px; }

ul#nav_main {
position : absolute;
top : 5px;
left : 20px;
margin : 0;
width : 790px; }

ul#nav_main li {
display : inline; }

ul#nav_main li a {
margin-right : 10px;
padding-right : 10px;
 }

li#nav_news a, li#nav_contact a {
margin-right : 0;
padding-right : 0; }

li#nav_contact {
position : absolute;
right : 0;
width : 120px;
height : 25px; }

li#nav_contact a { 
display : block;
width : 120px; 
height : 25px; }

div#nav_main p { 
position : absolute;
top : 45px;
left : 35px;
margin : 0; }

div#nav_main h2 { 
position : absolute;
top : -9999px; }

div#site_info h5 { 
position : absolute;
left : 20px; 
bottom : 5px;
width : 125px; 
height : 40px; 
background : transparent url(../site/h5.png) no-repeat; }

div#site_info h5 a { 
display : block;
width : 150px; 
height : 70px; 
text-indent : -9999px; }

div#site_info p { 
position : absolute;
left : 10px; 
top : 10px;
margin : 0; }

/* div#site_info h5 + p { 
text-indent : -9999px; } */

.img_border {
border: 1px solid #333; 
}

