/* Allgemeingültige Angaben */

body
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: small;
			color: #000000;
			margin: 0;
			background-image: url(bg.png);
			background-repeat: repeat-x;
			background-color: #303030;
			height: 100%;
		}

/* Layout */



.logo
		{
			position: absolute;
			top: 12px;
			z-index: 3;
			margin: 0;
			}
			
.navigation
		{
			position: absolute;
			top: 170px;
			bottom: 100px;
			width: 175px;
			z-index: 3;
			margin: 0;
			
			}

.kontakt
		{
			position: fixed;
			bottom: 5px;
			width: 170px;
			z-index: 3;
			margin: 0;
			
		}

.bgoben
		{
			background-color: #000000;
			
		}
		
.header 
		{
			height:390px; 
			background-image: url(hintergrund.jpg);
				
		}

.navi
		{
			background-image: url(navibg.png);
			background-repeat: repeat-y;
			width: 190px;
			height: 100%;
			float: left;
			z-index: 2;
			margin-left:10px;
			opacity:0.8;
			filter:alpha(opacity=80);
			
		}

.ShadowLeft
		{
			background-color: transparent;
			background-image: url(shadowL.png);
			background-repeat: repeat-y;
			

		}

.ShadowRight
		{
			background-color: transparent;
			background-image: url(shadowR.png);
			background-repeat: repeat-y;

		}
		
.content
		{
			background-color: #FFFFFF;
			margin: 0;
			padding-top: 20px;
			padding-left: 220px;
			padding-bottom: 0px;
			padding-right: 30px;
		}
		

	
	
/* Links*/

a
	{
		text-decoration: none;
		color: black;
		font-size: 12;
	}
	
a:visited
	{
		text-decoration: none;
		color: black;
	}	

a:hover, a:active
	{
		background-color: black;
		color: #E1E1E1;
	}
	
h1
	{
		font-size: 16pt;
	}	
	
h2
	{
		font-size: 12pt;
	}	
	
p
	{
		font-size: 12;
	}
	
#adresse
	{
		font-size: 8pt;
		text-align: right;
	}

#mail
	{
		font-size: 8pt;
	}
		
.csc-textpic-imagewrap, div.csc-textpic-clear
	{
		clear: none !important;
	}
	
.csc-textpic-caption
	{
		font-size: 8pt;
	}

	
.formtext
	{
		font-size: 12;
	}


