* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(image/bg.gif) repeat-x fixed;
	background-color: #870303;
}

img {
	border: none;
}

#content img {
	border: none;
	margin:10px 0px;
}

p, li {
	line-height: 140%;
}

/* Überschriften 1 - 3 grades  */

h1 {
	color: #5C0202;
	font-size: 160%;
	margin-bottom:10px;
}

h2 {
	color: #5C0202;
	font-size: 120%;
	margin-bottom:10px;
}

h3 {
	color:#000;
	font-size: 115%;
}

#mainwrapper {
	position: relative;
	width: 867px;
	margin: 0 auto;
}

#wrapper {
	width:857px;
	margin: 20 auto;
	padding-top: 195px;
	background-color: #FFF;
}

#wrapper2 {
	position: absolute;
	top:0px;
}

/* Header */

#header {
	width: 857px;
	height: 181px;
	background: none;
	}
	
/* Navigation unter dem Header */

#navi {
	background-color: #FFF;
	width:855px;
	text-align:center;
	}

#navi a, a:visited {
	font-size: 12px;
	padding:2px;
	color: #000;
	background-color: inherit;
    text-decoration: none;
	font-weight: bold;
}

#navi a:hover {
	background-color: #870303;
	color: #FFF;
}


#main {
	padding: 5px;
}

#content {
   float: left;
   width: 630px;
	padding: 5px;
	background-color: #EBEBEB;
	border:2px solid #5C0202;
}

#content_right {
	float: left;
	margin-left:5px;
	width:197px;
	height: auto;
}

#content a, #content a:visited, #content a:hover {
	color: #000;
	text-decoration: underline;
}


/* Footer Leiste */

#footer {
	font-size:10px;
	width: 857px;
	margin:0px auto;
	padding:2px;
	color: #FFF;
}


/* IFRAME */
#inline {
	background-color: #eef0f3;
	width: 610px;
	height: 1400px;
	border: none;
	overflow: auto;
}



/* LINK STYLE DES FOOTERS */
#footer a, a:visited {
	font-size:10px;
    font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

em {
	font-weight: bold;
}

a, a:visited, a:hover {
	color:blue;
	text-decoration: underline;
}

ul, ol {
	margin:7px 0px 7px 30px;
}


/* ***** KLASSEN ***** */


/* FETTSCHRIFT UND SCHRIFT STYLE DER LINKS IN AUFLISTUNGEN */
.bold, li a, li a:hover, li a:visited, li a:active {
   padding: 0;
	margin: 0;
   font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

/* ÜBERSCHRIFT DER BLOCKELEMENTE RECHTS */
.block_header {
   display: block;
	text-align: center;
	padding: 2px 0px;
	background-color: #5C0202;
	color:#FFF;
} 

.block {
	background-color: #EBEBEB;
	border:2px solid #5C0202;
	margin-bottom: 10px;
}

.block p {
	padding:2px;
}

.datum {
	font-weight: bold;
}



/* NAVIGATION DER BLOCKELEMNTE RECHTS */
.block a, .block a:visited {
   padding: 0;
	margin: 0;
	font-size: 10px;
	color:#000;
	text-decoration: none;
}
 
.block a:hover {
   color: #5C0202;
	text-decoration: underline;
}

.block img {
	text-align: center;
}

 
.testimonial {
   position: relative;
   margin: 5px 0px;
   padding: 20px 2px 2px 150px;
   border-top: 2px dotted #5C0202;
   background:url(image/sprechblase.gif) left no-repeat;
   height: 90px;
}

.testimonial_text {
     position: absolute;
	 text-align:center;
	 padding-top: 20px;
	 left: 23px;
	 top: 23px;
	 width: 90px;
	 height: 50px;
	 color: #FFF;
}


