body {
	background-color: #FFF;
}
.container {
	background-color:#FFFFFF;
	margin-right: 0px;
	border: solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.navbar {
	height: 25px;
	margin-top: -1px;
	background-color: #990000;
	border: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.content {
	font-size : 90%;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.disclaimer {
	font-size: 9px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	background-color: #330000;
	color: #FFFFFF;
}
.header #titel {
	font-size: 36px;
	font-weight: bold;
	color: #993300;
	float: none;
	height: 100px;
	text-align: right;
	margin: 0px;
	padding-right: 30px;
	padding-left: 250px;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navbar .navitem {
	margin-left: 22px;
}

.navbar .navitem a {
	color:#FFFFFF !important;
	text-decoration: underline;
}

.content {
	min-height: 685px;
}

hr {
	color: #33CC66;
	background-color: #330000;
	height: 3px;
	border: none;
}
a {
	color:  #993300;
	font-weight: bold;
	text-decoration: none;
}
/*
a:visited {
	color: #663300;
}*/
a:hover {
	text-decoration: underline;
}

.content img {
	float: right;
	border: 2px double #330000;
	margin-left: 7px;
	margin-right: -10px;
}

.content img .special{
	float : none !important;
	border: 2px double #330000;
	margin-left: 7px;
	margin-right: -10px;
}
