/* CSS Document */


body,
body.start
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	
	background:url(../images/back1.gif) repeat-y top center #fff ;
	
	margin:0;
	padding:0;
	}

body.start
	{
		background:#e9e6e5;
		
		text-align:center;
		margin:20% 0 0 0; 
	}

#line
	{
	width:100%; 
	height:2px;
	
	line-height:2px;
	font-size:1px;
	
	background:#960505;
	
	position:relative;
	top:170px;
	left:0;
	z-index:1000;
	}
	
	
/*////////////////////////////////////////////////////////////////////	
//////////////////////////////DIVS//////////////////////////////////
////////////////////////////////////////////////////////////////////*/


#maindiv
	{
	width:970px; 
	height:550px; 
	
	margin:0 auto 0 auto; 
	}

#leftdivtop, 
#rightdivtop
	{
	width:50%;
	height:170px;
	float:left;
	}
	
#leftdivbottom, 
#rightdivbottom
	{
	width:50%;
	height:70%;
	float:left;
	position:relative;
	}
	
#rightdivtop,
#rightdivbottom
	{
	float:right;
	}


/*////////////////////////////////////////////////////////////////////	
//////////////////////////////NAVIGATION//////////////////////////////
////////////////////////////////////////////////////////////////////*/	

#navistart,
#navi, 
#subnavi, 
#content
	{
	font-size:12px;
	line-height: 1.5; 
	margin:15px 0 0 0;
	}

#navistart a,
#navi a,
#navi a:hover,
#navi .aktiv
	{
	color:#343434;
	text-decoration:none;
	
	margin:0 9px 0 0;
	}

#navistart a:hover,
#navi a:hover
	{
	color:#5E5B5B;
	}

#navi .aktiv,	
#navi .aktiv:hover
	{
	color:#960505;
	}
	
#subnavi
	{
	margin:50px 0 0 0;
	color:#424242;
	}

#subnavi a,
#subnavi a:hover,
#subnavi .aktiv
	{
	color:#424242;
	text-decoration:none;
	
	margin:0 9px 0 0;
	}

#subnavi a:hover
	{
	color:#5E5B5B;
	}
	
#subnavi .aktiv,
#subnavi .aktiv:hover 
	{
	color:#960505;
	}

#navspace{
	padding:0px 6px 0px 0px;
	}

/*////////////////////////////////////////////////////////////////////	
//////////////////////////////BILDER//////////////////////////////////
////////////////////////////////////////////////////////////////////*/


#logo
	{
	border:none;
	
	margin:74px 0 0 5px;
	}

#leftdivbottom #bild1, #bild2, #bild3, #bild4, #bild5, #bild6, #bild7, #bild8, #bild9, #bild10, #bild11, #bild12
	{
	position:absolute;
	border:0;
	}

#leftdivbottom #bild1	
	{
	top:0px;
	left:75px;
	}
#leftdivbottom #bild2
	{
	top:75px;
	left:145px;
	}
#leftdivbottom #bild3
	{
	top:150px;
	left:5px;
	}
#leftdivbottom #bild4
	{
	top:150px;
	left:75px;
	}
#leftdivbottom #bild5
	{
	top:218px;
	left:75px;
	}
#leftdivbottom #bild6
	{
	top:35px;
	left:260px;
	}
#leftdivbottom #bild7
	{
	top:35px;
	left:330px;
	}
#leftdivbottom #bild8
	{
	top:125px;
	left:260px;
	}
#leftdivbottom #bild9
	{
	top:125px;
	left:330px;
	}
#leftdivbottom #bild10
	{
	top:270px;
	left:205px;
	}
#leftdivbottom #bild11
	{
	top:193px;
	left:330px;
	}
#leftdivbottom #bild12
	{
	top:330px;
	left:330px;
	}
	

/*////////////////////////////////////////////////////////////////////	
//////////////////////////////CONTENT/////////////////////////////////
////////////////////////////////////////////////////////////////////*/


#subnavi a.outlink2,
#subnavi a.outlink2:hover,
a.outlink2,
a.outlink2:hover,
a,
a:hover
	{
		color:#960505;
		text-decoration:none;
		
		margin:0;
	}

a:hover
	{
		color:#5E5B5B;
		text-decoration:none;
	}

#subnavi a.outlink2:hover,
a.outlink2:hover
	{
		text-decoration:underline;
	}
	
	
	
a.outlink3,
a.outlink3:hover
	{
		color:#333333;
		text-decoration:none;
	}

a.outlink3:hover
	{
		color:#960505;
	}

ul.linkliste
		{
			padding:0;
			margin:0 0 12px 0;
		}

ul.linkliste li
		{
			list-style:none;
			
			margin:0 0 2px 0;
		}

ul.linkliste li span
		{
			width:19px;
			float:left;
		}


.back
		{
			float:right;
		}

#content
	{
	color:#424242;
	
	margin:10px 0 0 0;
	}

h1,
h2
	{
		font-size:12px;
		
		padding:0;
		margin:0 0 12px 0;
	}

h2
	{
		margin:0 0 2px 0;
	}

p
	{
		padding:0;
		margin:0 0 10px 0;
		
		clear:left;
	}

td
	{
	padding:0 0 15px 0;
	vertical-align:top;
	}
	
.smallfont
	{
	font-size:12px;
	color:#666666;
	}

