﻿*{
	margin: 0;
	padding: 0;
}

body{
    text-align: center;
    background-color: #fff;
}

#site{
    width: 800px;
    height:auto;
    margin: 0px auto;
    font-family: sans-serif;
    font-style: normal;
    font-size: 12px;
    color: #C0C0C0;
    text-align: center;
}

#head{
    width: 800px;
    height: 193px;
    margin-top: 150px;
    text-align: center;
}

#headlogo{
    text-align: center;
}

#content{
    margin-top: 30px;
    width: 800px;
    height: 300px;
    background-color: #FFF;
}

#content ul, li, dir{
	display: inline-block;
	text-decoration: none;
}

#steuerung{
    width: 800px;
    height: 0px;
    background-color: #FFF;
}

#footer{
    margin-top: 30px;
    width: 800px;
    height: 10px;
    background-color: #FFF;
}

#footer a{
    text-decoration: none;
    color: #E1E1E1;
    font-size: 10px;
}

#footer a:hover{
    color: #000000;
}