html {
	margin: 0;
	padding: 0;
	overflow: auto;
	height: 100%;
}

body {
	background: #fff url(body_bg.jpg) repeat 0 0;
	font-family: Helvetica, Arial, Verdana, sans_serif;
	height: 100%;
	margin: 0;
	padding: 0;
	
}

p {
	font-size: 13px;
	line-height: 18px;
	color: #4d4d4f;
}

/* LAYOUT */

.sitetop {
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo {
	width: 400px;
	height: 130px;
	background: #fff url(heiligeraal_logo.jpg) no-repeat 0 0;
}

#kopfleiste {
	position: fixed;
	left: 0px;
	top: 40px;
	z-index:99;
	width: 100%;
	height: 245px;
	background: url(kopfleiste.png) transparent no-repeat left top;
}

#stage {
	position: relative;
	top: 280px;
	left: 0px;
	min-height: 400px;
	display: block;
	padding: 0;
	margin: 0;
	width: 850px;
	background: #fff;
	margin-bottom: 80px;
}

#fussleiste {
	position: fixed;
	bottom: 15px;
	width: 100%;
	height: 15px;
	background: #ffd800;
	font-size: 12px;
	font-family: Arial Narrow;
	font-weight: bold;
	color: #000;
	padding: 5px 5px;
}

.navigation {
	margin-top: 0px;
	width: 250px;
	margin-left: 0px;
	float: left;
}

.content {
	position: absolute;
	left: 300px;
	text-align: left;
	width: 550px;
	padding-bottom: 120px;
}

.mp3player {
	background: #0f0;
	width: 250px;
	height: 25px;
	position: absolute;
	left: 385px;
	top: 135px;
	display: block;
}

/* INHALT */

.content .bildtext {
	margin-bottom: 30px;
	margin-top: 0px;
}

.content .text {
	margin-bottom: 30px;
	margin-top: 0px;
}

.content h1 {
	display: block;
	background: url(headline_star.png) no-repeat;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-left: 35px;
	min-height: 29px;
	padding-top: 4px;
}

.content p {
	margin-top: 7px;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	margin-bottom: 20px;
}

.content a {
	text-decoration: none;
	color: #c51300;
	font-weight: bold;
}

.content a:hover, content a:focus {
	color: #000;
	text-decoration: underline;
}

.content .video {
	width: 550px;
	margin-bottom: 40px;
}

.content .video object {
	display: block;
	width: 425px;
	height: 350px;
	border: solid 1px #000;
	margin: 0 auto;
}

.content ul {
	list-style-position: outside;
	margin: 0 0 40px 36px;
	padding: 0;
	list-style-type: square;
}

.content li {
	font-size: 13px;
	margin-bottom: 8px;
}
.content img {
	margin: 0;
	padding: 0;	
	margin-bottom: 15px;
}

.bildgross {
	text-align: center;
	margin-bottom: 40px;
}

.bildgross img {
	border: #000 solid 1px;
}

.bildlinks {
	border: 1px solid #000;
}


#fussleiste a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#fussleiste a:hover {
	color: #c51300;
	text-decoration: underline;
}

.obenlink {
	position: relative;
	left: 560px;
}

a.obenlink:link, a.obenlink:active, a.obenlink:visited {
	background: url(menu/nachoben_n.png) no-repeat;
	padding-left: 16px;
	text-decoration: none;
}
a.obenlink:hover, a.obenlink:focus {
	text-decoration: none;
	background: url(menu/nachoben_a.png) no-repeat;
}

/* NAVIGATION */

.homelink {
	position: relative;
	top: 0px;
	left: 30px;
	display: block;
	width: 320px;
	height: 170px;
}


/* NAVIGATION */

.navigation img {
	margin: 0;
	padding: 0;
	border: none;
}

.navigation ul {
	list-style: none;
	list-style-position: inside;
	margin-top: 0px;
	text-align: left;
	margin-left: 0px;
	padding: 0;
}

.navigation li {
	margin: 0;
	padding: 0;
	font-size: 1px;
	padding: 0;
}


.navigation li a {
	display: block;
}

.subnavigation  {
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	width: 550px;
	margin-bottom: 20px;
}

.subnavigation a:link, .subnavigation a:active,.subnavigation a:visited {
	color: #000;
	text-decoration: none;
}

.subnavigation a:hover,.subnavigation a:focus {
	color: #fff;
	background: #c51300;
}

.submenuactive {
	background: #c51300;
	color: #fff;
}


/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
.formgen {
	padding:0;
	font-size: 13px;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 125px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 0px;
	font-weight: bold;
	border: 5px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #000;
	background-color: #fff;
}


/* Textfeld */
.formgen .formtext
{
	width: 300px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 13px;
	background-color: #fff;
	border: 1px solid #000;
}

.formgen textarea {
	margin-bottom: 20px;
	font-size: 13px;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-color: #c51300;
	background-color: #fff;	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 130px;
	text-align: center;
	background-color: #ccc;
	border: 1px solid #666;
	color: #c51300;
}

.formgen .formsubmit:hover,
.formgen .formsubmit:focus {
	border-color: #000;
	background-color: #c51300;
	color: #fff;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 1px solid #000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
	margin-left: 125px;
}

.formgen .formreq {
	color: #006633;
}

.formgen .formheadline {
	display: block;
	background: url(headline_star.png) no-repeat;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-left: 35px;
	min-height: 29px;
	padding-top: 4px;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */

#player0 {
	z-index: -2;
}