﻿/* CSS layout */

#masthead {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#logo {
	float: left;
	width: 180px;
	background-image: url('../images/logoHintergrund.gif');
	background-repeat: repeat-y;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
}
#header {
	background-position: right center;
	margin-left: 188px;
	background-repeat: no-repeat;
	background-image: url('../images/imageTop.jpg');
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}
#footer {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#menue ul {
    list-style-type: none;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
}
#menue li {
	padding: 0px;
	margin: 0px;
	font-style: normal;
	width: 100%;
	float: left;
}
#menue a {
	border: 1px solid #FFFFFF;
	display: block;
	text-decoration: none;
	color: #1C1CFF;
	font-style: normal;
}
#menue a:hover {
	background-color: #FF0000;
    color: #FFFFFF;
}
#menue a:active {
    background-color: #FF0000;
    color: #FFFFFF;
}
