	body {
		/*background-attachment:no-fixed;*/
		background-color:#C0C0C0;
		text-align: center;
	}
	#topspacer{
		height:42px;
		margin: 0 auto;
		/*background-color:purple;*/
		/*Abstand von oben ueber komplette Breite*/
	}
		
	#header{
		width: 800px;
		height: 50px;
		margin: 0 auto;	
		text-align: left;
		/*background-color:grey;*/
	}
	
	#content {
	/*alles zwischen header und footer*/
		width: 800px;
		margin: 0 auto;
		text-align: left;
		min-height:550px;
		/*background-color:brown;*/
	}
	
	#leftframe {
		width: 200px;
		height: 120px;
		padding-top: 430px;
		float: left; /* damit pageframe rechts daneben auf gleicher Hoehe liegt*/
		/*background-color:blue;*/
	}
	
	#pageframe {
		width: 400px;
		height: 550px;
		margin-left:200px; /* damit leftframe frei liegt*/
		/*background-color:red;*/
		/* beinhaltet page und rightframe*/
	}
	
	#page {
		width: 350px;
		height: 550px;
		float: left;
		/*background-color:green;*/
	}
		
	#rightframe {
		width: 200px;
		height: 350px; /* height minus padding*/
		margin-left:400px; /* damit leftframe und pageframe frei liegt*/
		padding-top: 200px;
		/*background-color:cyan;*/
	}
		
	#footer {
		width: 800px;
		height: 50px;
		margin: 0 auto;
		text-align: left;
		/*background-color:yellow;*/
	}
	
	div.center {
		text-align: center;
	}
	
	div.right {
		text-align: right;
	}
	
	div.left {
		text-align: left;
	}
	
	
	
	ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}

	h1 {
		font-family:Arial ; 
		font-size : 16pt ; 
		color:#605d5d; 
		text-align:center; 
	}
	
	a {color : #555555}
	
    a.h_link:link           { color: #333333; text-decoration: none ; font-size: 10pt; font-weight:bold; margin-right : 13px; display:block;}
	a.h_link:visited     { color: #333333; text-decoration: none ; font-size: 10pt; font-weight:bold; margin-right : 13px; display:block;}
	a.h_link:hover         { color: #555555; text-decoration: none ; font-size: 10pt; font-weight:bold; margin-right : 13px; display:block;}
	a.h_link:active       { color: #333333; text-decoration: none ; font-size: 10pt; font-weight:bold; margin-right : 13px; display:block;}
	
	a.h_link_s:link           { color: #333333; text-decoration: none ; font-size: 9pt; font-weight:bold; margin-right : 13px; display:block; margin-top : 5px}
	a.h_link_s:visited     { color: #333333; text-decoration: none ; font-size: 9pt; font-weight:bold; margin-right : 13px; display:block; margin-top : 5px}
	a.h_link_s:hover         { color: #555555; text-decoration: none ; font-size: 9pt; font-weight:bold; margin-right : 18px; display:block; margin-top : 5px}
	a.h_link_s:active       { color: #333333; text-decoration: none ; font-size: 9pt; font-weight:bold; margin-right : 18px; display:block; margin-top : 5px}
		
	a.b_link:link           { color: #FFFFFF;  font-size: 9pt }
	a.b_link:active       { color: #FFFFFF;  font-size: 9pt }
	a.b_link:visited     { color: #FFFFFF;  font-size: 9pt }
	

	
	a,p,table {font-family:Arial}
	
	p {font-size : 11pt; color : #555555; text-align: left }
	p.klein {font-size : 10pt}
	p.titel {font-size : 14pt; color : #333333; padding-left:30px;}
	
	p.fett {margin-bottom : 0pt; font-weight : bold; margin-top : 15pt}
	p.hannah {color : #FF3366; margin : 0pt}
	p.kai {color : #0066FF; margin : 0pt}
	p.info {margin-top : 2pt}
	p.info_fett {margin-bottom : 0pt; font-weight : bold; margin-top : 20pt}
	
	hr {border: 0px; border-bottom: 1px solid #ccc;}

