	/*  General */
	
body {  
	background: #F9F9EF;
	color: #000;
	margin: 0px  0 0px;
	padding: 0;
	font-family: Monaco, Verdana, "Courier New", monospaced; 
	font-size: 9px; 
	letter-spacing: 1px; 
	line-height: 15px; 
	color: #000;
}
table { 
	background: #F9F9EF;
	color: #000;
	margin: 0px  0 0px;
	padding: 0;
	font-family: Monaco, Verdana, "Courier New", monospaced; 
	font-size: 9px; 
	letter-spacing: 1px; 
	line-height: 15px; 
	color: #000;
	
}
	/*  oben */
div#logo {
    font-size: 100%;
    margin: 0 60px 0.7em; padding: 0.3em;
    float: bottom; width: 90em;
    text-align: left;
    background-color: #F9F9EF;
    border: no;
    line-height: 15px; 
  }

  div#navi {
    font-size: 100%;
    margin: 0 60px 0.7em; padding: 0.3em;
    float: bottom; width: 90em;
    text-align: left;
    background-color: #FFF;
    border: no;
    line-height: 15px; 
    
    
  }
  
  div#inhalt {
    font-size: 100%;
    margin: 0 60px 0.7em; padding: 0.3em;
    float: bottom; width: 90em;
    text-align: left;
    background-color: #FFF;
    border: no;
  }
  
  div#texte {
    font-size: 100%;
    margin: 0 60px 0.7em; padding: 0.3em;
    float: bottom; width: 90em;
    text-align: left;
    background-color: #FFF;
    border: no;
    width: 600px;
  }
  div#fliess {
    font-family: Verdana, Arial, sans serif; 
    font-size: 110%;
    margin: 0 60px 0.7em; padding: 0.3em;
    float: bottom; width: 90em;
    text-align: left;
    background-color: #FFF;
    border: no;
    width: 600px;
  }
  
 div#texte a 
 {
 	font-size: 9px;
 	text-decoration: none;
 	color: #000;
 	border: no;
 	background-color: #5CF7EF;
 }
    
 div#texte a:hover  {
  	font-size: 9px;
  	text-decoration: none;
  	color: #000;
  	border: no;
  	background-color: #FFF;
  }


	/*  Links */

a {
	font-size: 9px; 
	text-decoration: none;
	color: #C2C2C2;
	border:no;
	background-color: #333333;
	
}
.logo {
	font-size: 14px; 
	text-decoration: none;
	color: #222222;
	border:no;
	background-color: white;
	background-image:url(img/code.gif);
	background-repeat: no-repeat;
	background-position: 280px -10px;
	display: block;
	width: 280px;
	height: 30px;
}

.logo:hover {
	border:no;
	background-image:url(img/clear.gif);
	background: #F9F9EF;
}
.thw
{
	font-size: 9px;
	text-decoration: none;
	color: #000;
	border: no;
	background-color: #F7F252;
}

.thw:hover {
  	font-size: 9px;
  	text-decoration: none;
  	color: #000;
  	border: no;
  	background-color: #FFF;

}

a:hover
{
	text-decoration: none;
	background-color: white;
	  	color: #222222;
	
	

}

a:active
{
	border:no;
}

	/*  Layout */

p {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	width: 200px;	
}

.paragraphspace {
	margin-top: 0;
	margin-bottom: 15px;
	text-align: left;
	width: 200px;
	
}



