*
{
	padding: 0;
	margin: 0;
}
body 
{
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font: 100% Arial,Helvetica,sans-serif;
	text-align: left;
	color: #000000;
}
#wrapper
{ 
	margin: 0 auto;
	width: 1002px;
}
#header
{
	width: 1000px;
	color: #333;
	height: 150px;
	margin: 10px 0px 10px 0px;
	background: #fdf934;
}
#banner
{
	width: 800px;
	height: 150px;
	float: left;
}
#counter
{
	width: 200px;
	height: 140px;
	padding: 5px 0px;
	float: right;
}
#navigation
{
	width: 1000px;
	color: #333;
	height: 40px;
	margin: 10px 0px 10px 0px;
	background-color: #dddddd;
	text-align: left;
	font-weight: bold;
}
#footer
{ 
	width: 1000px;
	height: 40px;
	color: #333;
	background-color: #dddddd;
	margin: 10px 0px 10px 0px;
}
#logos
{
	width: 520px;
	height: 40px;
	float: right;
}
#impressum
{
	width: 480px;
	height: 30px;
	float: left;
	text-align: left;
}
#map24
{
	width: 440px;
	float: right;
  margin-left: 10px;
}
#anreisetext
{
	width: 460px;
	float: left;
	text-align: left;
}
#artistright
{
	width: 190px;
	float: right;
	text-align: left;
	margin-left: 20px;
}
#artistleft
{
	width: 700px;
	float: left;
	text-align: left;
}
#mediaright
{
	width: 455px;
	float: right;
	text-align: center;
}
#medialeft
{
	width: 455px;
	float: left;
	text-align: center;
}

#content_outer
{ 
	width: 950px;
	color: #333;
	background: #fdf934;
	background-image: url(../images/content.png);
	margin: 10px 0px 10px 0px;
	height: 350px;
	padding: 25px;
}
#content_inner
{ 
	width: 930px;
	color: #333;
	background: #fdf934;
	height: 350px;
	overflow: auto;
	padding-left: 20px;
}
#content
{
	float: left;
	width: 910px;
	color: #333;
	padding: 10px 0px 10px 0px;
	text-align: left;
}