/* CSS Document */
body , html{
	background-color: #eceaeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#language_box {
	float: right;
	width: 113px;
	padding-top: 20px;
}

#language_box a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#language_box a:hover{
	color: #666666;
}

.active{
	color: #666666;
}
.passiv{
	color: #999999;
}

#logo {
	width: 900px;
	height: 54px;
}

#menu {
	width: 900px;
	height: 96px;
	background-color: #eceaeb;
}

#header_img {
	width: 900px;
	height: 300px;
	background-image: url(../images/startseite/header_start.jpg);
	background-repeat: no-repeat;
}

#overview_box {
	width: 900px;
	height: 178px;
	background-color: #FFFFFF;
	padding: 0px;
}

#overview_box *.box_small {
	width: 225px;
	height: 178px;
	float: left;
	margin-right: 1px;
}

#overview_box *.on_right {
	width: 222px !important;
	height: 178px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}


#overview_box *.box_small *.headline {
	width: 225px;
	height: 34px;
}

#overview_box *.on_right *.headline {
	width: 222px;
	height: 34px;
}

#overview_box *.box_small *.content, #overview_box *.on_right *.content {
	height: 120px;
	background-color: #f3f3f3;
}

#overview_box *.box_small *.content p, #overview_box *.on_right *.content p {
	padding: 10px;
}

#overview_box *.box_small *.sub_box, #overview_box *.on_right *.sub_box {
	height: 86px;
}

#overview_box *.box_small *.bottom_more_link, #overview_box *.on_right *.bottom_more_link {
	background-color: #f68701;
	height: 14px;
	margin-top: 1px;
	text-align: right;
	padding: 3px;
}

#overview_box *.box_small *.bottom_more_link a, #overview_box *.on_right *.bottom_more_link a {
	color: #FFFFFF;
	text-decoration: none;
}

#overview_box *.box_small *.bottom_more_link a:hover, #overview_box *.on_right *.bottom_more_link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#main_frame {
	width: 900px;
	height: 346px;
	background-color: #f3f3f3;
}

#bottom_frame {
	width: 900px;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

*.clear_floats {
	clear: both;
}

input {
	border: 1px solid #b4b4b4;
}

textarea {
	border: 1px solid #b4b4b4;
	width: 450px;
	height: 200px;
	margin: 0px;
	padding: 0px;
}

*.textinfo {
	padding: 2px;
	margin: 0px;
	background-color: #FFFFFF;
	width: 446px;
	border: 1px solid #CCCCCC;
}

*.furtherPerson {
	display: none;
}

td {
	font-size: 10px;
}