﻿@font-face {
    font-family: 'belwelt';
    src: url('font/belwelt_-webfont.eot');
    src: url('font/belwelt_-webfont.woff') format('woff'),
         url('font/belwelt_-webfont.ttf') format('truetype'),
         url('font/belwelt_-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


ul#navi {
	font-size:0.95em;
	font-family:belwelt;
	text-decoration:none;
	line-height:1.5em;
	list-style-type:none;
	margin:0;
	padding-left:140px;
	width:auto;
	height:35px;
	text-align:center;
	background-color:black;
	padding-top:11px;
	padding-bottom:1px;
}

ul#navi li{
	float: left;
	margin:0;
	text-decoration:none;
	font-size:1em;
}

ul#navi a{
	display:block;
	width:auto;
	height:25px;
	padding:0 1em;
	color:white;
	text-decoration:none;
	font-size:1em;
	border-left:1px silver groove;
	border-right:1px silver groove;

}

ul#navi a:link{
	color:white;
	text-decoration:none;
	font-size:1em;
}

ul#navi a:hover {
	color:white; 
	background-color:#928484;
	text-decoration:none;
	font-size:1em;
}

ul#navi a:active {
	color:white; 
	background-color:#928484;
	text-decoration:none;
	font-size:1em;
}

ul#navi a:focus {
	color:white; 
	background-color:#928484;
	text-decoration:none;
	font-size:1em;
}

ul#navi #aktuell a{
	color:white; 
	background-color:#922224;
	text-decoration:none;
	font-size:1em;
}



/* unvisited link */
a:link {
    color:gray;
	text-decoration:none;
}

/* visited link */
a:visited {
    color:gray;
	text-decoration:none;
}

/* mouse over link */
a:hover {
    color:gray;
	text-decoration:none;
}

/* selected link */
a:active {
    color:gray;
	text-decoration:none;
}

.footer{
	width:1024px;
	height:40px;
	margin-top:546px;
}

#sidebutton {
	width:auto;
	height:auto;
	color:gray;
	text-decoration:none;
	font-size:0.8em;
	line-height:1.5em;
	text-align:left;
	padding-left:0.5em;
}
#sidebutton a {
	width:134px;
	height:auto;
	color:gray;
	text-decoration:none;
	font-size:0.8em;
	line-height:1.5em;
	text-align:left;
}

#sidebutton a:link{
	color:gray;
	text-decoration:none;
	font-size:1em;
}

#sidebutton a:hover {
	color:white; 
	background-color:#922224;
	text-decoration:none;
	font-size:1em;
}

#sidebutton a:active {
	color:white; 
	background-color:#922224;
	text-decoration:none;
	font-size:1em;
}

#sidebutton a:focus {
	color:white; 
	background-color:#922224;
	text-decoration:none;
	font-size:1em;
}

