@charset "utf-8";
/* CSS Document */

html , body, #container{
	margin: 0px;
	text-align: center;
	padding: 0px;
	height: 100%;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #D5D7D6;
}
#container {
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: middle;

}
#actsite {
	height: 850px;
	width: 1200px;
}
#header {
	background-image: url(../images/head_right_bg.jpg);
	height: 222px;
	width: 1000px;
}
#left_bg {
	width: 100px;
	background-image: url(../images/left_bg.jpg);
}
#right_bg {
	width: 100px;
	background-image: url(../images/right_bg.jpg);
}

#haeder_left_img {
	background-image: url(../images/head_left.jpg);
	float: left;
	height: 222px;
	width: 501px;
}
#header_right {
	height: 222px;
	width: 499px;
	float: right;
}
#header_right tr {
	text-align: right;
	vertical-align: bottom;
}


#header_logo {

}
#header_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	width: 499px;
	height: 26px;
	vertical-align: middle;
	padding-top: 12px;
}
#header_nav table {
	width: 499px;
}
#header_nav table tr td {
	text-align: center;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6b6471;
	border-left-color: #6b6471;
	border-right-width: 1px;
	border-left-width: 1px;
}
#header_nav table tr #noleftborder{
	border-left-style: none;
}
#header_nav table tr #norightborder{
	border-right-style: none;
	border-right-width: 0px;
}



#header_nav a{
	color: #333;
	text-decoration: none;
}
#header_nav a:hover{
	color: #F00;
}
.sub_nav {
	list-style-type: none;
	display: block;
	white-space: nowrap;
}
.sub_sub_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	position: absolute;
	margin: 0px;
	z-index: 1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-color: #2785CB;
}
.sub_sub_nav a {
	color: #333;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
	display: inline;
}
.sub_sub_nav a:hover {
	color: #F00;
}
.sub_sub_nav ul {
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.sub_sub_nav li {
	list-style-type: none;
	padding-top: 3px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#content {
	height: 547px;
	width: 960px;
	background-image: url(../images/main_bg.jpg);
	padding: 20px;
	overflow: auto;
	text-align: left;
	background-repeat: repeat-x;
	background-color: #FFF;
	white-space: normal;
}
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}
#content img {
	border: 0px;

}

#content a {
	color: #0000FF;
	text-decoration: none;
}
#content a:hover {
	color: #FF0000;
	text-decoration: none;
}
#content .picleft {
	float: left;
	padding-bottom: 20px;
}
#content .picright {
	float: right;
	padding-bottom: 20px;
}
#content .picteam {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#content #tableheader {
	background-color: #2785CB;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
}

#content #tablerowodd {
	background-color: #EDF5FC;
	text-align: center;
	vertical-align: top;
}
#content #tablerowodd td:hover {
	background-color: #F1D801;
}
#content #tableroweven {
	background-color: #CDE4F5;
	text-align: center;
	vertical-align: top;
}
#content #tableroweven td:hover {
	background-color: #F1D801;
}
#content #teamtrodd {
	background-color: #EDF5FC;
}
#content #teamtrodd td {
	padding-left: 10px;
}

#content #teamtreven {
	background-color: #CDE4F5;
}
#content #teamtreven td {
	padding-left: 10px;
}


#content table tr td h2 {
	font-weight: bold;
	padding-top: 5px;
}
#content table tr td p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content table     .new {
	color: #F00;
}
#content input.senden{
	background-color: #2785CB;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2D3DAE;
	border-right-color: #BBDBF2;
	border-bottom-color: #BBDBF2;
	border-left-color: #2D3DAE;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
#content input.abbrechen{
	color: #FFFFFF;
	background-color: #666666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #000000;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
#content .partnerdiv a{
	width: 300px;
	float: left;
	height: 160px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #FFF;
	padding: 5px;
	overflow: hidden;
	white-space: normal;
	display: block;
	color: #000;
}
#content .partnerdiv a:hover {
	border: 1px solid #F00;
	padding: 4px;
}
#content .partnerdiv img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
#content #impressum_left {
	white-space: normal;
	float: left;
	width: 200px;
}
#content #impressum_right {
	white-space: normal;
	float: left;
	width: 760px;
	margin-bottom: 30px;
	text-align: justify;
}




#index_left {
	width: 675px;
	float: left;
	height: 544px;
}
#index_right {
	width: 245px;
	float: right;
	margin-left: 20px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#footer {
	height: 41px;
	width: 1000px;
	background-image: url(../images/footer_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 35px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #F00;
}
