body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	font-style: normal;
	line-height: 170%;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* LAYER-Styles */

/* Seitenposition und Größe */
#ie_all {
        width: 100%;
	height: auto;
	margin: 0 auto; 
text-align: center;
}
#all {
        width: 1000px;
	height: auto;
	margin: 0 auto; 
}

#rahmen{
	width: 1000px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #FF0000;
	border-width: 10px;
	z-index: -10;
    	position:absolute; top:-90px; left:-237px;

}

html>body #rahmen{  /* nur fuer moderne Browser! */
    	position:fixed; top:0px; left:0px;
}

#clear{
	clear:both;
	width: auto;
	height: 1px;
}

/* Navigation */

#nav_all {
	float: left;
	width: 237px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(/img/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position:relative; top:0px; left:0px;
	z-index: 30;
}

#nav {
	float: right;
	width: 178px;
	height: auto;
}

#nav_content {
	width: auto;
	height: auto;
	padding-right: 8px;
	padding-top: 26px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	font-style: normal;
	line-height: 170%;
	color: #000000;
}

#nav_pfeil {
	float: left;
	width: auto;
	height: auto;
	margin-top: -135px;
	padding-bottom: 20px;
}

/* Contentbereich allgemein */

#contentarea {
	float: left;
	width: 763px;
	height: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	font-style: normal;
	line-height: 170%;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/img/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
/*position:absolute; top:90px; left:237px;*/
	position:relative; top:0px; left:0px;
	z-index: 20;

}

/* Contenthead */

#headline{
float: left;
	width: 763px;
	height: 90px;
	text-align: left;
	background-image: url(/img/bg_head.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position:relative; top:0px; left:0px;
	/*position:absolute; top:0px; left:237px;*/
z-index: 30;
}

#headline_content{
	width: auto;
	height: auto;
	text-align: left;
	padding-left: 138px;
	padding-top: 17px;
	padding-bottom: 5px;
}

/* Content */

#subheadline{
	width: auto;
	height: auto;
	text-align: left;
	color: #000000;
	padding-left: 25px;
	padding-top: 45px;
z-index: 20;

}

#text{
	width: 763px;
	text-align: left;
	color: #000000;
z-index: 20;

}

#text_content{
	width: 763px;
	height: 600px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	font-style: normal;
	line-height: 170%;
	color: #000000;
	padding-left: 25px;
	padding-right: 170px;
	padding-top: 20px;
	padding-bottom: 10px;
z-index: 20;
overflow-y: auto;
overflow-x: hidden;
}

html>body #text_content{  /* nur fuer moderne Browser! */
    	width: auto;
}

#lexihead{
	width: auto;
	height: auto;
	text-align: left;
	color: #000000;
z-index: 20;
}

#lexicontent{
	width: auto;
	height: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	font-style: normal;
	line-height: 170%;
	color: #000000;
z-index: 20;
}

#lexileft{
	width: 258px;
	height: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	font-style: normal;
	line-height: 170%;
	color: #000000;
	padding-top: 20px;
	padding-right: 10px;
float: left;
z-index: 20;
}


#lexiright{
	width: 300px;
	height: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	font-style: normal;
	line-height: 170%;
	color: #000000;
	padding-top: 20px;
float: left;
z-index: 20;
}

/* Contentmeta */

#meta{
	width: 763px;
	height: auto;
	text-align: left;
}

#meta_content{
	width: auto;
	height: auto;
	text-align: left;
	padding-left: 25px;
	padding-top: 17px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12Px;
	font-style: normal;
	color: #CE6130;

}

