
body{
    font-size: 0.7em;
    font-family: trebuchet MS, verdana, arial;
    line-height: 1.6em;
    color: white;
    background: #301b16;
    text-align: center;
    margin: 0;
}

a{
    color: white;
    text-decoration: none;
}

a:hover{
    border-bottom: 1px solid white;
}

#wrapper{
    margin: 0 auto;
    width: 1024px;
    text-align: left;
}

#head {
    height: 237px;
    background: url(../images/head.gif) no-repeat left top;
    position: relative;
}

.menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 84px;
    left: 20px;
}

.menu li{
    margin: 0;
    padding: 0 12px;
    display: inline-block;
}



.menu li.selected{
    
}

.logo{
    position: absolute;
    top: 15px;
    left: 580px;
    width: 360px;
    height: 110px;
}

#footer {
    clear: both;
    text-align: center;
    margin-top: 50px;
    
}

#content {
    position: relative;
}

#content h1{
    font-size: 120%;
    color: white;
    font-weight: normal;
}

#content h2{
    font-size: 120%;
    color: white;
    font-weight: normal;
}

.wechsler{
    width: 1024px;
    height: 412px;
    overflow: hidden;
}

.wechsler img {
    display:none;
	position:absolute;
	top:0;
	left:0;
}

.floatleft{
    float: left;
    margin: 0 30px 0 0;
    
}

td h1{
    font-size: 190% !important;
    margin-top: 20px;
    
}

td{
    text-align: right;
    padding: 0 15px 0 0;
    vertical-align: bottom;
}

td.text{
    text-align: left;
}

body.start #content {
    text-align: center;
}

p.big {
    font-size: 200%;
}