/*
 * Author: Manuela Mueller qop at gmx dot ch
 * Date: 2005-03-01
 */

/* Global Elements */

body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

a:active {color: #000000; text-decoration: underline;}
a:link {color: #ff0000; text-decoration: underline;}
a:visited {color: #666666; text-decoration: underline;}
a:hover {color: #333333; text-decoration: underline;}

ul {
	list-style-position:outside;
	margin-left: 0px;
	padding-left: 15px;
}
li {
	margin-left: 0px;
	padding-left: 0px;
}



/* Main Content Area */

.text {
	font-weight: 400;
	font-size: 10px;
	line-height: 15px !important;
}
.textfett {
	font-weight: 800;
	font-size: 10px;
	line-height: 15px !important;
}

.titel {
	color: black;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
}

.untertitel {
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
}
.aktuelltitel {
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
}
.lead {
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 18px;
}
.homelead {
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 28px;
}


.legende {
	font-weight: 400;
	font-size: 9px;
	line-height: 11px;
}

.subnav {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}
.bildabstand {
	margin: 10px 0px 10px 0px;
}
	

/* Backgrounds */

.aktuellBg {
	background-image:url(../pict/bg/bg_aktuell.jpg);
	background-repeat:no-repeat;
}

.theaterBg {
	background-image:url(../pict/bg/bg_theater.jpg);
	background-repeat:no-repeat;
}
.angebotBg {
	background-image:url(../pict/bg/bg_angebot.jpg);
	background-repeat:no-repeat;
}
.adresseBg {
	background-image:url(../pict/bg/bg_adresse.jpg);
	background-repeat:no-repeat;
}
.echoreferenzenBg {
	background-image:url(../pict/bg/bg_echoreferenzen.jpg);
	background-repeat:no-repeat;
}
.vereinBg {
	background-image:url(../pict/bg/bg_verein.jpg);
	background-repeat:no-repeat;
}
.neutralBg {
	background-image:url(../pict/bg/bg_neutral.jpg);
	background-repeat:no-repeat;
}
.teamBg {
	background-image:url(../pict/bg/bg_team.jpg);
	background-repeat:no-repeat;
}
.tourneeplanBg {
	background-image:url(../pict/bg/bg_tourneeplan.jpg);
	background-repeat:no-repeat;
}




