/**********/
/* LAYOUT */
/**********/

*{
	margin:0;
	padding:0;
}

#wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 920px;
	height: 600px;
	margin-left: -460px;
	margin-top: -300px;
	border: 1px solid #000;
	background-image:url('../img/bg_erde.jpg');
	background-repeat: no-repeat;
}

#left{
	position: absolute;
	top: 40px;
	left: 35px;
}

#left_picture{
	position: absolute;
	top: 150px;
	left: 80px;
}

#simoni{
	position: absolute;
	top: 42px;
	left: 600px;
	display: none;
}

#panfloete{
	position: absolute;
	top: 100px;
	left: 700px;
	display: none;
}

#player{
	position: absolute;
	top: 540px;
	left: 70px;
}

#link{
	position: absolute;
	top: 540px;
	left: 660px;
}

#main_wrapper{
	width: 530px;
	height: 330px;
	background-image:url('../img/bg_main.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#main{
	padding: 20px 20px 0 20px;
}

#vvk {
	position: absolute;
	top: 280px;
	right: 20px;
	padding: 5px;
	text-align: right;
	font-size: 12px;
	border: 1px solid gold;
	background-color: #04063F;
}

#ariola {
	position: absolute;
	top: 260px;
	right: 20px;
	text-align: right;
}

/**************/
/* NAVIGATION */
/**************/

#navi_top{
	list-style: none;
	height: 20px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 20px;
}

#navi_top li{
	float: left;
	margin-right: 8px;
}

#navi_top li:last-child{
	margin-right: 0;
}

#navi_top li a{
	font-size: 12px;
	font-weight: bold;
	color: #B47800;
}

#navi_top li a:hover, #navi_top li.active a{
	color: #BBB;
	text-decoration: none;
}


/***********/
/* FORMATS */
/***********/

body{
	background-color: #000;
	background-image: url(../img/bg_sterne.jpg);
	color:#BBB;
}

body.blank{
	padding:20px;
}

body, p, td {
	font-family:Verdana, Arial, Sans-serif;
	font-size:11px;
}

a{
	color:#F90;
	text-decoration:none;
	outline: none;
}

a:hover{
	text-decoration:underline;
}

h1{
	font-size:12px;
	line-height:12px;
	color:#BBB;
	margin-bottom:10px;
}

h2{
	font-size:11px;
	line-height:11px;
	color:#BBB;
	margin-bottom:10px;
}

img{
	border: none;
}

img.border{
	border: 1px solid #CCC;
}

img.thumb{
	margin: 0 8px 8px 0;
	padding: 1px;
}

div.schallplatte{
	width: 115px;
	height: 120px;
	float: left;
}

p, address{
	margin-bottom:10px;
	line-height:140%;
}

address{
	margin-left: 20px;
}

ul.list li{
	padding: 0 0 10px 30px;
	list-style: none;
}

li.link{
	background-image: url('../img/icon_link.png');
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-left: 10px;
	padding-left: 10x;
}

object{
	outline: none;
}

.error {
	color: #F90;
	font-weight: bold;
}


/*************/
/* FORMULARE */
/*************/

form input, form textarea, td option, td select{
	font-size:12px;
}

form .small{
	width:200px;
}

form .medium{
	width:300px;
}

form .large{
	width:450px;
}

textarea{
	scroll:auto;
}

form input.button{
	padding:1px 10px 1px 10px;
	border:none;
	line-height:100%;
	background-color:#006AB3;
	color:#FFF;
}