/* CSS Document */
body {
	background-attachment:fixed;
	margin:0;
	padding: 0;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color:#444444;
	height: 10px;
	width:auto;
	float:none;
	clear:none;
	background:background-image;
	background-image: url(../_pics/layout/background_final.jpg);
	
}

/* ÜBERSCHRIFTEN */

h1 {
font-size:1em;
}
h2 {
font-weight: bold;font-size: 1em;
}


/* EINRÜCKEN */


/* ROLLOVER */
a {
	text-decoration: none;
	color: #FF6600;
	font-size:1em;
	border:0px;
	}
	
a:visited {
	color: #FF6600;
	}
	
a:hover {
	color: #999999;
	}
	
a:active {
	color: #FFFFFF;
	}

a img { border:none }
	
.element {
	color:#0000CC;
}	


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

#container {
position:relative; margin-top:0px; margin-left:0px; width:900px; overflow:hidden;
}

#title {
position:relative; width:200px; left:170px; top:-22px; text-indent:-999em; z-index:2;
}

#myspace {
position:relative; width:100px; float:left; left:760px; top:-64px; clear:both; z-index:3; clear:both;
}

#navigation {
position:relative; float:left; width:650px; top:80px; left:190px; 
}

.navi {
	position:relative; width:60px; float:left;
}
.navi2 {
	position:relative; width:90px; float:left;
}
.navi_end {
	position:relative; width:80px; float:left; left:110px;
}

#languages {
position:relative; clear:both; width:100px; top:50px; left:760px;
}

#main_content {
	position:relative;
	float:left;
	top:255px;
	left:400px;
	padding-bottom:280px;
	width:450px;
	clear:both;
	overflow:hidden;
}

#date {
position:relative; width:200px;
}

#end_content {
position:relative; width:200px;
}

td, input, select, textarea {
	font-size:1em;
	font-family:Garamond, Georgia, Courier, "Times New Roman", Times, serif;
	vertical-align: top;
}





#wrap {
	width:900px;
	margin:0;
}#header {
	width:900px;
	position:fixed;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
	height:250px;
	background-attachment:fixed;
}


#footer {
	width:450px;
	height:2.5em;
	left:400px;
}
html>body #footer {
	bottom:0;
	z-index:10;




/* STRECHER */
.stretcher {
}


/* LYRICS */
#lyrics {
background-image:none;
position:absolute;
border:medium;
border:#333333;
border:1px solid;
left:10px;
top:1px;
width:350px;
height:450px;
padding-top:5px;
z-index:1;
font-size:10px;
text-align:center;
overflow:hidden;

}

.Datum {
	font-weight:bold;
	background-color:#EEEEEE;
}