* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:  url(pix/body_bg.jpg);
	background-repeat: repeat-x;
}
/* global layer styles */
div#header {
	margin: auto;
	width: 790px;
	height: 110px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #B60A0A;
}
div#container {
	text-align: left;	/* zentrierung inhalt durch body-eigenschaft aufheben */
	margin: auto;		/* div zentrieren fuer mozilla */
	width: 790px;
	background-color: #000000;
}
div#content {
	text-align: left;
/*	width: 388px;*/	/* 390 + 230 + 30 gesamt 650 */
	width: 518px;	/* 520 + 100 + 30 gesamt 650 */
/*	height: 400px;*/  /* 400 + 17 gesamt 417 */
	float: left;
	color: #FFFFFF;
	padding-top: 17px;
	padding-bottom: 20px;
	padding-left: 30px;
/*	padding-right: 230px;*/
	padding-right: 100px;
	background-image:  url(pix/content-bg-start.jpg);
	background-repeat: no-repeat;
}
* html div#content {	/* nur fuer IE, box korrektur mit tan-hack */
  width: 650px;			/* IE 5.x */
  /*height: 417px;*/		/* IE 5.x */
  /*w\idth:400px;*/		/* IE 6 - */
}

/*div#content a {
	font-size: 12px;
}*/
div#content a:link, div#content a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
div#content a:hover, div#content a:active {
	color: #EA0000;
	text-decoration: underline;
}

div#pic {
	text-align: left;	/* zentrierung inhalt durch body-eigenschaft aufheben */
	width: 140px;		/* oder 197 falls probleme float div#content auftauchen */
	float: right;		/* links und oben anordnen */
}
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
div#navi {
	text-align: left;	/* zentrierung inhalt durch body-eigenschaft aufheben */
	margin: auto;		/* div zentrieren fuer mozilla */
	width: 790px;
	background-color: #440613;
}
div#footer {
	text-align: right;	/* zentrierung inhalt durch body-eigenschaft aufheben */
	font-size: 10px;
	color: #FFF;
	margin: auto;		/* div zentrieren fuer mozilla */
	width: 787px;		/* 787 + 3 gesamt 790 */
	height: 18px;		/* 18 + 3 + 6 gesamt 27 */
	background-color: #B60A0A;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #7D0000;
	padding-right: 3px;
	padding-top: 3px;
}
* html div#footer {		/* nur fuer IE, box korrektur mit tan-hack */
  width: 790px;			/* IE 5.x */
  height: 27px;			/* IE 5.x */
}

/* details content */
div#content h1 {
	font-size: 17px;
	padding-bottom: 15px;
}
div#content h2 {
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 15px;
}
div#content h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#content p {
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 13px;
}

div#content ul {
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 13px;
	padding-left: 25px;
}


/* details footer */
.footer-txt {
	font-size: 10px;
	color: #FFFFFF;
}
div#footer a:link, div#footer a:visited {
	text-decoration: underline;
}
div#footer a:hover, div#footer a:active {
	color: #FFFF00;
	text-decoration: underline;
}

/* details navi */
div#navi ul {
	list-style-type: none;
	font-size: 12px;
}
div#navi li {
	float: left;
	border-right: 1px solid #664037;
}
div#navi li a {
	display: block;
	color: #FFF;
	float: left;	/* IE 5.6.7: a nebeneinander positionieren (!)  */
	height: 15px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	background-color: #440613;
}
div#navi li a:hover, div#navi li a:focus {
	display: block;
	text-decoration: none;
	background-color: #6E060F;
}


