@charset "UTF-8";
/* CSS Document */



html, body	{
		background-color: #FFFFFF; /* weiss */
		color: #666666; /* grau */		
		font-family: akzidenz grotesk, arial, helvetica, sans-serif;
		text-align: left;
		font-size:0.95em;
		}

a 		{ text-decoration: none; }
a:link 	{ color: #666666; }
a:visited { color: #666666; }
a:hover, a:focus { color: #990033; } /* rot */

*		{ margin: 0; padding: 0; }
h2, p	{ margin-bottom: 1em; }

h1		{ 
		font-size:1.8em;
		color: #990033;
		margin-bottom:1.3em; 
		font-weight:normal;
		}

.Stil4 {font-size: 1em; }
.Stil1 {color: #990033; }		
		
/* Kopfbereich */

#rahmen {
		width: 960px;
		height: 660px;
		margin-left: 60px;
		}

#streifen1  {
		width: 960px;
		height: 40px;
		}
			
#impressum  {
		width: 250px;
		height: 18px;
		margin-left: 700px;
		margin-top: 22px;
		display: inline;
		float: left;
		font-size:0.9em;
		}			
							
#streifen2  {
		width: 960px;
		height: 80px;
		}
		
#streifen3  {
		width: 960px;
		height: 2px;
		background-color: #c7974a;
		margin-top: 3px;
		}
			
#streifen4  {
		width: 960px;
		height: 90px;
		}

#navigation  {
		width: 688px;
		height: 60px;
		padding: 5px;
		line-height:140%;
		float:left;
		font-size:0.9em;
		}

#zusatz  {
		width: 250px;
		height: 70px;
		float:left;
		}
		
/* Inhaltsbereich */
		
#streifen5  {
		width: 960px;
		height: 400px;
		}

#inhalt  {
		width: 620px;
		height: 400px;
		padding-left:80px;
		float:left;
		}

#inhalt1  {
		width: 700px;
		height: 400px;
		float:left;
		}

#bild  {
		width: 530px;
		height: 380px;
		float:left;
		}
		
#text  {
		width: 220px;
		height: 320px;
		margin-top:60px;
		float:left;
		}


#streifen6  {
		width: 700px;
		height: 30px;
		border-top: 1px solid #999999;
		float:left;
		}
		
#zurueck  {
		width: 180px;
		height: 20px;
		margin-left: 160px;
		margin-top: 5px;
		display:inline;
		float:left;
		}
		
#weiter  {
		width: 180px;
		height: 20px;
		margin-top: 5px;
		display:inline;
		text-align:right;
		float:left;
		}