/* CSS Document */

#navigation {
			position:absolute;
			overflow: hidden;
			top:50%;
			left:50%;
			width:185px;
			height:500px;
			margin-left:-450px;
			margin-top:-250px;
			background-color: #004080;
			}
			
#titel 		{
			position:absolute;
			overflow: hidden;
			top:50%;
			left:50%;
			width:900px;
			height:60px;
			line-height:60px;
			margin-left:-450px;
			margin-top:-310px;
			background-color: #004080;
			display: table-cell;
			vertical-align: middle;
			font-family: Avant Garde, Arial, Helvetica, sans-serif;
			font-size: 24px;
			color: white;
			text-align: center;
			}			

#inhalt 	{
			position:absolute;
			overflow: auto;
			top:50%;
			left:50%;
			width:530px;
			height:500px;
			margin-left:-265px;
			margin-top:-250px;
			background-color: #ffffff;
			z-index: 2;
			}
			
#back		{
			position:absolute;
			overflow: hidden;
			top:50%;
			left:50%;
			width:536px;
			height:506px;
			margin-left:-268px;
			margin-top:-253px;
			background-color: #000000;
			z-index: 1;
			}
			
#info		{
			position:absolute;
			overflow: hidden;
			top:50%;
			left:50%;
			width:900px;
			height:60px;
			line-height:60px;
			margin-left:-450px;
			margin-top:250px;
			background-color: #004080;
			display: table-cell;
			vertical-align: middle;
			font-family: Avant Garde, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: white;
			text-align: center;	
			}			
		
#logo   	{
			position:absolute;
			overflow: hidden;
			top:50%;
			left:50%;
			width:185px;
			height:500px;
			margin-left:+265px;
			margin-top:-250px;
			background-color: #004080;		
			}		

.links 		{text-align: left;}
.mitte 		{text-align: center;}
.rechts 	{text-align: right;}

.weiss 		{color: white;}
			
.schwarz	{color: black;}	

.blau		{color: blue;}		
			
.fett		{font-weight: bold;}

.fett_mitte		{font-weight: bold; text-align: center;}

.einzug		{text-indent: 10px;}

.abstand	{margin: 10px;}

p    		{font-family: Avant Garde, Arial, Helvetica, sans-serif; font-size: 12px; color: black; text-align: justify; line-height: 1.5;}
h1 			{font-family: Avant Garde, Arial, Helvetica, sans-serif; font-size: 24px; color: white; text-align: center;}

body		{font-family: Avant Garde, Arial, Helvetica, sans-serif; font-size: 12px; color: black; text-align: left; background-color: #fafafa;  margin: 0; padding: 0;}

li   		{font-family: Avant Garde, Arial, Helvetica, sans-serif; font-size: 12px; color: white; text-align: left;line-height: 1.5;}

a			{text-decoration: none; color: white;}
a:hover		{background-color: black;}

