/* CSS Document */

div#container {
	width: 850px;
	height: auto;
	clear: both;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
}

div#header {
	font-size: 10px;
	color: #333333;
	font-style: normal;
	width: 850px;
	height: 25px;
	clear: both;
}

div#logo {
	width: 850px;
	clear: both;
	height: 140px;
	background-image: url(../images/header_home.jpg);
}

div#navigation {
	height: 22px;
	clear: both;
	margin: 0;
	background-color: #3B3E64;
	padding-left: 135px
}

div#navi {
	width: 235px;
	clear: none;
	float: left;
	height: 21px;
	font-size: 15px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: 1px;
}

#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	margin-top: 4px;
}

#navi li {
	display: block;
	margin: 0;
	border-left: 3px solid #FFFFFF;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 8px;
}

div#slideshow {
	width: 850px;
	height: auto;
	clear: both;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 2px;
}

div#image {
	width: 450px;
	height: 400px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#content {
	width: 390px;
	float: left;
	font-size: 11px;
	color: #333333;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 20px;
}

div#news {
	width: 390px;
	height: auto;
	font-size: 12px;
	color: #333333;
	background-color: #F0F0F0;
	float: right;
	padding: 10px;
}

div#fb {
	width: 390px;
	height: auto;
	color: #333333;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#newsbox {
	width: 370px;
	height: auto;
	font-size: 11px;
	color: #333333;
	padding: 10px;
}

/* News */

.frage{
	padding:0;
	margin:0;
}
	
.frageblock{
	margin-bottom:0;
}

.frage h3 a{
	text-decoration: none;
	font-weight: normal;
}
	
.antwort{
	overflow:auto;
	background-attachment: scroll;
	color: #666666;
}

.antwort a{
	text-decoration: none;
}

/* End news */

div#login {
	width: 410px;
	clear: both;
	font-size: 11px;
	color: #333333;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #F0F0F0;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 10px;
}

div#line {
	width: 850px;
	height: 4px;
	clear: both;
	margin: 0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #3B3E64;
}

div#copyright {
	font-size: 11px;
	font-weight: normal;
	color: #B0B0B0;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	clear: both;
	margin: auto;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

A.white:link{
	color: #FFFFFF;
	text-decoration: none;
}

A.black:link{
	color: #000000;
	text-decoration: none;
}

A.orange:link{
	color: #FF6600;
	text-decoration: none;
}

A.white:hover{
	color: #FFCC00;
	text-decoration: none;
}

A.orange:hover{
	color: #FF6600;
	text-decoration: underline;
}

A.black:hover{
	color: #999999;
	text-decoration: underline;
}

A.black:visited{
	color: #000000;
	text-decoration:none;
}

A.white:visited{
	color: #FFCC00;
	text-decoration:none;
}

A.orange:visited{
	color: #FF6600;
	text-decoration:none;
}

A.grey:link{
	color: #B0B0B0;
	text-decoration: none;
}

A.grey:visited{
	color: #B0B0B0;
	text-decoration: none;
}

A.grey:hover{
	color: #B0B0B0;
	text-decoration: underline;
}
