@charset "UTF-8";

#content_index {
	width:1010px;
	/*border:1px solid fuchsia;*/
}

#index_left {
	width:279px;
	height:524px;
	float:left;
	background-image:url(../images/img_index_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#index_container {
	width:731px;
	height:524px;
	float:left;
}


#button_index_verein {
	background-image:url(../images/img_index_middle.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:15px 0 0 0;
	padding:0 0 0 0;
	width:247px;
	height:154px;
	float:left;
}
#button_index_prinzip {
	background-image:url(../images/img_index_right.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:15px 0 0 10px;
	padding:0 0 0 0;
	width:247px;
	height:154px;
	float:left;
}

#link_index_aktuelles,
#link_index_verein,
#link_index_prinzip {
	display:block;
	padding:7px 0 0 17px;
	height:37px;
	font-size:26px;
	color:#fff;
	/*background-color:grey;*/
}
#link_index_aktuelles {	margin:122px 15px 0 21px; }
#link_index_verein { margin:107px 0 0 1px; width:227px; float:left; }
#link_index_prinzip { margin:107px 0 0 0px; width:227px; float:left; }

#link_index_aktuelles:hover,
#link_index_verein:hover,
#link_index_prinzip:hover {
	color:#ddd;
}

#p_index_left {
	width:210px;
	margin:210px 0 0 40px;
	padding:0px;
}

#index_footer {
	width:480px;
	margin:20px 0 0 0;
	padding:0 0 0 20px;
	font-size:11px;
}