html, body {
	text-align: center;
	padding: 0;
	margin: 0;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

/* Schrift allgemein */

h3 {
	margin:0;
	padding:0;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

p {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	font-size: 10px;
	line-height: 15px;
	color: #CC6600;
}

.name {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.titel {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

.fliesstext {
	color: #CC6600;
	text-decoration: none;
	font-size: 11px;
}

.active {
	color: #CC6600;
}

a {
	margin:0;
	padding: 0px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

a:active {
	color: #CC0000;
}

/* Container ALLES */

div#alles {
	margin:0;
	padding:0;
	text-align:left;
	width:750px;	
	margin:auto;
	position:relative;
}

/* HEAD */

div#logo {
	position: absolute;
	height: 90px;
	width: 146px;
	top: 43px;
	left: 525px;
	background: url(pictures/logo_03.gif) no-repeat left top;
	z-index: 1;
}

div#header {
	top: 100px;
	left: 90px;
	position: absolute;
}

div#aktuell, div#artists, div#about, div#contact {
	padding: 5px 0px 0px 3px;
	height: 25px;
	border-right: 3px solid #FFFFFF;
	position: absolute;
}

div#aktuell {
	width: 52px;
	left: 0px;
}

div#artists {
	width: 48px;
	left: 58px;
}

div#about {
	width: 53px;
	left: 112px;
}

div#contact {
	width: 60px;
	position: absolute;
	left: 170px;
}

/* Schrift */

div#con1 a {
	font-size: 11px;
	line-height: 15px;
	color: #CC6600;
}

div#con1 a:hover {
	color: #CC0000;
	text-decoration: none;
}

/* BODY */

div#container {
	height: 800px;
	width: 580px;
	position: absolute;
	top: 130px;
	left: 75px;
	background: url(pictures/lines_02.gif) repeat left top;
	z-index: 0;
}

div#year {
	margin:0;
	height: 38px;
	width: 130px;
	position: absolute;
	top: 290px;
	left: 15px;
	font-size: 10px;
	background: #FFFFFF;
	padding: 4px 0px 0px 10px;
}
	
div#lselect {
	margin:0;
	height: auto;
	width: 260px;
	position: absolute;
	top: 20px;
	left: 300px;
	text-align: left;
	background: #FFFFFF;
	padding: 15px 0px 0px 10px;
}
div#con1 {
	height: auto;
	width: 320px;
	position: absolute;
	top: 20px;
	left: 15px;
	background: #FFFFFF;
	padding: 15px 10px 0px 15px;
}
