/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Grundformatierungen */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


body  {
  color:#ffffff;
  background-color: #7A7D76;
  background: #7A7D76 url("../images/totalback.jpg") repeat-y 50% 0px;
  font-family: tahoma, verdana, Arial, Helvetica, Geneva, Sans Serif;
  font-size:11px;
  line-height: 14px;
  margin:0px;
  padding:0px;
  scrollbar-face-color:#AB1F1C;
  scrollbar-highlight-color:#74776F;
  scrollbar-3dlight-color:#AB1F1C;
  scrollbar-darkshadow-color:#AB1F1C;
  scrollbar-shadow-color:#74776F;
  scrollbar-arrow-color:#FF7503;
  scrollbar-track-color:#AB1F1C;
  }
  
 
td {
  color:#ffffff;
  font-family: tahoma, Verdana, Arial, Helvetica, Geneva, Sans Serif;
  font-size:11px;
  line-height: 14px;
  margin:0px;
  padding:0px;
  }


h1,
h2,
h3,
h4,
h5,
h6 {
  color:#585A55;
  font-family: tahoma, Verdana, Arial, Helvetica, Geneva, Sans Serif;
  font-size:11px;
  margin:3px;
  padding:0px;
}

p.content	{
	font-family: tahoma, Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	margin-top: 2px;
	margin-bottom: 6px;
	}
	
p.zentral	{
	font-family: tahoma, Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	text-align:center;
	}
	
p.rechts	{
	font-family: tahoma, Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:11px;
	margin-top: 3px;
	text-align:right;
	}
	
p.fett	{
	font-family: tahoma, Verdana, Arial, Helvetica, Geneva, Sans Serif;
	font-size:10px;
	font-weight:bold;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 6px;
	}

	



/*******  Hyperlink-Navigation Seitenstruktur *******/
				
a.strukturlink:link 	{
				font-family: tahoma, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#ffffff;
				text-decoration:none;
				}
			
			
a.strukturlink:active 	{
				font-family: tahoma, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#fcb821;
				text-decoration:underline;
				
				}


a.strukturlink:visited 	{
				font-family: tahoma, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#ffffff;
				text-decoration:none;
				
				}


a.strukturlink:hover 	{
				font-family: tahoma, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#fcb821;
				text-decoration:underline;
				
				}				

/*******  Hyperlink-Text *******/
				
a.text:link 	{
				font-family: tahoma, Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color: #717171;
				text-decoration:underline;
				}
			
			
a.text:active 	{
				font-family: tahoma, Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#CC566F;
				text-decoration:underline;
				
				}


a.text:visited 	{
				font-family: tahoma, Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#717171;
				text-decoration:#underline;
				
				}

a.text:hover 	{
				font-family: tahoma, Verdana, Arial, Helvetica, Geneva, Sans Serif;
				font-size:11px;
				font-weight: normal;
				color:#CC566F;
				text-decoration:underline;
				/* background-color: #D20000; */
				
				}
				
				


	

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierung Gesamt - Mittige Positionierng der Site */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#gesamt { 
		position: absolute; 
		left: 50%; 
		margin-left: -387px; 
		width: 774px; 
		visibility: visible; 
		background-color: #FFFFFF; 
		layer-background-color: #FFFFFF; 
		}
		
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layer-Formatierung Spalte oben  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#oben
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 774px; 
		height: 140px; 
		background:url(../images/obenback.jpg); 
  		background-position : left top;
		background-repeat : repeat;
		visibility: visible;
		}
		
		#logo
			{ 
			position: absolute; 
			top: 20px; 
			left: 26px; 
			width: 200px; 
			height: 40px; 
			visibility: visible;
			}
			
		#struktur
			{ 
			position: absolute; 
			top: 4px; 
			left: 656px; 
			width: 118px; 
			height: 40px; 
			visibility: visible;
			}

#navigation
		{ 
		position: absolute;
		top: 140px; 
		left: 0px; 
		width: 774px; 
		height: 28px; 
		background:url(../images/naviback.jpg); 
		background-position : left top;
		background-repeat : repeat;
		background-color: #7a7d75; 
		visibility: visible;
		}
		
		#buttons
		{ 
		position: absolute; 
		top: 5px; 
		left: 0px; 
		width: 774px; 
		height: 18px; 
		visibility: visible;
		}



#content
		{ 
		position: absolute; 
		top: 168px; 
		left: 0px; 
		width: 774px; 
		background-color: #902723; 
		visibility: visible;
		}

#links
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 253px; 
		height: 450px; 
		visibility: visible;
		}

#links2
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 450px; 
		visibility: visible;
		}

#rechts
		{ 
		position: absolute; 
		top: 30px; 
		left: 280px; 
		width: 456px; 
		visibility: visible;
		}

#rechts2
		{ 
		position: absolute; 
		top: 30px; 
		left: 377px; 
		width: 377px; 
		visibility: visible;
		}

#subcontent
		{ 
		position: absolute; 
		top: 30px; 
		left: 30px; 
		width: 714px; 
		visibility: visible;
		}

#foto
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 252px; 
		height: 433px; 
		background:url(../images/foto.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto2
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto2.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}
		
#fotoneu
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/fotoneu.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}
		
#foto18
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto18.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto3
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto3.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto4
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto4.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto5
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto5.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto6
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto6.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto7
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto7.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto8
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto8.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto9
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto9.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto10
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto10.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}


#foto11
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto11.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto12
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto12.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto13
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto13.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto14
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto14.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto15
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto15.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto16
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto16.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

#foto17
		{ 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 377px; 
		height: 433px; 
		background:url(../images/foto17.jpg); 
		background-position : left top;
		background-repeat : no-repeat;
		visibility: visible;
		}

		#hool
		{ 
		position: absolute; 
		top: 5px; 
		left: 0px;	
		visibility: visible;
		}
		
		#home
		{ 
		position: absolute; 
		top: 0px; 
		padding-top: 5px;
		left: 4px; 
		width: 97px; 
		visibility: visible;
		}

#unternehmen
		{ 
		position: absolute; 
		top: 0px; 
		left: 102px; 
		width: 61px; 
		visibility: visible;
		}

#charaktere
		{ 
		position: absolute; 
		top: 0px; 
		left: 164px; 
		width: 79px; 
		visibility: visible;
		}

#produktionen
		{ 
		position: absolute; 
		top: 0px; 
		left: 244px; 
		width: 145px; 
		visibility: visible;
		}

#presse
		{ 
		position: absolute; 
		top: 0px; 
		left: 390px; 
		width: 99px; 
		
		visibility: visible;
		}

#kontakt
		{ 
		position: absolute; 
		top: 0px; 
		left: 490px; 
		width: 57px; 
		
		visibility: visible;
		}
		
		#flieger
		{ 
		position: absolute; 
		top: 0px; 
		left: 548px; 
		width: 132px; 
		
		visibility: visible;
		}

		#konti
		{ 
		position: absolute; 
		top: 0px; 
		left: 680px; 
		width: 79px; 
		
		visibility: visible;
		}
		

