/* -*- C -*-						*/
/* Zeilen wie diese, die mit Schraegstrich und Stern 	*/
/* beginnen und mit Stern und Schraegstrich enden, sind	*/
/* Kommentarzeilen. 					*/

body {
	color:black;
	background-color:white;
	}


h5.werbe {
	font-family:Arial,Helvetica,sans-serif;
    font-size:x-small;
	color:silver;
}

p, td, h2, h3 { 
	font-family:Times,Helvetica,sans-serif;
	font-size:medium;
    font-style:normal;
	color:black;
}

address {
    font-family:Times,Verdana,Helvetica,sans-serif;
	color:#6633FF;
	}

H1 {
	font-family:Helvetica, sans-serif;
	font-size:medium;
	text-align:right;
	color:brown;
}


HR { margin:1% 2%
}

p {
	text-align:justify;
}

td {     
	vertical-align:top;
}

span.anf {
	font-family:serif;
	font-size:large;
    font-style:normal;
    font-weight:bold;
	color:white;
	background-color:black;
}

div.navi {
	font-family:Helvetica,sans-serif;
	font-size:medium;
	background-color:whitesmoke;
	text-align:left;
	padding:4px;
	border-color:snow;
	border-style:none solid solid none;
	border-width:0 thin thin 0;
}

code {
	font-family:Courier,Helvetica,sans-serif;
	font-size:medium;
	font-style:normal;
	color:#663300;
}

hr.big {
	clear:both;
	width:30%;
	height:6px;
	color:blue;
	text-align:center;
}


td.rurot {
/*	border-color:brown; */
	border-color:silver;
	border-style:none groove groove none;
	border-width:0 medium medium 0;
}

td.lorot {
/*	border-color:brown; */
	border-color:silver;
	border-style:solid none none solid;
	border-width:thin 0 0 thin;
}

div.lorot {
	position:relative;
	left:8px;
	width:300px;
	float:left;
	border-color:brown;
	border-style:solid none none solid;
	border-width:thin 0 0 thin;
}


div.rurot {
	position:relative;
	left:12px;
	width:300px;
	float:left;
	border-color:brown;
	border-style:none groove groove none;
	border-width:0 medium medium 0;
}

div.fun {
	position:relative;
	right:12px;
	width:180px;
	font-family:Verdana,sans-serif;
    font-size:medium;
	margin:6px;
	padding:6px;
	text-align:right;
	background-color:snow;
	border-color:blue;
	border-style:solid solid solid solid;
	border-width:thin thin thin thin;
}

td.myyel {
	font-family:Times,Helvetica,sans-serif;
	font-size:medium;
	background-color:#FFF0DD;
}

div.ct {
	margin:30px;
	text-align:center;
}

div.zlast {
	font-family:Helvetica,Verdana,sans-serif;
	font-size:x-small;
	color:black;
	background:white;
	border-color:black;
	border-style:none none solid none;
	border-width:0 0 thin 0;
}

div.navisub {
/* 	width:200px; */
	color:black;
	background:snow;
	margin:0px;
	padding:4px;
	border-color:whitesmoke;
	border-width:thin medium medium thin;
	border-style:solid solid solid solid;
}

A {
	font-family:Helvetica, sans-serif;
	font-size:small;
}

A.intern:link {
	color:darkblue;
	text-decoration:none }
A.intern:visited {
	color:red;
	text-decoration:none }
A.intern:hover {
	color:lime;
	text-decoration:underline }
A.intern:active {
	color:blue;
	text-decoration:none }

A:link { 
	color:darkblue;
	text-decoration:none }
A:visited {
	color:red;
	text-decoration:none }
A:hover {
	color:lime;
	text-decoration:underline }
A:active {
	color:blue;
	text-decoration:none }
