
/* ++++++++++ STYLESHEET MONOTON.ORG /  2005 ++++++++++ */

html,body 
 {
  width:100%; 
  /*height:100%;*/
  margin:0; 
  padding:0;
  font-family:Trebuchet MS, sans-serif;
		font-size:0.9em;
  color:#B30004; 
  background:#FFFFFF url(../bilder/hintergrund.gif);
 }

* 
 {
  margin:0;
  padding:0;
  border:0;
 } 
	

/* ++++++++++ LAYOUT ++++++++++ */
#container
 {
	 position:relative;
  width:720px;
  height:396px;
		/*height:100%;*/
 	margin:50px auto;
 	padding:0px;
		background-color:#FFFFFF;
 }
	
#kopf
 {
	 position:absolute;
		top:0px;
		left:0px;
		width:720px;
		height:365px;
	}
	
#inhalt
 {
	 position:absolute;
		top:365px;
		margin:6px;
	}
/* ++++++++++ ENDE LAYOUT ++++++++++ */

	
/* ++++++++++ TEXTFORMATIERUNGEN ++++++++++ */
	a:link 
 {
  color:#B30004;
  text-decoration:underline;
 }
 
a:visited 
 {
  color:#B30004;
  text-decoration:underline;  
 }
 
a:hover 
 {
  text-decoration:none;
 }
 
a:active 
 {
  color:#B30004;
  text-decoration:none;
 }
	/* ++++++++++ ENDE TEXTFORMATIERUNGEN ++++++++++ */