/* Propeller Music Event GmbH - css */

body {
	background-color:#781011;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	margin:0px;
	font-family:Verdana,Arial,Tahoma;
	font-size:12px;
	color:#000000;
	height:100%;
}

/* Links */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #741012;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.agb a:link {
	color: #741012;
	text-decoration: underline;
}
.agb a:visited {
	text-decoration: underline;
	color: #741012;
}
.agb a:hover {
	text-decoration: underline;
	color: #741012;
}
.agb a:active {
	text-decoration: underline;
	color: #741012;
}

/* Schwarze und grau Leiste oben */
#head {
	position:absolute;
	width:100%;
	height:121px;
	left:0px;
	top:0px;
	background-image:url(../images/background_head.jpg);
	z-index:1;
}

/* Totenkopf oben links */
#totenkopf {
	position:absolute;
	width:180px;
	height:176px;
	left:0px;
	top:0px;
	z-index:2;
}

/* Headline */
#propeller-music {
	position:absolute;
	width:739px;
	height:55px;
	left:185px;
	top:35px;
	z-index:3;
}

/* Hauptmenü */
#navigation {
	position:absolute;
	width:700px;
	height:31px;
	top:90px;
	left:181px;
	z-index:4;
}

/* Weisser Container mit Inhalt */
#container {
	position:absolute;
	width:609px;
	top:121px;
	left:173px;
	z-index:5;
	background-color:#FFFFFF;
}
/* Überschriften */
h1 {
	font-size: 14px;
}

/* für robbie */
.klein {
	font-size:10px;
}
.robbie input {
	font-size:12px;
}
.fehler {
	font-weight:bold;
	color:#FF0000;
}