/* -*- encoding: utf-8 -*- */
/* globales zeugs */

BODY{
	background-color: white;
	color: #990000;
	font-family: Verdana,sans-serif;
	font-size: 13px;
}

A{
	color: blue;
	text-decoration: none;
}

A:active{
	text-decoration: underline;
}

A:visited{
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
}

H1{
	font-size: 130%;
	font-weight: bold;
}

H2{
	font-size: 115%;
	font-weight: bold;
}

TD {
	font-size: 13px;
}

TD.lefttitle{
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

P.little{
	font-size: 80%;
}

DIV.nextVA P{
	text-align: center;
}

HR{
	width: 300px;
	text-align: center;
	color: #990000;
}

DIV.content IMG {
	margin-left: 5px;
}



/*---------------------------------------------------------*/
/* ebenen */

DIV.topl{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 850px;
	height: 100px;
	background-color: white;
	border: none;
	border-bottom: 1px solid #990000;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

DIV.nav{
	position: absolute;
	left: 0px;
	top: 100px;
	width: 150px;
	height: 400px;
	background-image: url(../img/bg/nav.jpg);
	background-repeat: no-repeat;
	border: none;
	padding: 25px;
	z-index: 0;
}

DIV.indicator{
	position: absolute;
	left: 150px;
	top: 100px;
	width: 700px;
	height: 25px;
	border: none;
	border-left: 1px solid #990000;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../img/bg/cont.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

DIV.content{
	position: absolute;
	left: 150px;
	top: 125px;
	width: 700px;
	border: none;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
	padding: 10px;
	margin-bottom: 10px;
	overflow: visible;
	background-color: white;
	z-index: 1;
}

DIV.nextVA{
	width: 540px;
	border: 1px solid #990000;
	border-bottom: 0px solid red;
	padding: 10px;
	z-index: 2;
	background-color: #FFF4F7;
	float: right;
        margin-top: 20px;
	margin-bottom: 0.1px;
	margin-right: 0.1px;
}



/* spezielle navigationsausrichtungen */

P.navp{
	padding: 0px;
	margin: 0px;
}

P.subtermine{
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 7px;
	font-size: 80%;
}



/* spezielle termine */

DIV.extratermine{
	border: 1px solid #990000;
        background-color: #FFF4F7;
        padding-left: 10px;
        padding-right: 10px;
}