﻿html, body
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-align: center;
    background-position: center top;
    font-family: Calibri;
	background: url(  "images/backgrad.jpg" ) repeat-y;
	background-position: center;
	background-color: #c6c7c9;
}


#wrap
{
    margin: 0px auto;
    width: 800px;
}

#header
{
    width: 800px;
    height: 179px;
    background: url(  "images/header.jpg" ) no-repeat;


}

#header h1 a
{
    display: block;
    height: 99px;
    width: 250px;
    float: left;
}

#nav 
{
    text-align: center;
    width: 770px;
    padding-top: 40px;
    padding-right: 10px;
    font-family: "Haettnschweiler", Calibri;
    float:right;
}

#nav a
{
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    padding-left: 17px;
    padding-right: 17px;
}

#nav a:hover
{
    text-decoration: none;
    padding-left: 17px;
    padding-right: 17px;
    color: #04B211;
    background-color: #9E9E9;
}

#nav img
{
padding-bottom: 8px;
}

#leftbar
{float: left;
    width: 140px;
    text-align: center;
    font-family: Calibri;
    font-size: 19px;
	background: url(  "images/nav_left.jpg" ) repeat-y;
	background-color: #DBDBDB;
	
    
}

#leftbar a
{
    
    font-size: 14px;
    text-decoration: none;
    
}


#content
{
    float: right;
    width: 651px;
    text-align: left;
    font-size: 14px;
	
    padding-right: 0px;
	background: url(  "images/body.jpg" ) no-repeat;
    
}

#content2
{
width: 800px;
    font-size: 14px;
    padding-right: 0px;
	background: url(  "images/body2.jpg" ) no-repeat;
	}

#ftr
{
    height: 51px;
    background: url(  "images/footer.jpg" ) no-repeat;
}
#ftr p
{
	padding-top: 0px;
}


.clear {
	line-height:1px;
	height:1px;
	clear:both;
}

a:link
{
    color: #025f08;
}
a:visited
{
    color: #025f08;
}
a:hover
{
    color: #04B211;
}
a:active
{
    color: #025f08;
}