/* ++++++++ Body ++++++++ */

body {
	margin:0;
	padding:0;
	/* text definitionen */
	text-align:left;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	font-family: Tahoma, Helvetica, sans-serif;
	/* hintergrund definitionen */
	background:#fff url(bg.jpg) repeat-y;
	height:auto;

}
/* link definitionen */
a {
  text-decoration: none;
}
a:link, a:visited {
	color:#fff;
}
a:hover, a:active {
  color:#cf0000;
  /* weitere definitionen */
}

#navi a {
  text-decoration: none;
}

#navi a:link, #navi a:visited {
	color:#fff;
}
#navi a:hover, #navi a:active {
  color:#5c1818;
  /* weitere definitionen */
}

/* ++++++++ Center ++++++++ */
#center {
	width:850px;
	text-align:left;
	/* border: 1px solid #4f686f;
	border-width: 0 1px 1px; */
	background: #5c1818;
}

/*.clear-center {
	clear:both;
}*/

#header {
	width: 850px;
	position: relative;
	background: url(header_bg.jpg) no-repeat;
	height: 150px; 
}

#navi {
	width: 850px;
	position: relative;
	background: url(navi_bg.jpg) no-repeat;
	height: 70px;
}

#navi-txt {
	margin: 0;
	padding: 25px 30px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 18px;
}

.navi-spacing {
	padding: 0 0 0 23px;
}

.navi-link {
	padding: 0 0 0 23px;
	color: #5c1818;
}

.impressum {
	font-size: 9px;
	padding: 0 0 0 300px;
	color: #5c1818;
}

#content-pos {
	position: relative;
	width: 800px;
}

#content {
	padding: 15px 25px 0 53px;
}

#content_s {
	padding: 0;
	margin: 0;
	width: 500px;	
}
table {
	padding: 0;
	margin: 0;
}

.line-hori {
	background-image: url(dot.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/* +++++++++++++Überschriften */
#content h1 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#content h2 { 
	padding: 15px 0 0 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#content h3 { 
	padding: 15px 0 0 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* +++++++++ weitere Definitionen ++++++++++*/
/*

#content li {
	padding: 0 0px;
	font-size: 12px;
	color: #000;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
}

#content a {
  text-decoration: none;
}
#content a:link, #content a:visited {
  color:#253e77;
}
#content a:hover, #content a:active {
  color:#cc3333;
}
*/

#content-pic {
	float:right;
	/*width: 426px;*/
	padding-top: 0em;
	padding-left: 3em;
}	

#content-pic2 {
	float:left;
	/*width: 426px;*/
	padding-top: -1em;
	padding-right: 3em;
}

.clear-float {
	clear: both;
} 