﻿@charset "utf-8";
/* Root = Vertical, Secondary = Vertical */
	*{
	padding: 0;
	margin: 0;
	list-style: none;
	border: 3px #990000 none;
	color: #003366;
	font-size: small;
}
html
{
height: 100%;
}

body
{
height: 100%;
}

.style19 {
	font-family: "arial";
	color:#003366;
}

.style20 {
	text-align: center;
}
.style21 {
	font-size: x-small;
}
.style22 {
	font-family: "Trajan Pro";
	color: #003366;
	text-align: center;
}

.style23 {
	font-family: "Trajan Pro";
	color: #003366;
	text-align: left;
}
	.style24 {
	font-family: arial;
	color: #003366;
	text-align: center;
}



.doprevnext {
	
}

		body {
		padding: 30px;
		background: #FFF;
		color: #666;
		}
		
		p {
			
			color: #000000;
		}
		
		a {
		color: #666;
		text-decoration: underline;
		}
		
		a:hover {		/*Hintergrund von weiter und zurück*/
		background: #666;
		color: #FFF;
		text-decoration: none;
		}
						
		div.domtab{
			width:80%;
			font-size:90%;
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:2em 0 0 0;				
		}
		ul.domtabs li{
			float:left;
			padding:0 .5em 0 0;
		}
		ul.domtabs a:hover{
			width:100px;
			padding:.2em 1em;
			display:block;
			background:#666;
			color:#ccc;
			height:1em;
			font-weight:bold;
			text-decoration:none;
		}
		ul.domtabs a:active{
			width:75px;
			padding:.2em 1em;
			display:block;
			background:#666;
			color:#ccc;
			height:1em;
			font-weight:bold;
			text-decoration:none;
		}
		ul.domtabs a:visited{
			width:75px;
			padding:.2em 1em;
			display:block;
			background:#666;
			color:#ccc;
			height:1em;
			font-weight:bold;
			text-decoration:none;
		}
		ul.domtabs a:link{
			width:75px;
			padding:.2em 1em;
			display:block;
			background:#666;
			color:#ccc;
			height:1em;
			font-weight:bold;
			text-decoration:none;
		}
		html > body ul.domtabs a:hover{
			height:30px;
			min-height:1em;
		}
		html > body ul.domtabs a:active{
			height:30px;
			min-height:1em;
		}
		html > body ul.domtabs a:visited{
			height:30px;
			min-height:1em;
		}
		html > body ul.domtabs a:link{
			height:30px;
			min-height:1em;
		}
		ul.domtabs a:hover{
			background:#696;
		}
		div.domtab div{
			clear:both;
			width:100%;
			background:#696;
			color: #fff;
			padding:1em 3em;
		}
		ul.domtabs li.active a:hover{
			background:#696;
			color:#fff;
		}
		ul.domtabs li.active a:active{
			background:#696;
			color:#fff;
		}
		ul.domtabs li.active a:visited{
			background:#696;
			color:#fff;
		}
		ul.domtabs li.active a:link{
			background:#696;
			color:#fff;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:hover{
			color:#fff;
		}
		#domtabprintview a:active{
			color:#fff;
		}
		#domtabprintview a:visited{
			color:#fff;
		}
		#domtabprintview a:link{
			color:#fff;
		}
		h2{
			font-size:large;
			color:black;
			text-transform:uppercase;
			font-family:arial,arial, Sans-Serif;
			padding:0 0 .7em .2em;
			text-align:center;
		}		
		div.domtab div a:active
		{
		color: black;
		display: block;
		font-weight: bold;
		font-size: small;
}
		div.domtab div a:visited /* Überschriften nach besuch und bei firefox weiter*/
		{
		color: #CC3300;
		display: block;
		font-weight: bold;
		font-size: small;
}
		div.domtab div a:link /* weiter button */
		{
		color: #CC3300;
		display: block;
		font-weight: bold;
		font-size: small;
}
		div.domtab div h2 a:active /* Überschrift wenn aktiv */
		{
		color: black;
		display: inline;
		padding: 0;
		font-weight: normal;
		font-size:small;
}
		
		div.domtab div h2 a:hover
		{
		color: #CC3300;
		display: inline;
		padding: 0;
		font-weight: normal;
		font-size:small;
}
		
		div.domtab div h2 a
		{
	color: #000000;
	display: inline;
	padding: 0;
	font-weight: normal;
	font-size: medium;
}
		
/* other scheme! */
#other{
	font-size:small;
	font-family:arial, arial, Sans-Serif;
	width:100%;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:70%;
	background:white;
	color:#fff;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#003366;
}
div#other ul.domtabs li.active a:hover{
	background:#003366;
	color:#fff;
}
div#other ul.domtabs li.active a:active{
	background:#003366;
	color:#fff;
}
div#other ul.domtabs li.active a:visited{
	background:#003366;
	color:#fff;
}
div#other ul.domtabs li.active a:link{
	background:#003366;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}


