@CHARSET "UTF-8";

body {
	background-color:#415860;
	margin:auto;
	text-align:center;
	font-family:"arial";	
}

#body {
	margin:auto;
	margin-top:5%;
	width:735px;
	height:440px;
}

#header {
	background-color:#314953;
	width:735px;
	height:38px;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	margin-bottom:3px;
}

#logo {
	color:#FFFFFF;
	float:left;	
	margin-left:19px;
	margin-top:14px;
	font-size:12px;
}

#location {
	float:right;
	margin-right:14px;
	margin-top:13px;
	color:#ABB6B8;
	font-size:15px;
	font-weight:bold;	
}

#content {
	background-image:url(../content/00-Startseite.jpg);
	background-repeat:no-repeat;
	width:736px;
	height:278px;
	overflow:auto;
	text-align:left;
}

#content img {
	display:inline;
	margin:0px;
	padding:0px;	
}

#musik {
	margin-left:470px;
	margin-top:35px;	
	color:white;
}

#musik h1 {
	text-decoration:underline;
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}

#content a:hover {
	text-decoration:underline;
}

.musik_info {
	font-size:11px;
}

#links {
	margin: 40px 50px 0 50px;
	font-size:12px;
	color: #314953;
	line-height: 15px;
}
#links #left {
	float: left;
	width: 270px;
}

#links #right {
	float: right;
	width: 270px;
}

#links a {
	color: #314953;
	text-decoration:none;
	font-weight:bold;
}


#footer {
	background-color:#314953;
	width:735px;
	height:121px;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	text-align:left;
}

.menu_block {
	width:735px;
	height:15px;
	background-color:#314953;
}

#footer a {
	font-size:10px;
	text-decoration:none;
	display:block;
	float:left;
}

#footer a:hover {
	/*background-color:#415860;*/
}

#footer img {
	margin:0px;
	padding:0px;
	margin-bottom:-3px;
	margin-right:9px;
	border:0px;
}

#menu {
	position:relative;
	top:8px;	
}

.sub_menu_button a{
	background-color:#e67c4c;
	padding:1px 10px 1px 10px;	
	color:#000000;
}

.sub_menu_visible {
	display:block;
}

.sub_menu_visible a {
	background-color:#415860;
	padding:1px 10px 1px 10px;	
	color:#ABB6B8;
}

.sub_menu_visible a:hover {
	color:#FFFFFF;	
}

.sub_menu_hidden {
	display:none;
}

.menu_button a {
	color:#ABB6B8;	
}




