@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	background:url(img/bg.JPG);
	width: 100%; 
	height: 100%; 
	background-color:#FFFFFF;
}
img {
	border: none;
}
#adm {
	position: fixed;
	top: 0;
	left: 0;
}
#main {
	border: #5A3232 2pt solid;
	margin-left:auto;
	margin-right:auto;
	width: 800px; 
	background-color: #f6eced;
	
	/* Schrift */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #774141;
	line-height:100%;
} 
#banner {
	background-color: #f6eced;
	height: 110px;
}
a:link { font-variant:small-caps; font-weight:bold; color:#774141; text-decoration:none; }
a:visited { font-variant:small-caps; font-weight:bold; color:#774141; text-decoration:none; }
a:focus { font-variant:small-caps; font-weight:normal; color:#774141; text-decoration:none; }
a:hover { font-variant:small-caps; font-weight:normal; color:#BB8282; text-decoration:none; }

.nav a:link { font-variant:small-caps; font-weight:bold; color:#f6eced; text-decoration:none; }
.nav a:visited { font-variant:small-caps; font-weight:bold; color:#f6eced; text-decoration:none; }
.nav a:focus { font-variant:small-caps; font-weight:normal; color:#f6eced; text-decoration:none; }
.nav a:hover { font-variant:small-caps; font-weight:normal; color:#774141; text-decoration:none; }

.page a:link { font-variant:small-caps; font-weight:bold; color:#f6eced; text-decoration:none; }
.page a:visited { font-variant:small-caps; font-weight:bold; color:#f6eced; text-decoration:none; }
.page a:focus { font-variant:small-caps; font-weight:normal; color:#f6eced; text-decoration:none; }
.page a:hover { font-variant:small-caps; font-weight:normal; color: #BB8282; text-decoration:none; }
/* Navigation */
#navbg {
	float:right;
	width: 800px;
	background-color:#5A3232;
	text-align:center;
}
.nav {
	height: 30px;
	width: 16.0%;	
	border: #5A3232 1pt solid;
	text-align: center;
	background-color:#774141;
	float:left;
	line-height: 30px;
}
.nav:hover {
	border: #5A3232 1pt solid;
	text-align: center;
	background-color: #BB8282;
}

#content {
	background-color: #f6eced;
	width:100%;
}
/* Platzhalter */
.marge {
	margin-left: 10px;
}
.marge2 {
	margin-left: 30px;
	margin-top: 10px;
}

/* Sonstige */
.thn img {
	border: #774141 1pt solid;
}
h1 {
	font-family: Sans, "TImes New Roman", "Courier New";
	font-size:26pt;
	font-variant:small-caps;
	color: #774141;
	line-height:100%;
	border-bottom: #774141 4px double;
}
h2 {
	font-family: Sans, "TImes New Roman", "Courier New";
	font-size:20px;
	font-variant:small-caps;
	color: #774141;
	line-height:100%;
}
.blog h2 {
	font-family: Sans, "TImes New Roman", "Courier New";
	font-size:20pt;
	font-variant:small-caps;
	color: #774141;
	line-height:100%;
	margin-bottom: -8px;
	border-top: #774141 1px solid;
}
.blog h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #774141;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height:100%;
	border-top: #774141 1px solid;
	border-bottom: #774141 4px double;
}
.blog h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #774141;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	line-height:100%;
	border-bottom: #774141  1px solid;
	border-top: #774141 4px double;
}
.blog .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	white-space: pre-wrap;
	color: #774141;
	margin-left: 10px;
	margin-right: 5px;
	line-height: 120%;
}
.bg h2 {
	font-family: Sans, "TImes New Roman", "Courier New";
	font-size:20pt;
	font-variant:small-caps;
	color: #774141;
	line-height:100%;
	margin-bottom: -8px;
	border-top: #774141 1px solid;
}
.bg h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #774141;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height:100%;
	border-top: #774141 1px solid;
	border-bottom: #774141 4px double;
}
.bg .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	white-space: pre-wrap;
	color: #774141;
	margin-left: 5px;
	line-height: 120%;
	border-bottom: #774141 4px double;
}
.bg .web {
	font-family: Sans, "TImes New Roman", "Courier New";
	font-size:14px;
	font-variant:small-caps;
	color: #774141;
	line-height:100%;
}
.page {
	border: #f6eced 1pt solid;
	background-color:#774141;
	font-variant:small-caps;
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;	
}
.pagedis {
	border: #BB8282 1pt solid;
	background-color:#F6ECED;
	font-variant:small-caps;
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;	
}
.pageena {
	border: #BB8282 1pt solid;
	background-color:#F6ECED;
	font-variant:small-caps;
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;	
}
#imp {
	margin-left: 10px;
	margin-right: 10px;
}


