/* Basic CSS JonasHerfurht.de September 2009 */

body 
	{ 
	color: #000000 ; 
	font-size: 10px; 
	font-family: Frutiger, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, verdana; /* hausschrift als erste wahl, webschriften als alternativen */
	line-height: 150%;
	background-image:url(../Bilder/background.gif);
	text-decoration: none; 
	margin: 0;
	padding: 0;
	padding-left:25em;
	}
	
p 
	{ 
	margin-top: 0px; 
	margin-left: 0px;
	padding: 0px;
	}
	
img 
	{
	margin: 0;
	padding: 0;
	}
	
a:link 
	{
	color: #000; 
	text-decoration: underline;
	}
	
a:visited 
	{
	color: #000; 
	text-decoration: underline;
 	}
	
a:hover 
	{ 
	color: #000; 
	text-decoration: none;
	background-color: #000;
	}
	
a:active 
	{ 
	color: #000; 
	text-decoration: underline;
	}

#content
	{
	background-color: transparent;
	width: 95%;
	height: 95%;
	z-index: 1;
	font-size: 0;
	line-height: 0; /* zur horizontalen anordnung der bilder */
	}
	
#navi  /* navibox */ 
	{
 	font-size: 1.1em; 
	height: auto;
	z-index: 2; 
	width: 15em;
	position: fixed;
	top: 22px; 
	left: 40px;
	
 	}
	
#navi a /* abstand horizontal angeordneter navigations elemente */
	{
	margin-right: 5px;
	}	
	
#navi h1  
	{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

#navi ul
	{
	display: block;
	width: 100%;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
	
#navi li
	{
	width: 100%;
	padding: 6px 0px 6px 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	display: block;
	list-style-image: none;
	}

/***********************************/	
/* definition 2te navigationsebene */ 
/***********************************/	
	
#navi li ul 
	{
	display: inline;
	width: 209px;
	margin: 0px;
	padding: 0px;
	}	

#navi li ul li
	{
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-image: none;
	}	
	
/***********************************/	

#navi p  /* beschreibungstexte navibox */ 
	{
	font-size: 1em;
	display: block;
	width: 100%;
	padding: 6px 25px 6px 10px; /* einzüge für anpassung an listen elemente */
	margin-bottom: 2px;
	background-color: #fff; 
 	}
	
/***********************************************************/	
/* klasse zur auszeichnung aktiver links in der navigation */ 
/***********************************************************/	

.naviaktiv a:link 
	{
	color: #000; 
	text-decoration: none;
	background-color: #000;	
	}
	
.naviaktiv a:visited 
	{
	color: #000; 
	text-decoration: none;
	background-color: #000;
 	}
	
.naviaktiv a:hover 
	{ 
	color: #000; 
	text-decoration: none;
	background-color: none;
	}
	
.naviaktiv a:active 
	{ 
	color: #000; 
	text-decoration: none;
	background-color: #000;
	}

/***********************************************************/	

img.vollbild
	{
	display: none; /* versteckt große bilder für onClick-Aktion */ 
	
	}
