/* * * * * * * * * * * * * * * * * * */
/* Allgemeine Definitionen * * * * * */
/* * * * * * * * * * * * * * * * * * */
*{
	padding: 0;
	margin: 0;
}

html { height:101%; }

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
background-color: #FFFFFF;
	
}


/* * * * * * * * * * * * * * * * * * */
h1 {
	font-size:2em;
	color:#000000;
	margin:2.87em 0 0 0.5em;
}
h2 {
	font-size:1em;
	color:#000000;
	margin:0.5em 0 1em 0;
}

h3 {
	font-size:0.9em;
	color:#000000;
	margin:0px 0px 10px 0px;
	border-bottom: 1px solid #808080;
}

h4 {	
	font-size:0.9em;
	color:#000000;
	margin:0px 0px 10px 0px;
}




p {
	font-size:0.8em;
	margin-bottom:1em;
	line-height:1.5em;
}
p.klein {
	font-size:0.6em;
	float:left;
	margin:9.6em 0 0 5em;
	line-height:normal;
	}
ul, ol {
	list-style-type:none;
	margin-left:1em;
}

li {
	font-size:0.8em;
	padding-left:12px;
}

a:link,
a:visited,
a:focus,
a:hover,
a:active {
	
color:#000000;
text-decoration:none;

}
a:visited {

}
a:focus,
a:hover,
a:active {
	
	text-decoration:none;
}

img, a img {
	border: 0;
}


/* * * * * * * * * * * * * * * * * * */
/* * Allgemeine Klassen  * * * * * * */
/* * * * * * * * * * * * * * * * * * */
.unsichtbar {
  display: block;
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}
.stopFloat{
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
.rightFloat {
	float:right;
	margin:0 0 0 0.5em;
}
.leftFloat {
	float:left;
	margin:0 0.5em 0 0;
}
.rightAlign {
	text-align:right;
}
.leftAlign {
	text-align:left;
}

/* * * * * * * * * * * * * * * * * * */
/* * Ebenen  * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * */


#wrapper1,
#wrapper2,
#wrapper3{
	margin:0 auto;
	width: auto;
	text-align:left;
	border: 0;
}  


/* * * * * * * * * * * * * * * * * * */
#print-logo {
display: block;
	
}

#rot {
	color: #000000;	
	font-size:1.5em;
	padding:0px;
}

#titelmusikschule{
	color:#000000;
	font-size:2em;
	border-bottom:1px solid #808080;
}

	

#content {
	float: left;
	width:1000px;
	margin-bottom:1em;
}
/* * * * * * * * * * * * * * * * * * */

#inhalt {
	margin-left:0px;
	margin-right:0px;
	font-size:1em;
	width:600px;
}

#footermitte p {
	margin-left:0px;
	margin-right:0px;
	margin-top:3em;
	border-top:1px solid #808080;
	font-size:0.9em;
	width:600px;
}
