@charset "UTF-8";

* {
    margin:  0px;
    border:  0px;
    padding: 0px;
    outline: 0px;
	}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color:#ffffff;
	background-color:#808080;
	text-align: center;
}
#kontainer {
	margin:auto; 
	width:860px;
	text-align: left;
	}
#logo {
	width:860px;
	height:166px;
	background-image:url(logo.jpg);
	}
#menue {
	color: #fe7d29;
	padding-top:25px;
	}
#menue ul {
	list-style:none;
	padding-left:40px;
	}
#menue ul li.aktiv {
	list-style:square;
	}
#menue ul li.aktiv a{
	font-size:14px;
	color:#004a80;
	text-decoration:none;
	line-height:18px;
	font-weight: bolder;
	}
#menue ul li a{
	font-size:12px;
	color:#004a80;
	text-decoration:none;
	line-height:18px;
	}
#menue ul li a:hover{
	font-weight: bolder;
	}
#main {
	width:860px;
	color:#FFFFFF;
	background-image:url(main.jpg);
	}
#main table {
	margin-left:120px;
	}
#footer {
	width:860px;
	height:30px;
	background-image:url(footer.jpg);
	}
	
#main td {
	text-align:left;
	vertical-align:top;
	font-size: 14px;
	line-height:18px;
	}
a {
	text-decoration:none;
	color:#000000;
	}
a:hover {
	text-decoration:none;
	background-color:#ffffff;
	color:#000000;
	}
#main ul {padding-left:20px;}
#main li {padding-top:7px;}
strong {font-size:15 px; font-weight:bolder;}
.white {color:white;}
.bildspalte {background-color: #fe7d29;}
.upper {
	text-transform: uppercase;
	font-weight: bolder;
	}
