@charset "UTF-8";
/* CSS Document */

html {height:100%;}

body {
	height:100%;
	margin:0;
	padding:0;
	text-align: center; /* Zentrierung im Internetexplorer */
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	background-color:#a3a792;
}

#zentriert {
	text-align: left; /* Text wieder links ausrichten */
	margin:0px auto;
	width:900px;
	height:100%;
}

/*andere Methode des Zentrierens;

#zentriert {
  position:absolute;
  left:50%;
  width:900px;
  margin-left:-450px;
  height:100%;

}
*/

/* NAVIGATION */

#navigation {
	float: left;
	width: 100%;
	margin: 0%;
	padding: 0%;
	font-size: 100%;
	line-height:normal;
	background:#a3a792 url(../img/bg.gif) repeat-x bottom;
}

#navigation ul {
	list-style-type: none;
	font-weight: bold;	
	margin: 0%;
	padding:20px 0px 0;
}

#navigation li {
	float: left;
	margin: 0%;
	padding: 0%;
	background:url(../img/norm-right.gif) no-repeat right top;
	width:150px;
}

#navigation a { 
	display:block;
	background:url(../img/norm-left.gif) no-repeat left top;
  	padding:5px 15px 4px;
	text-decoration: none;
	color:#3e392d;
}

#navigation li:hover a {
	background-position:0% -150px;
	color:#FFFFFF;
  }
  
#navigation li:hover {
	background-position:100% -150px;
  }

#navigation #current {
  	background-image:url(../img/norm-right-on.gif);
}

#navigation #current a {
  	background-image:url(../img/norm-left-on.gif);
	padding-bottom:5px;
	color:#FFFFFF;
}

#navigation #rot {
	background-position:100% -150px;
}

#navigation #rot a {
	background-position:0% -150px;
	color:#FFFFFF;
}

/* Rollover im Text */

a.navrollover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-style: normal;
	text-decoration: underline;
	font-weight:bold;
}

a.navrollover:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}

a.navrollover:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}

/* INHALT */

#inhalt {
	clear:both;
	height: 85%;
	margin: 0;
	padding: 0;
	background-color: #eef6fb;
	overflow:auto;
	background-image: url(../img/MusikMichel-Musikcomputer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3e392d;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3e392d;
}

h1 {
	color:#ff0000;
	font-weight: bold;
	font-size:28px;
	margin-top: 40px;
	margin-left: 50px;
	margin-right: 40px;
	margin-bottom: 15px;	
}

h2 {
	color:#000000;
	font-weight: bold;
	font-size:18px;	
}

#Text {
	margin-top: 0px;
	margin-left: 50px;
	margin-bottom: 40px;
	width:530px;
	float:left;
	
}

.rot {
	color:#ff0000;
	
}

.klein {
	font-size:10px;
	
}

/* FUSSZEILE */

#Fusszeile {
	clear: both;
	font-size: 13px;
	width: 900px;
	height: 5%;
	color:#ffffff;
	font-weight: bold;
	text-align: left;
	background-color:#a3a792;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3e392d;
	margin: 0%;
	padding-top: 10px;
}
