body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size:100%;
	color: #000000;
}

/*Unterschiedliche Farben der Unterseiten*/
body#main {
	background-image: url(../bilder/bg_main.jpg);
	background-repeat: no-repeat;
	background-color: #D60000;
}

body#main .content h1 {
	color: #D60000;
}

body#auffuehrungen {
	background-image: url(../bilder/bg_auffuehrungen.jpg);
	background-repeat: no-repeat;
	background-color: #381662;
}

body#auffuehrungen .content h2 {
	color: #381662;
}

body#ausstellungen {
	background-image: url(../bilder/bg_ausstellung.jpg);
	background-repeat: no-repeat;
	background-color: #92D2F6;
}

body#ausstellungen .content h2 {
	color: #29A9ED;
}

body#familienkonzerte {
	background-image: url(../bilder/bg_familienkonzerte.jpg);
	background-repeat: no-repeat;
	background-color: #DC000C;
}

body#familienkonzerte .content h2 {
	color: #DC000C;
}

body#kindertheater {
	background-image: url(../bilder/bg_kindertheater.jpg);
	background-repeat: no-repeat;
	background-color: #809495;
}

body#kindertheater .content h2 {
	color: #42A6E8;
}

body#kurse {
	background-image: url(../bilder/bg_kurse.jpg);
	background-repeat: no-repeat;
	background-color: #8C5664;
}

body#kurse .content h2 {
	color: #8C5664;
}

body#lesung {
	background-image: url(../bilder/bg_lesung.jpg);
	background-repeat: no-repeat;
	background-color: #8CA386;
}

body#lesung .content h2 {
	color: #748F6D;
}

body#salon {
	background-image: url(../bilder/bg_salon.jpg);
	background-repeat: no-repeat;
	background-color: #C51506;
}

body#salon .content h2 {
	color: #C51506;
}

body#seminare {
	background-image: url(../bilder/bg_seminare.jpg);
	background-repeat: no-repeat;
	background-color: #3B1477;
}

body#seminare .content h2 {
	color: #3B1477;
}

body#sonstiges {
	background-image: url(../bilder/bg_sonstiges.jpg);
	background-repeat: no-repeat;
	background-color: #571F46;
}

body#sonstiges .content h2 {
	color: #571F46;
}

body#tanz {
	background-image: url(../bilder/bg_tanz.jpg);
	background-repeat: no-repeat;
	background-color: #006FAA;
}

body#tanz .content h2 {
	color: #006FAA;
}

body#theater {
	background-image: url(../bilder/bg_theater.jpg);
	background-repeat: no-repeat;
	background-color: #76A45B;
}

body#theater .content h2 {
	color: #76A45B;
}

body#vortraege {
	background-image: url(../bilder/bg_vortraege.jpg);
	background-repeat: no-repeat;
	background-color: #008C21;
}

body#vortraege .content h2 {
	color: #008C21;
}

body#waldorf {
	background-image: url(../bilder/bg_waldorf.jpg);
	background-repeat: no-repeat;
	background-color: #D2CBAF;
}

body#waldorf .content h2 {
	color: #7E6BA0;
}

body#weihnachten {
	background-image: url(../bilder/bg_weihnachten.jpg);
	background-repeat: no-repeat;
	background-color: #A71E18;
}

body#weihnachten .content h2 {
	color: #A9122A;
}

body#weiterbildung {
	background-image: url(../bilder/bg_weiterbildung.jpg);
	background-repeat: no-repeat;
	background-color: #56A7E9;
}

body#weiterbildung .content h2 {
	color: #2C436C;
}


body#workshops {
	background-image: url(../bilder/bg_workshops.jpg);
	background-repeat: no-repeat;
	background-color: #5C6121;
}

body#workshops .content h2 {
	color: #5C6121;
}



.logo {
	position:absolute;
	left: 0px;
	top: 0;
	height: 140px;
}

/*Navigation*/
.navi {
	position:absolute;
	width:170px;
	font-size: 90%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	top: 180px;
	left: 63px;
	height: 308px;
	text-align: right;
}

.navi a {
	color: #000;
	text-decoration: none;
	padding-left:20px;
}

.navi a:hover {
	text-decoration:underline;
}

.navi .active {
	padding-left:20px;
	color: #666;
	background-image: url(../bilder/navi_unterpunkt.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}
.navi .unterrubrik {
	color: #000000;
	padding-left:20px;
	line-height:130%;
	margin-bottom:5px;
	font-size: 90%;
	font-weight: normal;
}




/*Content*/
.content {
	position:absolute;
	width:480px;
	font-size: 90%;
	line-height: 140%;
	height: auto;
	left: 250px;
	top: 140px;
	color:#000000;
	background-color: #FFFFCC;
	margin-top: 0px;
}

.content h1 {
	margin-left:20px;
	margin-right:10px;
	color: #000000;
	font-size: 100%;
	font-weight:bold;
	line-height:140%;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 0px;
}

.content h2 {
	margin-left:20px;
	margin-right:10px;
	font-size: 100%;
	font-weight:bold;
	line-height:140%;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 0px;
}

.content p {
	margin-left:20px;
	margin-right:10px;
	line-height:140%;
	margin-top: 0px;
	margin-bottom: 20px;
}

.content p.start {
	color: #000000;
	line-height:180%;
	margin-left:40px;
	margin-right:40px;
	margin-top: 40px;
	text-align: center;
}

.content p.programm {
	text-align: center;
}

.content p.sprungmarke {
	font-size: 90%;
}

.achtung {
	background-color:#E4E4E4;
	padding: 3px;
}

.content a {
	color:#000000;
}

.content a:visited {
	color:#666666;
}

.content .line {
	border-bottom: 1px solid #000000;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.content .line_a {
	border-bottom: 1px solid #44AAB8;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.content .line_b {
 	border-bottom: 1px solid #009933;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.content .line_c {
 	border-bottom: 1px solid #FF9900;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.content .line_d {
 	border-bottom: 1px solid #AA0A74;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.content p img {
	float:left;
	padding-right:10px;
	padding-top:3px;
}

.content .seitenanfang {
	margin-bottom:10px;
	padding-bottom:10px;
	color: #000000;
	font-size: 90%;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 10px;
}
