body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #333333;
	background-color: #fee1db;
	background-image: url(../medien/hg_plain.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 11px;
	line-height: 1.4em;
}
a:link {
	color: #ff704d;
	text-decoration: none;
}
a:visited {
	color: #ff704d;
	text-decoration: none;
}
a:hover {
	background: #CCCCCC; 
	color: #FFFFFF;
	text-decoration: none;
}
#framecontentLeft, #framecontentRight{
	position: absolute;
	top: 0;
	left: 0;
	width: 380px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden;
	color: #000000;
	background-color: #FFFFFF;
	}

#framecontentRight{
	left: auto;
	right: 0; 
	width: 20px; /*Width of right frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #FFFFFF;
	}

#framecontentTop, #framecontentBottom{
	position: absolute;
	top: 0; 
	left: 380px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 20px; /*Set right value to WidthOfRightFrameDiv*/
	width: auto;
	height: 20px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #FFFFFF;
	}

#framecontentBottom{
	top: auto;
	height: 20px; /*Height of bottom frame div*/
	bottom: 0;
	background-color: #FFFFFF;
	}

#maincontent{
	position: fixed;
	top: 20px; /*Set top value to HeightOfTopFrameDiv*/
	bottom: 20px; /*Set bottom value to HeightOfBottomFrameDiv*/
	left: 380px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 20px; /*Set right value to WidthOfRightFrameDiv*/
	overflow: auto;
	background-image: url(../medien/hintergrund/hg_1.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
	}
#logo {
	position: absolute;
	left: 60px;
	top: 195px;
	z-index: 2; 
	}

#menu {
	position: absolute;
	left: 120px;
	top: 380px;
	width: 240px;
	z-index: 2; }

#rss {
	margin-left: 40px;
	margin-top: 20px;	
	margin-bottom: 20px;		
	}			
* html body{ /*IE6 hack*/
	padding: 20px 20px 20px 380px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
	}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
	}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
	width: 100%;
	}

.keine_wiederholung {
	background-repeat:no-repeat; }

/* ---------------------------------------------------------------- */
/* TEXT */

h1 {
	font-weight: normal;
	font-size: 50px;
	line-height: 64px;
	color: #FFFFFF; 
	}
	
h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF; 
	}

h3 {
	font-weight: normal;
	font-size: 30px;
	line-height: 38px;
	color: #FFFFFF; 
	}
h4 {
	font-size: 24px;
		color: #FFFFFF;
	}
h5 {
	font-size: 16px;
	color: #FFFFFF;
	}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.titel_0 {
	font-weight: normal;
	font-size: 14px;
	line-height: 36px;
	color: #707070; }
	
.titel_0_enger {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #909090; }	
	
.titel_1 {
	font-size: 13px;
	color: #333333;
	line-height: 32px; }
	
.titel_2 {
	font-size: 13px;
	color: #505050;
	line-height: 20px; }		

.button { 
	border: solid #ff704d 1px; 
	padding: 3px;
	font-family: Verdana, Trebuchet MS, sans-serif, Arial; 
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #ff704d; 
	background: #FFFFFF;
	background-color: #FFFFFF; 
	} 	

/* ---------------------------------------------------------------- */	