h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	color: #000;	
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.text_box3 h1 {
	margin: 0; 
	padding: 0; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	color: #555;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #903;
}
.text_box4 h1 {
	margin: 0; 
	padding: 0; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	color: #555;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #903;
}
.text_box6 h1 {
	margin: 0; 
	padding: 0; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	color: #555;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #903;
}
.text_box6_center h1 {
	margin: 0; 
	padding: 0; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	color: #555;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #903;
}
.text_box2 h1 {
	margin: 0; 
	padding: 0; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	color: #555;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #903;
}
.text_box p {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
} 
.line {
	font-size: 14px;
	font-family: "Myriad Pro";
	font-weight: normal;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	height: 10px;
	width: 720px;
	margin-top: 30px;
	margin-bottom: 0px;
	float: left;
	margin-left: 20px;
	padding: 0px;
} 
.line2 {
	
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	height: 10px;
	width: 720px;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
	margin-left: 20px;
	padding: 0px;
} 
.bildtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rubrikbox {
	float: left;
	height: 40px;
	width: 660px;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.dotted_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

