body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 600px;
}
#container {
	position: absolute;
	width: 800px;
}

#logo_box {
	background: url(media/logo.gif) no-repeat;
	text-align: left;
	position: absolute;
	visibility: visible;
	overflow: hidden;
	width: 261px; 
	height: 80px;
	top: 10px;
	left: 550px;
}
#right_box {
	background: url(media/back_right_00.jpg) no-repeat;
	position: absolute;
	visibility: visible;
	overflow: hidden;
	width: 50px; 
	height: 600px;
	top: 10px;
	left: 820px;
	float: right;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #F58C26;
}	
#navi_box, .navi_box { /*auf folgeseiten analog Startseite als class definieren - nicht als einheitliche ID... */
	background: url(media/back_left_00.jpg) no-repeat;
	position: absolute;
	visibility: visible;
	overflow: hidden;
	left: 10px;
	top: 10px;
	width: 220px; 
	height: 600px; 
	float: left;
	border-style: solid;
	border-width: 0px 5px 0px 0px;
	border-color: #F58C26;
}
#navi ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	list-style-type: none;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	letter-spacing: 3px;
}
#navi {
	position: absolute;
	visibility: visible;
	overflow: hidden;
	left: 10px;
	top: 135px;
	width: 210px;
	height: 177px;
}
#imp {
	position: absolute;
	visibility: visible;
	overflow: hidden;
	left: 10px;
	top: 540px;
	width: 80px;
	height: 40px;
	padding: 5px;
	font-size: 12px;
	text-align: right;
}	
#text_main {
	font-size: 11px;
	color: #000000;
	padding: 20px;
	position: absolute;
	visibility: visible;
	overflow: hidden;
	left: 240px;
	top: 100px;
	width: 475px;
	text-align: left;
	line-height: 15px;
}
* html #text_main {  /* nur fuer Internet Explorer */
  width: 520px;     /* Version 5.x */
  w\idth: 520px;    /* Version 6 */
}
ul {
	list-style-type: disc;
}
#login {
	position: absolute;
	visibility: visible;
	overflow: hidden;
	left: 290px;
	top: 10px;
}
.ORANGE {
	color: #F58C26;
}
.FETTORANGE {
	font-weight: bold;
	color: #F58C26;
}
span#fett {
	font-weight: bold;
}
span#weiss {
	color: #FFFFFF;
}
span#bild {
	float: right;
	padding: 10px;
}
span#right {
	clear: both;
	float: right;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #F58C26;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #F58C26;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #51BCE3;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #51BCE3;
	text-decoration: none;
	font-weight: bold;
}
