/* CSS Document */

body {
	background-color: #FFCC66;
	text-align: center;

}

HTML, INPUT, SELECT{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	width: 900px;
	height: 650px;
	border: #993333 solid 2px;
	text-align: left;
	background-color:#FFFFFF;
	top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	-moz-border-radius: 3px;
}

#topframe {
	width: 900px;
	height: 134px;
	background: url(../img/design/top-frame.jpg) no-repeat;
}

#nav_container {
	float: left;
	width: 200px;
	height: 420px;
	text-align: left;
	line-height: 25px;
	padding-top: 10px;
	overflow: auto;
}

#navigation {
	width: 170px;
	font-size: 12px;
	letter-spacing: 2px;
	padding-left: 10px;
	overflow: auto;
	white-space: nowrap;
	text-decoration: none;
	color: #660000;	
}

#navigation a {
	color: #660000;
	text-decoration: none;
}

#navigation a:hover{
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

#navigation_on {
	width: 170px;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	padding-left: 10px;
	overflow: auto;
	white-space: nowrap;
	text-decoration: none;
	color: #993333;
	background-color: #FFCC66;
	border-bottom: solid #660000 1px;
	border-top: solid #660000 1px;
}

#navigation_void {
	width: 170px;
	font-size: 12px;
	padding-left: 10px;
	overflow: auto;
	white-space: nowrap;
	text-decoration: none;
}

#impressum {
	width: 880px;
	height: 30px;
	padding-right: 20px;
	padding-top: 5px;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: right;
	overflow: auto;
	color: #666666;
}

#impressum a{
	color: #660000;
	text-decoration: none;
}

#impressum a:hover{
	text-decoration: none;
	font-weight: bold;
}

#text {
	float: left;
	width: 580px;
	height: 420px;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 60px;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	list-style-type: circle;
	overflow: auto;
	color: #660000;
}

#text a{
	color: #0066CC;
	text-decoration: none;
}

#text a:hover{
	color: #660000;
	text-decoration: none;
}

.text_home {
	font-size: 20px;
}

.source {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.subtitle {
	font-size: 12px;
	font-weight: bold;
}

.title_home {
	font-size: 24px;
	font-weight: bold;
}

.impressum_on {
	text-decoration: none;
	font-weight: bold;
	background-color :#FFCC66;
	color: #660000;
}