﻿	/* hide from ie on mac \*/	
	#flashcontent {
		width: 100%;
		height: 600px;
	}
	/* end hide */
	
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		/* Farbe des Gesamthintergrundes */		
		background-color: #151618;			
		/* Grundsätzlich Schriftfarbe */
		color:#FEF6C7;		
		/* Grundsätzlich Schriftart */
		font-family: verdana;
		/* Grundsätzliche Schriftgröße*/
		font-size:20;
		font-variant: small-caps;	
	}
	
	a {	
		/* Linkfarbe */
		color:#FEF6C7;		
		text-decoration: none;		
	}
	/*Style Wechsel wenn Mauszeiger über Link bewegt wird.*/
	a:hover {	
		color: #ffffff;
	}
	
	span {
		display: block;
		padding: 2px 0px 0px 0px;
	}
	span:first-letter{
		color: #99001C; 
		font-weight: bold;		
		font-size: larger;		
	}
		
	.imgWithBorder{
		border: 10px solid #ffffff;
	}
	img{
		border: none;
	
	}
	
	
	hr{
		border:solid #99001C 1px;
		background-color:#99001C;		
	}
			
	
	#copyright {		
		position: absolute; bottom:30px;
	}	
	
	#header{	
		width: 170px;
		height: 70px;
		margin: 0px 0px 0px 15px;
		padding: 0px 0px 0px 15px;
		/*font-size: 26px;*/
		font-style: italic;		
	}
	
	#content{	
		margin: 0px 15px 0px 270px;				
		height: 100%;	 
		
		/*border: 1px solid red;*/
	}    
	
	#start_content{		
		margin: 50px 0px 0px 0px;
		text-align: center;					
		height: 100%;
		width: 100%;		
	}    
	
	#menu {
		/*Nicht ändern! Zerstört das Layout*/
		float: left;	
		width: 170px;
		height: 100%;
		padding: 0px 0px 0px 15px;		
	}
	
	.caption{
		color: #99001C; 
		font-weight: bold;		
	}	
	
	#cap{
		height: 69px;
		width: 169px;		
		/*border: 1px solid blue;*/
	}
	#capimg{ 	
		
		float: left;
		/*border: 1px solid yellow;*/
	}
	#capimg img{
		border: none;
	}
	#captext{			
		width: 50px;
		margin: 18px 0px 0px 0px;
		padding: 0px 0px 0px 40px;
		/*border: 1px solid green;*/
	}	
	#captext:first-letter{ 
		color: #FEF6C7;
		font-weight: normal;				
	}
			
	/* Style Klasse für selektierte Menüeinträge, zB. wenn eine Galerie ausgewählt wurde.*/
	.selected{
		font-weight: bold;		
	}