*, html, body {
	font-family: Verdana, Helvita, sans-serif;
    font-size: 12px;
}

body{
	background-image: url(../_gfx/footer.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

h1 {
	color: #FC6604;
    margin-bottom: 4px;
    margin-top: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-decoration: underline;
}


#logo{
    height: 130px;
    text-align: left;
}

#menu{
    padding: 5px 2px 5px 2px;
    color: #000000;
    border-bottom: 1px solid #666666;
}

#inhalt{
	/*margin-top: 20px;*/
	padding: 5px;
	width: 540px;
	line-height: 1.5em;
}

#inhalt a{
	font-weight: normal;
}

#menu a{
	text-decoration: none;
    padding-right: 15px;
    color: #000000;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    background-color: #BBBBBB;
    color: #FFFFFF;
    border: 1px solid #666666;
    margin-right: 5px;
}

a:link{}

a:visited{}

#menu a:hover{
	background-color: #FC6604;
	color: #FFFFFF;
    padding: 3px 10px 3px 10px;
}

a:active{
	color: #FC6604;
}
