*
	{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

body
	{
	background-color:#DAD8C9;
	font-size:14px;
	}

p
  {
  font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
  }

table
  {
	margin:0 auto;
	}

#inhalt
	{
  top:350px;
	
	width:800px;
	
	margin:0 auto;
	
	padding-top:10px;
	padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;

	background-color:#FFFFC0;
	}

#login
	{
  position:absolute;
  width:175px;
  height:70px;
	
	right:300px;
	top:10px;
	
  border-top-width:0.3em;
  border-top-style:solid;
  border-bottom-width:0.3em;
  border-bottom-style:solid;
  border-left-width:0.3em;
  border-left-style:solid;
  border-right-width:0.3em;
  border-right-style:solid;	
  border-color:#FF0000;
	}

#copyright
	{
  text-align:right;
	
	right:10px;
	bottom:10px;
	}
	
#admin
  {
	position:relative;
		
	width:50px;
	height:14px;
	
	top:-300px;
	left:5px;
  }	
	
#menu
  {
	position:relative;
	
	padding-left:10px;
	
	width:270px;
	height:165px;
	
	top:-25px;
	left:520px;
	
	border: 2px solid #F00;
	
	overflow:hidden;
	}
	
#munkhoo
  {
	position:relative;
	
	background-color:#FFC0C0;
	
	width:250px;
	height:130px;
	
	top:-150px;
	left:0px;
	overflow:hidden;	
	}

#nicole
  {
	position:relative;
	
	background-color:#C0FFC0;
	
	width:250px;
	height:130px;
	
	top:-280px;
	left:260px;
	
	overflow:hidden;	
	}
	
#steffi
  {
	position:relative;
	
	background-color:#FFC0FF;
		
	width:250px;
	height:130px;
	
	top:-270px;
	left:0px;
	
	overflow:hidden;	
	}
	
#dirk
  {
	position:relative;
	
	background-color:#C0FFFF;
	
	width:250px;
	height:130px;
	
	top:-400px;
	left:260px;
	
	overflow:hidden;	
	}
	
#jonny
  {
	position:relative;
	
	background-color:#FFFF80;
	
	width:250px;
	height:130px;
	
	top:-530px;
	left:520px;
	
	overflow:hidden;	
	}
	
#matze
  {
	position:relative;
	
	background-color:#C0C0FF;
	
	width:250px;
	height:130px;
	
	top:-520px;
	left:0px;
	
	overflow:hidden;	
	}
	
#sascha
  {
	position:relative;
	
	background-color:#80FF80;
	
	width:250px;
	height:130px;
	
	top:-650px;
	left:260px;
	
	overflow:hidden;	
	}
	
#fedder
  {
	position:relative;
	
	background-color:#0FF10F;
	
	width:250px;
	height:130px;
	
	top:-780px;
	left:520px;
	
	overflow:hidden;	
	}	
	
.list_item
	{
	margin-left: 100px;
	}

.list_item2
	{
	margin-left: 30px;
	}

/*LINKS*/
a:link {color:#FFB005; text-decoration:none;}
a:visited {color:#FFB005; text-decoration:none;}
a:active {color:#FFB005; text-decoration:none;}

hr {color:#000066}

/*Standart Überschrift*/
.headline
  {
  font-family:Arial;
  font-weight: bold;
  font-size:16px;
  color:#000000;
	text-align:center;
  }

/*Kleine Schrift (zum Beispiel datumsangaben bei Kommentaren) */
.smaller
  {
  font-family:Arial;  
  font-weight: lighter;
  font-size:10px;
  color:#000000;
  }