/* CSS Document */
body  {
	background-color: #233252;
}
body,td,p  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	line-height: normal;
	color: #000000;
}
a {
	text-decoration: none;
}
a:link {color: #650B15;}
a:visited {color: #650B15;}
a:hover {color: #000000;}
a:active {color: #650B15;}

a.menu {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 5px 8px;
}
a.menu:link {color: #E3DBC2;}
a.menu:visited {color: #E3DBC2;}
a.menu:hover {color: #C8B888;}
a.menu:active {color: #E3DBC2;}

.fonthell {
	color: #E3DBC2;
}
.border {
	border: 1px solid #650B15;
}
.content {
	padding-top: 40px;
}
.divcontent {
	width:575px;
	height:450px;
	overflow: auto;
	padding-right: 20px;
}
.zitat {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.fontklein {
	font-size: 12px;
}
.fontgross {
	font-size: 16px;
}
.absatzmiteinzug {
	margin:0;
	padding:0 0 0 45px;
}
.absatzohneeinzug {
	margin:15px 0 0 0;
	padding:0;
}
