html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family:  verdana, arial, sans-serif;
   font-size: 100.01%
}
body {
	background-color: #996646;
	background-image:url(pictures/background.gif); 
	/*background-image:url(pictures/wall4.gif);      #252321;  */
}
#global {

	
	position: absolute;
	top: 0px;
	width: 760px;
	left: 50%;
	margin-left: -380px;

}
#abschlusskante {
	width:760px;
	height: 31px;
	background-image:url(pictures/abschlusskante.jpg);
	
}

#logo {
	text-align: center;

}

/*------------------- Navigation ---------------------------- */
#nav {
	padding: 20px 20px 0px 20px;
	width: 100%;		
}

#nav ul  {
	list-style-type: none;
}
#nav ul li {
	display: inline;
	margin-right: 10px;
	height: 15px;
	font-size: 80%;
	letter-spacing: 2px;
}
#nav a {
	color:#8f8e8e;
	text-decoration: none;	
}
#nav a:hover, #nav #active a, #nav .active {
	color: #575757;
}
a {
	color:#e3621c;
	text-decoration: none;	
}
a:hover {
	color: #000;
}
/*----------------------------------------------- */
/*-------------------- Schrift Definition --------------------------- */
h1 {
	font-size: 18px;
	padding-bottom:10px;
	letter-spacing: 3px;
	color:#fff;	
}
h2 {
	font-style:italic;
	font-size: 10px;
	padding-bottom:5px;
	letter-spacing: 3px;
	color:#fff;
}
h3 {
	font-size: 14px;
	letter-spacing: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 200;
	color:#e3621c;
}

p {
	margin-bottom: 10px;
}
/*-------------------- Seiten Definition --------------------------- */
#seitentitel{
	font-size: 16px;
	font-weight:bold;
	padding-bottom:15px;
	letter-spacing: 5px;
	color: #575757;
}
#inhalt {
	padding: 15px 20px;
	
	}
.close {
	text-align:center;
	font-size: 10px;
}
.player {
	position: absolute;
	top: 50px;
	width: 760px;
	left: 50%;
	margin-left: -380px;
}
.datum {
	font-size: 9px;
	font-style:italic;
	letter-spacing: 3px;
	margin-bottom:5px;
	}
.instrument{
	font-style:italic;
	padding-bottom: 5px;
	font-size: 11px;
	color: #575757;
}
.text, .wordsInhalt {
	
	width: 100%;
	padding-bottom:20px;
	text-align:center;	
}
.text, .wordsInhalt, table{
	padding-top: 50px;
	color:#FFFFFF;
	font-size: 10px;
	line-height: 17px;		
}
table {
	margin-bottom: 20px;
}
.wordsInhalt {	
	padding-bottom:0px;	
}
.wordsQuelle {
	font-style:italic;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}
#wordsUeberschrift {

}
#wordsUeberschrift2 {	
	padding-top:30px;
}
.fotos {
	padding-bottom: 5px;
}


/*----------------- Log In ------------------------------ */
#intro {
	text-align: center;
	position: relative;
	top: 210px;
}
#intro p {
	font-size: 8px;
	line-height: 20px;
	margin-bottom: 20px;
}
#formular {
	width: 715px;
	
}
#formular p {
	font-size: 8px;
	line-height: 20px;
	margin-bottom: 20px;
}
#formular label { 	
 	padding-right: 1em;
	float: left;
	width: 100px; 
	margin-bottom: 15px;
}
#logInForm {
	position: absolute;
	padding-top: 5px;
	top: 280px;
	left: 232px;
	font-size: 8px;	
}
#falsch {
	text-align: center;
	width: 715px;
	position: absolute;
	top: 200px;
	
	font-size: 8px;	
}
.font {
	border:#FFFFFF;
	background-color:#cc9966;
	width: 20px;
}
input{
	border: 1px dotted #fff;
	background-color: #cc9966;
	font-family:   "teachers Pet";
	color:#FFFFFF;
	font-size: 8px;
	margin-top: -5px;
  	width: 150px; 
	height: 19px;	
}
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left; /* das floating der labels und inputs aufheben */
}
.submit {
	font-size: 8px;
	background-color: #cc9966;
	font-family: "teachers Pet";
	border: 1px solid #fff;
	margin-top: 10px;
	width: 100px;
	color: #fff;
}





