#page {
	margin: 40px 0 0 25px;
	padding: 0px;
/*	min-height: 100%; */
}


/* -- header -- */
#header {
	width: 935px;
	height: 145px;
	background-color: #cdcdcd;
	position: relative;
}

#header .header_logo{
	width: 465px;
	float: left;
}


/* -- content -- */
#content {
	float: left;
	width: 465px;
	margin: 0 0 0 0px;
	padding: 10px 12px 5px 10px;
}

/* -- linke box oben -- */
#linke_box {
	float:left;
	background-color:#fff;
	width:170px;
}

#linke_box_unten
{
	float:left;
	background-color:#fff;
	width:170px;
	border-top-color:#cdcdcd;
	border-top-style:solid;
	border-top-width:3px;
	margin-bottom:5px;
}

#linke_box_unten .titel
{
	padding:12px 0 0 12px;
	font-size:12px;
	font-weight:bold;
	color:#222;
	line-height:10px;
}

#linke_box_unten .untertitel
{
	padding:12px 10px 0 12px;
	font-size:12px;
	font-weight:bold;
	color:#222;
	line-height:16px;
}

#linke_box_unten .text
{
	padding:0 0 3px 0;
	font-size:12px;
	color:#222;
	line-height:16px;
	list-style:outside;
	margin-left:25px;
	margin-right:10px;
}

#linke_box_unten .img
{
	padding:12px 0 5px 12px;
	font-size:12px;
}

#linke_box_unten .mitglied
{
	float:left;
	width:147px;
	color: #fff;
	text-decoration: none;
	text-align:center;
	background-color:#e30000;
	font-size:12px;
	margin:0 0 5px 12px;
}

#linke_box_unten .mitgliedbutton
{
	float:left;
	width:147px;
	color: #fff;
	text-decoration: none;
	text-align:center;
	background-color:#e30000;
	font-size:12px;
	margin:0 0 20px 12px;
}

#linke_box_unten .mitgliedbutton:hover
{
	background-color:#c30000;
}


#linke_box_bild
{
	float:left;
	background-color:#fff;
	width:170px;
	border-bottom-color:#cdcdcd;
	border-bottom-style:solid;
	border-bottom-width:3px;
	margin-bottom:5px;
}

#linke_box_bild .titel
{
	padding:12px 0 0 12px;
	font-size:12px;
	font-weight:bold;
	color:#222;
	line-height:10px;
	padding-right: 10px;
}

#linke_box_bild .untertitel
{
	padding:12px 10px 0 12px;
	font-size:12px;
	font-weight:bold;
	color:#222;
	line-height:16px;
}

#linke_box_bild .text
{
	padding:0 0 3px 0;
	font-size:12px;
	color:#222;
	line-height:16px;
	list-style:outside;
	list-style-type:disc;
	margin-left:25px;
	margin-right:10px;
}

#linke_box_bild .img
{
	padding:12px 0 5px 12px;
	font-size:12px;
}

#linke_box_bild .mitglied
{
	float:left;
	width:147px;
	color: #fff;
	text-decoration: none;
	text-align:center;
	background-color:#e30000;
	font-size:12px;
	margin:0 0 5px 12px;
}

#linke_box_bild .mitgliedbutton{
	float:left;
	width:147px;
	color: #fff;
	text-decoration: none;
	text-align:center;
	background-color:#e30000;
	font-size:12px;
	margin:0 0 20px 12px;
}

#linke_box_bild .mitgliedbutton:hover
{
	background-color:#c30000;
}


/* -- rechte box -- */
#rechte_box {
	float:right;
	width: 267px;
	min-height: 100%;
	background-color:#fff;
	margin-right:8px;
}


/* -- login box -- */
#login_box {
	width: 260px;
	padding: 0 5px 5px 10px;
	
}


/* -- news box -- */
#news_box {
	width: 267px;
	min-height: 100%;
	background-color:#eee;
	margin: 25px 0 0 0;
	padding-left:8px;
	border-top:solid;
	border-top-color:#cbcbcb;
}

#news {
	width: 260px;
	background-color:#eee;
	margin-top:10px;
}


/* -- footer -- */
#footer {
	clear: both;
	width: 935px;
	height: 19px;
	margin: 0px;
	background-image: url(/images/navigation.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 5px 0 0 15px;
	font-size: 10px;
}

#footer a{
	font-size: 11px;
}


/* -- hintergrund unten -- */
#hintergrund_unten {
	background-color: #cdcdcd;
	background-image: url(/images/hintergrund.gif);
	background-repeat: repeat-y;
	width: 935px;
	margin: 0px;
	display: inline-block;
}