@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #5F5F5F;
	background: repeat-y url(../images/background.png)
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
form {
	display:inline;
}
img {
	border:0px;
}
.bilder {
	border:1px;
	border-style:solid;
	border-color:#CCCCCC;
}
.wrapper {
	width:840px;
	margin:0pt auto;
	/*background-color:red;*/
}
.top {
	height:40px;
	margin-top:20px;
}
.top .logo {
	float:left;
}
.top .theme {
	float:right;
}
.menu {
	width:100%;
	/*background-color:blue;*/
	margin-top:10px;
	font-weight:bold;
	color:#fff !important;
	margin-bottom:20px;
	height:40px;
}
.menu table {
	border-collapse:collapse
}
.menu td {
	background-color:#999;
	border-left-width:0px;
	border-bottom-width:0px;
	border-top-width:0px;
	border-right-width:4px;
	border-style:solid;
	border-color:#666666;
	padding-right:5px;
	padding-left:5px;
	text-align:center;
}

.menu td:hover{
	background-color:#888;
}

.menu .last {
	border-right-width:0px !important;
}
h1 {
	font-size: 12px;
	color:fff;
}
.subtitle {
	margin-top:20px;
}
.subtitle1 {
	color: #FFE26F;
}
.subtitle2 {
	color:#fff;
}
.separator {
	width:840px;
	height:1px;	
	margin-top:20px;
	margin-bottom:20px;
}
.content {
	color: #FFFFFF
}
.titel {
	color: #FFFFFF
}
.untertitel {
	color: #FFE26F
}
.hellgrau {
	color: #CCCCCC
}
.menu {
	color: #000000
}
.text {
	font-size: 14px;
}
.textfarbig {
	font-size: 14px;
	color: #FFE26F;
}
.index {
	font-size: 18px;
}
