/* 
    Document   : custom
    Created on : 01.04.2013, 17:06:23
    Author     : joachimrothkegel
    Description:
        Purpose of the stylesheet follows.
*/

#container{
    border: 1px solid #ccc;
margin:0 auto;

max-width:900px;
}
nav ul{
    width: 100%;
height: 54px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#aaaaaa));
background: -moz-linear-gradient(0% 6% 270deg,#2B2B2B, #9E9E9E);
background-color: #ffffff;
padding-left: 0px;
list-style: none;
}
nav ul li{
     float:left;
     margin:0 auto;
}
nav ul li a{
    line-height: 21px;
    color: #333232;
    font-weight: bold;
    font-size: 11pt;
    text-decoration: none;
    list-style: none;
    width: 158px;
    height: 51px;
    float: left;
    padding-top: 21px;
    text-align: center;
}
nav ul li a:hover{
    color: #a53434;     
}
a{
    color:#666;
    }
#contact{
    width: 280px;
    max-width: 100%;
    text-align: left;
    height: 169px;
    margin-top: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #ffffff;
    float: right;
}
#contact h1,#contact h2{
    font-size: 13pt;
}
nav ul{
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom: 0px;
}
#main{
    padding:5px;
    
clear:both;
}
#logo{
    float:left;
    clear:both;
    }
textarea{
    width:90%;
    }