/* CSS and HTML by miss monorom 2009 http://www.intensivstation.ch */

html, body {
	height:100%;
	}

body {
	background-color: #bfb6b0;
	font-size:13px;
    font-family:  'Lucida Grande', Verdana, Arial, sans-serif;
  	color:#564b47;  
  	padding: 0;
  	margin:0;
	}

a { 
    color: #DB7093; text-decoration: none; }
    a:visited {color:#DB7093;}
    a:hover {color: #564b47;}
    a:active { color:#000000; }
	
p, pre {
	margin: 0px;
	padding: 10px;
	}
pre {
	font-size: 13px;
	}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	border-top: 1px solid #564b47;
	padding: 15px 10px 0;
}
#space { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* die hälfte der inhalt's höhe */
	float:left;
	}
#inhalt {
    width: 800px;
    height:600px;
	background-color: #ffffff;
	//border: 1px solid #564b47;
    margin: 0 auto;
    position:relative; /* hebt den inhalt vor den space  */
	clear:left; /* hebt das float vom space auf  */
	}