/*
 * Layout Gerüst
 ***************************/
#main_div {
	margin: 0px auto;
	width:723px;
	text-align:left;
	border:1px solid #313131;
	border-top:none;
	background-color:#000000;
	overflow:hidden;
}

/**************************************** Header / Navi 1 ****************************************/

#header {
	height:141px;
	background-image:url(../images/layout/header_BG.jpg);
}
	
/**************************************** NAVI/ CONTENT ****************************************/

#content_main {
	background:url(../images/layout/footer_top_BG.gif) bottom no-repeat;
	padding-bottom:20px;
}

#content_left {
	width:144px;
	float:left;
	margin-top:30px;
	
	border: 1px solid #313131;
	border-left:none;
}

#music_player {
	margin:15px 0 15px 0;
}

#short_news {
	margin:15px 0 15px 0;
}

#content {
	margin-left:20px;
	float:left;
	width:540px;
}

#content_min_height {
	width:540px;
	overflow:hidden;
}
	

/**************************************** FOOTER ****************************************/

#footer { 
	height:26px;
	text-align:right;
}

#footer_content {
	margin-right:20px;
	font-size:11px;
	padding:3px 0 3px 0;
}

.linkSmall:link,
.linkSmall:visited,
.linkSmall:active,
.linkSmall:hover
 { color:white; font-size:11px; text-decoration:none; }