* {
	margin: 0;
	padding: 0;
}

BODY {
	/* background: url('../images/bg.gif') fixed #b3b8ad; */
	background: #b8b4b4;
	font-family: Droid Sans, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
}

#all {
	background: #fff;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	border-top: 6px solid #99093b;
	width: 980px;
	height: auto;
}

#header {
	margin: 60px 0px 95px 210px;
}

#header h1 {
	font-family: Droid Serif, Times New Roman, Times, serif;
	font-size: 32px;
	/* color: #99093b; */
	color: #383535;
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: normal;
}

#header h2 {
	font-family: Droid Serif, Times New Roman, Times, serif;
	font-size: 22px;
	line-height: 26px;
	padding-top: 12px;
	color: #383535;
}

#content {
	width: 980px;
	display: block;
}  

#textsection {
	position: relative;
	top: 10px;
	left: 150px;
	width: 800px;
	height: 40px;
}

#textsection h1 {
	font-family: Droid Serif, Times New Roman, Times, serif;
	font-size: 20px;
	color: #6b6565;
	font-weight: normal;
	border-bottom: 1px dotted #e6ebe1;
	padding-bottom: 6px;	
	margin-bottom: 25px;
}

#trennlinie {
	padding: 0;
	margin: 0;
	height: 10px;
}

#trennlinie p {
	border-top: 1px dotted #ebe1e3;
	line-height: 5px;
	padding: 0;
	margin: 0px 20px 0px 210px;
}
	


#zitat {
	position: relative;
	top: 0px;
	left: 20px;
	width: 680px;
	height: 70px;
	margin-bottom: 20px;
}

#zitat h2 {
	font-family: Droid Serif, Times New Roman, Times, serif;
	font-size: 28px;
	line-height: 28px;
	font-style: italic;
	color: #99093b;
}


#zitat-datenschutz {
	position: relative;
	top: 0px;
	left: 210px;
	width: 580px;
	height: 300px;
	margin-bottom: 20px;
}

#zitat-datenschutz h2 {
	font-family: Droid Serif, Times New Roman, Times, serif;
	font-size: 28px;
	line-height: 36px;
	font-style: italic;
	color: #99093b;
}



h2 {
	margin: 0px;
	padding: 0px;
	color: #2e2c2c;
	font-size: 15px;
	font-weight: normal;
}

p {
	color: #6b6565;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 11px;
}

.bullet {
	color: #6b6565;
	font-size: 15px;
	line-height: 22px;
	margin: 0px 0px 0px 682px;
	padding: 0px 0px 0px 14px;
	background: url('../images/bullet.gif') no-repeat left top;
	width: 260px;
}


#threecol {
	width: 980px;
	display: block;
}

#threeleft {
	width: 170px;
	padding: 0px 20px 0px 20px;
	float: left;
}

#threemiddle {
	width: 430px;
	padding: 0px 40px 0px 0px;
	float: left;
}

#threerigth {
	width: 300px;
	float: left;
}


#twocol {
	width: 980px;
	display: block;
}

#twoleft {
	width: 430px;
	padding: 0px 40px 0px 210px;
	float: left;
}

#tworigth {
	width: 300px;
	float: left;
}



.clear {
	clear: both;
}

a {
	color: #6b6565;
	text-decoration: underline;
}