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

body		{
				background-image:url(einzelteile/bg_big.jpg);
				font-family:Verdana, Arial, Geneva, sans-serif;
				color:#777978;
				font-size:12px;
			}
			
img			{
				border:none;
			}
			
#wrapper	{
				width: 1024px;
			}				
			
#text		{
				padding:20px;
				margin:10px;
				margin-left:250px;
				margin-top:20px;
			}
			
.description{	
				border:1px dashed; 
				padding: 10px; 
				border-color:#e8b5c3
			}
			
/* .left		{
				float:left;
				border:1px dashed;
				padding:10px;
				border-color:#e8b5c3;
				margin-top:0px;
			} 

.right		{
				float:right;
				width:764px;
				margin-left:10px;
				margin-top:0px;
			} */
			
#navi		{
				position:absolute;
				margin-top:-700px;
				top:0;
				left:0;
				width:200px;
				padding:10px;
				margin:10px;
			}

ul			{
				list-style:none;
			}
			
#sub		{
				list-style:square inside;
				margin-left:-7px;
			}
			
.active		{
				color:#900;
				text-decoration: none;
				border:0px;
			}
			
#footer		{
			/*	clear:right; */
				font-size:10px;
				text-align:right;
			}
			
a:link 		{
				color: #777978;
				text-decoration: none;
				border:0px;
			}
a:visited 	{
				text-decoration: none;
				color: #757777;
				border:0px;
			}
a:hover 	{
				text-decoration: none;
				color: #900;
			}

a:active 	{
				text-decoration: none;
				color: #900;
			}
			
.line_h1	{
				margin-left:40px;
			}
			
.line_h2	{
				margin-left:-40px;
			}