/* 	Programmiert fuer XHTML strict
	Dateiname: orff.css
	Andrea Widdel
	--------------------------------------------------
*/


/* +++ Allgemeine Elementanweisungen +++ */

body {
    padding: 0;
    margin: 0;
    color: #000;
    font-family: verdana,arial,sans-serif;
    font-size: 100.01%; /* damit die Schriftgroessen mit em korrekt angezeigt werden */
    background: #fdce74 url(../images/back_body_weiss.gif) 14em 0 repeat-y;
    position: relative;
}

h1 {
    font-size: 1.0em;
    color: #fa9f42;
}

h2 {
    margin: 10px 0 10px 0;
    padding: 0;
	font-size: 0.9em;
    color: #666;
}

h3 {
    margin: 20px 0 10px 0;
    padding: 0;
	font-size: 0.8em;
    color: #444;
}

img {
    border: none;
}

p {
    font-size: 0.75em;
    line-height: 180%;
    color: #000;
}

strong {
    color: #555;
}

a {
    text-decoration: none;
    color:#fa9f42;
}

a:visited {
    text-decoration: none;
    color:#fa9f42;
}

a:hover {
    text-decoration: underline;
    color:#fa9f42;
}

a.email {
  margin: 0;
  padding: 0 25px;
  height: 0.75em;
  background: url(../images/icon_email.gif) 0em 0.1em no-repeat;
}

html>body a.email {
  height: auto;
}

a.intern {
  margin: 0;
  padding: 0 0 0 25px;
  height: 0.75em;
  background: url(../images/icon_link_intern.gif) 0em 0.1em no-repeat;
}

html>body a.intern {
  height: auto;
}

a.extern {
  margin: 0;
  padding: 0 0 0 25px;
  height: 0.75em;
  background: url(../images/icon_link_extern.gif) 0em 0.1em no-repeat;
}

html>body a.extern {
  height: auto;
}


/* +++ Uebergreifende Klassen +++ */

.druck /* Inhalte die nur in der Druckversion zu sehen sind */ {  
    display: none;
}	

.unsichtbar {
    position: absolute !important;
    top: -6000px !important;
    left: -6000px !important;
    height: 0px !important;
    width: 0px !important;
}

.stopFloat {
    clear: both; 
    float: none;
    visibility: hidden;
}


/* +++ Gesamtrahmen +++ */

#schnecke {
    margin: 0;
    padding: 0;
    width: 310px;
	height: 368px;
	position: absolute;
	top: 15em;
	left: 14em;
    z-index:-100;
	background: url(../images/schnecke.gif) 0 no-repeat;
}

#rahmen {
    margin: 0;
    padding: 0;
    width: 63em;
}


/* +++ Linke Spalte mit Logo und Navigation +++ */

#linkeSpalte {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 14em;
    float: left;
}

#logo {
    margin: 0;
    padding: 0;
    height: 6em;
    background: #fff;
    position: relative;
}

#logo img {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0.5em;
}

#navigation {
    margin: 0;
    padding: 0;
    background: #fa9f42;
	border-top: 1px solid #fa9f42;
}

#navigation ul {
    margin: 0;
    padding: 2.5em 0 2.5em 0;
    width: 16em;
    list-style-type: none;
    font-size: 0.8em;
    font-weight: bold;
    float: right;
}

#navigation ul li {
    margin: 0;
    padding: 0.4em 0.5em 0.35em 1em; 
    height: 1.2em; /* Fuer IE 5.0 der sonst das padding ignoriert */
}

html>body #navigation ul li {
    height: auto;
}

#navigation ul li a {
    text-decoration:none;
    color: #feb;
}

#navigation ul li a:hover {
    text-decoration:none;
    color:#fff;
}

#navigation ul li.aktiv {
    color:#fff;
	background: url(../images/pfeil_weiss.gif) 0 0.4em no-repeat;
}

p.impressum {
    margin: 0;
    padding: 0.5em 0 3em 0;
    width: 16em;
    font-size: 0.75em;
    float: right;
	background: none;
}

p.impressum a {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 0;
    text-decoration:none;
    color:#fa9f42;
}

p.impressum a:visited {
    text-decoration:none;
    color:#fa9f42;
}

p.impressum a:hover {
    text-decoration:none;
    color:#fff;
}


/* +++ Inhalt +++ */

#inhalt {
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    width: 35em;
	/*border: 1px solid #000;*/
}

#titel {
    margin: 0;
    padding: 0;
    height: 6em;
    background: #fff;
    position: relative;
}

#titel h1 {
    margin: 0 0 28px 0;
    padding: 0;
    position: absolute;
    left: 2em;
    bottom: 0.5em;
}

#text, #aktuell {
    margin: 0 2em 2em 2em;
    padding: 1.5em;
    border: 1px solid #FA9F42;
}


#text p, #aktuell p {
    margin: 0 0 1em 0;
    padding: 0;
}

#text ul, #aktuell ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 1.2em;
    list-style-type: disc;
    line-height: 180%;
    font-size: 0.75em;
}

#aktuell ul.link {
    padding: 0;
    list-style-type: none;
}

#text ul li, #aktuell ul li {
    margin: 0;
    padding: 0.2em 0 0.2em 0.5em; 
}

#text ul li.kurs {
    margin: 0 0 1em 0;
    padding: 0.2em 0 0.2em 0.5em; 
}

#aktuell ul.link li {
    margin: 0.5em 0 0 0;
    padding: 0 0 0.5em 0; 
    list-style-type: none;
}

html>body #aktuell ul.link li {
  margin: 0.5em 0 0 0;
  padding:0 0 0 25px;
  text-indent: -25px;
}

/* +++ Rechte Spalte mit News +++ */

#rechteSpalteRahmen {
    margin: 0;
    padding: 6em 0 3em 0;
    text-align: left;
    float: right;
    width: 14em;
}

#rechteSpalte {
    margin: 0;
    padding: 260px 0 3em 0;
}

.startRechts {
	background: url(../images/start_rechts.jpg) 0 0 no-repeat;
}

.orffRechts {
	background: url(../images/orff_rechts.jpg) 0 0 no-repeat;
}

.fruehmusikalischRechts {
	background: url(../images/fruehmusikalisch_rechts.jpg) 0 0 no-repeat;
}

.instrumentalRechts {
	background: url(../images/instrumental_rechts.jpg) 0 0 no-repeat;
}

.kursangebotRechts {
	background: url(../images/kursangebot_rechts.jpg) 0 0 no-repeat;
}

.juttaHatzoldRechts {
	background: url(../images/jutta_hatzold_rechts.jpg) 0 0 no-repeat;
}

.kontaktRechts {
	background: url(../images/kontakt_rechts.jpg) 0 0 no-repeat;
}

.impressumRechts {
	background: url(../images/impressum_rechts.jpg) 0 0 no-repeat;
}

#rechteSpalte h2 {
    margin: 0;
    padding: 1em 0 1em 0;
    border-bottom: 1px solid #666;
}

#rechteSpalte ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.75em;
}

#rechteSpalte ul li {
    margin: 0;
    padding: 0.5em 0; 
    border-bottom: 1px solid #666;
}

#rechteSpalte ul li.link {
    margin: 0.5em 0 0 0;
    padding: 0 0 0.5em 0; 
}

html>body #rechteSpalte ul li.link {
  margin: 0.5em 0 0 0;
  padding:0 0 0.5em 25px;
  text-indent: -25px;
}

