* {
	margin: 0;
	padding: 0;
}

a, a:visited, a:link, a:focus {
	color: Black;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: Black;
	text-decoration: underline;
}


body {
	margin-top: 20px;
	margin-left: 80px;
	background: #C0C0C0;
	font-family: 'Georgia', serif;
	font-size: 12pt;
}

#frame {
	width: 780px;	
}

#topmenu {
	font-size: 10pt;
	margin-left: 350px;
	padding: 5px 20px 5px 20px;
	background : #cb863e;
	border: 1px solid White;
	color: White;
}

#topmenu a, #topmenu a:visited, #topmenu a:link, #topmenu a:focus {
	color: White;
	font-weight: normal;
	text-decoration: none;
}

#topmenu a:hover {
	color: White;
	text-decoration: underline;
}

#header {
	border: 1px solid White;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align : center;
	font-size: 18pt;
	font-weight: bold;
	color: #CC0000;
	width: 780px;
	height: 120px;
	background-color: #fbce88;
}

#header div {
	margin-top: 50px;
}

#google {
	margin: 0px auto 15px auto;
	width: 728px;
	height: 90px;
	border: 1px solid #D0D0D0;
}

#menu {
	border: 1px solid White;
	background-color: #cb863e;
	width: 180px;
	padding: 5px;
}

#menu a, #menu a:visited, #menu a:link, #menu a:focus {
	display: block;
	width: 170px;
	color: White;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
	padding: 5px;
}

#menu a.sub, #menu a.sub:visited, #menu a.sub:link, #menu a.sub:focus {
	display: block;
	width: 155px;
	color: White;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	border: 0px;
	padding: 5px 5px 5px 20px;
}

#menu a:hover {
	color: White;
	text-decoration: none;
	background-color: #DEB887;
}

#main {
	border: 1px solid White;
	padding: 5px;
	background-color: #F0F0F0;
	width: 550px;
	float: right;
}

h1 {
	font-size: 16pt;
	font-weight: normal;
	font-family : "Times New Roman", Times, serif;
	margin-bottom: 30px;
}

h3 {
	font-size: 14pt;
	font-weight: normal;
	font-family : "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	font-family : "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.clearer{
  clear: both;
  font-size:1px;
}

#bottom {
	margin-top: 1000px;
}

#bottom a, #bottom a:visited, #bottom a:link, #bottom a:focus, #bottom a:hover {
	font-weight: normal;
	text-decoration: none;
}

p {
	margin-bottom: 15px;
}

.center {
	text-align: center;
}

.right {
	margin: 5px;
	float: right;
}

.left {
	margin: 5px;
	float: left;
}

.bildunterschrift {
	padding: 2px 5px 2px 5px;
	font-size: 10pt;
	background-color: Silver;	
}

table.rahmen {
	border: 1px solid Gray;
	margin: 0px auto;
	padding: 5px;
}

table.rahmen td {
	vertical-align: top;
	padding-bottom: 5px;
}

ul, dl {
	padding-bottom:10px;
	margin-left: 50px;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 30px;
	margin-bottom: 15px;
}

.vorlage {
	padding-top: 40px;
}

.vorlage a, .vorlage a:visited, .vorlage a:link, .vorlage a:focus {
	font-weight: normal;
	text-decoration: underline;
}

blockquote {
	background-color: #E4E4E4;
	border-left: 5px solid #cb863e;
	margin: 5px 30px;
	padding: 5px;
	font-family: "Courier", sans-serif;
	font-size: 8pt;
}

