/*allgemeine einstellungen*/

* {
margin:0;
padding:0;
}

body {
background-color: white;
color:#888888;
font-family: Arial, Verdana, Helvetica, sans-serif, monospace;
font-size:1em;
background-image:url(abstract10.jpg);
background-repeat:no-repeat;
background-position: 568px 85px;
background-attachment:fixed;
}

ul {
list-style-type:none;
}

a {
text-decoration:none;
}


/*spezielle schriftformate*/

em {
font-style:italic;
}

h1 {
font-size:1.1em;
font-weight: normal;
font-variant: small-caps;
text-indent:0px;}

strong {
font-variant:small-caps;
font-weight:normal;
}


/*seiten-divs*/

#hauptspalte {
margin-left:250px;
}

#header {
float:left;
margin-left:15px;
margin-top:15px;
width:200px;
height:200px;
}

#header2 {
margin-top:15px;
width:200px;
height:200px;
}		

#mainmenue {
padding-top:5px;
padding-bottom:5px;
width:650px;
text-align:right;}

#footermenue {
border-top:1px silver solid;
width:100px;
height:200px;
position:relative;
left:-235px;
top:0px;
padding-left:5px;
padding-top:5px;
font-size:0.8em;
text-align:right;
}

#mainmenue li {
display:inline;
margin-right:10px;
margin-left:4px;
min-height:40px;
}


/*menüfunktionen*/
#mmkomposition a.m1,
#mmimprovisation a.m2,
#mmbewegung a.m3,
#mmtheorie a.m4,
#mmhoerbeispiele a.m6,
#mmunterricht a.m7,
#mmdownloads a.m8,
#mmvita a.m9,
#mmkontakt a.m10,
#mmbilder a.m11,
#mmindex a.m12 {
color:black;
}

#mainmenue a, #footermenue a {
text-decoration:none;
color:#888888;
}

#mainmenue a:hover, #footermenue a:hover   {
color:#935682;
}

#mainmenue_untertitel1, #mainmenue_untertitel2, #mainmenue_untertitel3, #mainmenue_untertitel4 {
}
		 		
#content {
position:relative;
top:-206px;
margin-bottom:15px;
min-height:650px;
width:650px;
line-height:1.5;
background-image:url(abstract11.jpg);
background-repeat:no-repeat;
background-position: 568px 85px;
background-attachment:fixed;
border-top: 1px solid silver;
font-size:0.9em;
text-align:left;
padding-top:5px;
}

#content2 {
position:absolute;
top:0px;
left:0px;
background-image:url(content_uebergang.png);
background-repeat:repeat-x;
}

.eingerueckt {
padding-left:10px;
}


#content a, table a {
text-decoration:none;
}

#content a:link, table a:link {
color:#935682;
}

#content a:visited, table a:visited {
color:#8500B1;
}

#content a:focus, table a:focus {
color:#935682;
}

#content a:hover, table a:hover {
color:#935682;
}

#content a:active, table a:active {
color:#B10050;
}



