@import url('toast.css');
body {
	background-color:#0B1E27;
	font-family: "Arial";
	color:#cccccc; 	
	font-size: 17px;
}
h1 {
	font-weight: bold;
	font-size: 32px;
	line-height: 50%;
	color:#eeeeee;
	text-align: center;
}
h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 50%;
	color:#eeeeee;
	text-align: center;
}
a.menu:link, a.menu:visited {
	color: #cccccc;
	font-weight:bold;
	text-decoration:none;
	display: block;
	float: left;
	font-size: 16px;
}
a.menu:active, a.menu:hover {
	color: #666666;
	font-weight:normal;
	background-color: #000000;
	background-image:url(images/bg_50_percent_transparency.png);	
	display: block;
	font-size: 16px;
}
a:link {
	color: #cccccc;
	font-weight:bold;
	text-decoration:none;
	font-size: 16px;
}
a:visited {
	font-weight:normal;
	color: #FFFFFF;
	text-decoration:none
	font-size: 16px;
}
a:hover {
	color: #888888;
	font-size: 16px;
	font-weight:bold;
	background-image:url(images/bg_50_percent_transparency.png);
	font-size: 16px;
}
a:active {
	color: #000000;
	font-weight:bold;
	font-size: 16px;
}
#logo {
	margin-left: 01%;
	height: 150px;
	background-image:url(images/hintergruende/Logo-2020.png);
	background-position:center;
	background-repeat: no-repeat;
}
#container {
	background-image:url(images/hintergruende/index-index.jpg);
	background-repeat: no-repeat;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
#container_index {
	background-image:url(images/hintergruende/bg-neu-index.png);
	background-repeat: no-repeat;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
#container_news {
	background-image:url(images/hintergruende/bg-neu-index.png);
	background-repeat: no-repeat;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
#container_history {
	background-image:url(images/hintergruende/bg-neu-index.png);
	background-repeat: no-repeat;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
#container_studio {
	background-image:url(images/hintergruende/bg-neu-index.png);
	background-repeat: no-repeat;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
#container_live {
	background-image:url(images/hintergruende/bg-neu-index.png);
	background-repeat: no-repeat;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
#container_mastering {
	background-image:url(images/hintergruende/bg-neu-index.png);
	background-repeat: no-repeat;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
#container_fotos {
	background-image:url(images/hintergruende/bg-neu-index.png);
	background-repeat: no-repeat;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
#container_kompositionen {
	background-image:url(images/hintergruende/bg-neu-index.png);
	background-repeat: no-repeat;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
#container_kontakt {
	background-image:url(images/hintergruende/bg-neu-index.png);
	background-repeat: no-repeat;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
.clean {
	clear: both;
}
.top_content {
	width: 1100px;
	background-repeat: repeat;
	text-align: center;
	background-image:url(images/bg_80_percent_transparency.png);
}
.top_content2 {
	width: 1100px;
	background-repeat: repeat;
	text-align: center;
	background-image:url(images/bg_80_percent_transparency.png);
}
.top_content_left {
	text-align: justify;
}
.top_content_right {
	text-align: justify;
}
.padded {
	/*
	background-image:url(images/bg_50_percent_transparency.png);
	*/
}
#nav {
	width: 1100px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing:0.2em;
}
#news_header {
	background-image:url(images/bg_80_percent_transparency.png);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
	text-align: right;
}
.centered {
	text-align: center;
}
.top_padded {
	padding-top: 50px;
	margin-top: 50px;
}

.cover_flow {
	margin-top: 10%;
}
.news_list {
	margin-left:98px;
	width:897px;
}
.news_entry {
	height: 90px;
	width: 845px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	padding: 10px;
	border-color: #333333;
	border-width: medium;
	border-style: solid;
}
.news_entry_player {
	height: 40px; 
	width: 165px; 
	position: absolute; 
	margin-left:2px; 
	top:5px;
}
.news_entry_player_s {
	height: 40px; 
	width: 165px; 
	position: absolute; 
	margin-left:2px; 
	top:0px;
}
.news_entry_title {
	font-weight: bold;
	font-size: 24px;
	height: 53px; 
	position: absolute; 
	top: 45px; 
	margin-left:8px;
	width: 615px;
}
.news_entry_link {
	font-size: 14px;
	height: 39px; 
	position: absolute; 
	top: 80px; 
	width: 588px; 
	margin-left:8px;
}
.news_entry_image {
	float:right;
	border: medium; 
	height: 85px;
	top: 5px;
	width: 135px;
}
