/*
blau: #326f72
braun: #73370e
*/

html {
	height: 101%;
}

body {
	background-color: white;
	color: #73370e;
	font: 0.9em verdana,arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	background: white url(images/body_bg.jpg) repeat-x left top;*/
}

a {
	color: #326f72;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td, th {
	font: 0.9em verdana,arial,helvetica,sans-serif;
}

th {
	font-weight: bold;
}

#main {
	width: 1000px;
	margin: 0 auto;
	border: 0;
	padding: 0;
	background-color: white;
}

#banner {
	width: 960px;
	height: 210px;
	margin: 0 auto 20px auto;
	border: 0px solid blue;
	padding: 0 20px;
	background: white url(images/banner_bg.jpg) no-repeat left top;
}

#main_nav {
	border: 0px solid green;
	float: left;
	height: 66px;
	margin-top: 144px;
}

#main_nav ul {
	list-style: none;
	width: 900px;
	height: 66px;
	margin: 0;
	padding: 0;
}

#main_nav ul li {
	margin: 0 4px 0 0;
	padding: 0;
	text-align: center;
	float: left;
}

#main_nav ul li a {
	display: block;
	width: 80px;
	height: 66px;
	line-height: 66px;
	text-decoration: none;
	font-weight: normal;
	color: white;
}

#main_nav ul li a:hover {
	background: transparent url(images/menulink_bg.jpg) no-repeat right top;
}

#main_nav ul li.menu-current a {
	background: transparent url(images/menulink_bg.jpg) no-repeat right top;
}

#lng_nav {
	border: 0px solid red;
	float: right;
	margin-top: 160px;
}

#container {
	float: left;
	width: 660px;
	border: 0;
	padding: 0;
	margin: 0;
}

#content {
	width: 620px;
	padding: 0 20px;
}

#right {
	float: right;
	width: 320px;
	margin: 0;
	padding: 0;
	border: 0;
}

#suche {
	float: right;
	width: 300px;
	margin-bottom: 10px;
	border: 0;
}

#footer {
	width: 974px;
	height: 14px;
	font-size: 0.8em;
	margin: 10px auto 10px auto;
	padding: 13px 13px;
	border: 0;
	background: white url(images/footer_bg.jpg) no-repeat left top;
}

#footer a {
	color: #73370e;
	text-decoration: none;
}

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

#footer_left {
	float: left;
}

#footer_right {
	float: right;
}

#clear {
	clear: both;
}

h1, h2, h3 {
	color: #326f72;
	font: bold 1em verdana,arial,helvetica,sans-serif;
}

h4 {
	color: #FFFFFF;
	font: bold 1.4em arial,helvetica,sans-serif;
	background: white url(images/h1.jpg) no-repeat left top;
	height: 40px;
	width: 620px;
	text-align: center;
	padding: 8px 0 0 10px;
	margin: 0 0 10px 10px;
}

hr {
	color: #73370e;
	clear: both;
	width: 100%;
	background-color: #73370e;
	height: 1px;
	border: 0;
	margin: 0;
}

#news {
	float: right;
	width: 280px;
	height: 80px;
	background: white url(images/news_box.jpg) no-repeat left top;
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline;
	border: 0px solid red;
}

#news_head {
	width: 280px;
	height: 19px;
	background-color: transparent;
	margin: 0;
	padding-top: 6px;
	font-size: 0.9em;
	font-weight: bold;
	color: white;
	text-align: center;
	border: 0px solid yellow;
}

#news_short {
	width: 268px;
	height: 31px;
	background-color: transparent;
	margin: 0;
	padding: 2px 6px;
	font-size: 0.8em;
	border: 0px solid blue;
}

#news_read {
	width: 268px;
	height: 16px;
	background-color: transparent;
	margin: 0;
	padding: 2px 6px;
	font-size: 0.8em;
	text-align: right;
	border: 0px solid green;
}

#top_artists {
	float: right;
	width: 280px;
	height: 160px;
	background: white url(images/top_artists_box.jpg) no-repeat left top;
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline;
	border: 0px solid red;
}

#top_artists_head {
	width: 280px;
	height: 19px;
	background-color: transparent;
	margin: 0;
	padding-top: 6px;
	font-size: 0.9em;
	font-weight: bold;
	color: white;
	text-align: center;
	border: 0px solid yellow;
}

#top_artists_img {
	float: left;
	width: 98px;
	height: 115px;
	background-color: transparent;
	margin: 0;
	padding: 10px 10px;
	text-align: center;
}

#top_artists_img img {
	border: 1px solid white;
}

#top_artists_short {
	float: right;
	width: 146px;
	height: 95px;
	background-color: transparent;
	margin: 0;
	padding: 10px 6px;
	font-size: 0.8em;
	border: 0px solid blue;
}

#top_artists_read {
	float: right;
	width: 146px;
	height: 16px;
	background-color: transparent;
	margin: 0;
	padding: 2px 6px;
	font-size: 0.8em;
	text-align: right;
	border: 0px solid red;
}

input,
textarea,
select {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #73370e;
  background: white url(images/input.jpg) repeat-x left top;
  border: 1px solid #73370e;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #73370e;
  background: #ccdaff url('');
  border: 1px solid #73370e;
}

input[type=submit] {
	color: #ffffff;
	background: #73370e url('');
	border: 1px solid #73370e;
}

.addthis_button {
	float: right;
	margin: 0 16px 10px 0;
}

ul.directories {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.directories li {
	margin: 6px;
	padding: 0;
	text-align: center;
	float: left;
}

ul.directories li a {
	display: block;
	width: 120px;
	/*height: 120px;*/
	text-decoration: none;
	font-weight: normal;
}

ul.directories li a img, span.picturelink a img {
	border: 1px solid #73370e;
	padding: 0;
	margin: 0;
}

