/*Stylesheet für Hauptseite */

body	{
		font-family:Arial;
		color:rgb(0,0,0);
		font-size:14px;
		text-decoration:none;
		text-align:center;
		}
p		{}
table	
		{
		text-align:center;
		background-color:rgb(103,112,117);
		width:100%;
		}
table#1	{
		border:2px;
		heigt:100%;
		}
table#2	
		{
		color:rgb(0,0,0);
		margin:0px auto;
		table-layout:fixed;
		width:610px;
		text-align:center;
		table-border:1px solid;
		border-collapse:separate;
		border-color:rgb(255,255,255);
		/* background-color:rgb(136,146,151); */
		background-color:rgb(200,200,200);
		font-size:14px;
		padding:auto;
		}

table#3
		{
		border:0px;
		background-color:rgb(255,255,255);
		table-layout:fixed;
		}

div		{text-align:center;}
#big	
		{
		width:980px;
		height:900px;
		margin:0px auto;
		text-align:center;
		}
#kopf	{
		width:980px;
		height:60px;
		border:0px solid;
		background-color:rgb(103,112,117);
		
		}
#links 	{
		width:146px;
		height:732px;
		margin-top:1px;
		border:1px solid;
		border-bottom:0px solid;
		border-color:rgb(150,100,50);
		float:left;
		overflow:scroll;		
		}
#rechts	{
		width:146px;
		height:732px;
		margin-top:1px;
		border:1px solid;
		border-bottom:0px solid;
		border-color:rgb(150,100,50);
		float:right;
		overflow:scroll;
		
		}
		
#inhalt	{
		width:660px;
		height:712px;
		border:1px solid rgb(255,255,255);
		float:left;
		margin:10px;
		margin-left:6px;
		overflow:scroll;
		
		}
#fuss	
		{
		width:980px;
		height:30px;
		border:1px solid rgb(150,100,50);
		background-color:rgb(237,165,56);
		padding-top:5px;
		clear:both;
		}
div#rahmen
		{
		width:120px;
		border:1px solid;
		border-color:rgb(255,255,255);
		background-color:rgb(255,255,255);
		margin-top:10px;
		padding-right:1px;
		}
div#titel
		{
		width:120px;
 		height:24px;
		padding-left:3px;
		padding-top:2px;
		background-color:rgb(237,165,56);
		color:rgb(0,0,0);
		text-align:left;
		}
div#menu
		{
		width:120px;
 		height:24px;
		background-color:rgb(103,112,117);
		margin-top:1px;
		color:rgb(255,255,255);
		}
div#endtitel
		{
		width:120px;
 		height:24px;
		padding-left:3px;
		padding-top:2px;
		background-color:rgb(213,168,100);
		margin-top:1px;
		}
		
a:link, a:visited
		{ 
  		text-decoration:none;
  		color:rgb(0,0,0);
  		}
a:active, a:hover
		{ 
  		color:rgb(100,60,0);
		}

a.menu	{
		display:block;
		padding:4px;
		background-color:rgb(103,112,117);
		color:rgb(0,0,0);
		text-align:left;
		font-family:arial;
		font-size:14px;
		}

a.menu:active, a.menu:hover
		{ 
		font-family:arial;
		font-size:14px;
		color:rgb(255,255,255);
		background-color:rgb(136,146,151);
		}

h1		{
		color:rgb(255,255,255);
		}
h2		{		
		font-family:Arial;
		font-size:18px;
		font-weight:bold;
		color:rgb(0,0,0);
		text-align:left;
		}
h3		{
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		color:rgb(0,0,0);
		text-align:left;
		}
h6		{
		}
