/***********************/
    @import "classes.css";
	    @import "header.css";
	    @import "left.css";
	    @import "middle.css";
	    @import "right.css";
    @import "footer.css";
/***********************/

html, body {
	height: 100%;
 	background: #fff url(../images/site_bg.gif) repeat-y top center;
}

body {
	font-family: Helvetica,'Lucida Sans MS','Bitstream Vera Sans', 'Nimbus Sans L',Tahoma,sans-serif;
	font-size: 10px;
}

  h1 {font-size: 2em; font-weight: 700; margin: 0.6em 0 0.3em 0; }
  h2 {font-size: 1.6em; font-weight: 600;}
  h3 {font-size: 1.4em; font-weight: 600;}

#site {
	display: block;
	width: 998px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2.2em; /* der negative margin-bottom ist gleich der höhe des footers */
}
#head {
	display: block;
	margin-left: 20px;
	padding-top: 5px;
}
	#site_title {	
		display: block;
		float: left;
		width: 210px;
		height: 107px;
		margin: 10px 0 0 15px;
		background: #fff url(../images/wortmarke.gif) no-repeat  0 0;
		}
	#site_title a{
		display: block;
		width: 210px;
		height: 107px;
	}


#middle {
	clear: both;
}
