/* -----[ body ]----- */
html, body {
	font: 13px Verdana, Helvetica, Arial, sans-serif;
}
body {
	background:#dbe7fb;
	padding:0;
	margin:0;
	height: 100%;
}
/* -----[ header ]----- */
#header {
	background:#7d85cc no-repeat left;
	border-bottom:2px solid #fff;
	padding-top:50px;
	margin: 0 0 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#header h1 {
	color:#fff;
	background:#336;
	padding:2px 100px 2px 2px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	border: 1px solid black;
}
#header h1:hover {
	color:#f90;
	padding:2px 100px 2px 2px;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #000;
}
#menu {
	position: absolute;
	top: 7em;
	bottom: 5em; /* Operas 5 + 6 shouldn't see this property */
	left: 0;
	overflow: auto;
}
#menu h2 { display:none; }
#menu ul {
	margin: 0 0 0 2em;
	padding:0;
	list-style:none;
	width:11em;
}
#menu li {
	padding:0 0 2px 0;
	margin:0;
}
#menu a {
	width:9em;
	display:block;
	color:white;
	background:#465591;
	border:1px solid black;
	padding:4px 4px 4px 10px;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
#menu a:hover {
	color:#000;
	background:#9FAED5;
	border:1px solid black;
}
#menu .admin a {
	color:#336;
	background:#f90;
}
#menu .admin a:hover {
	color:#000;
	background:#9FAED5;
}
#content {
	margin:7em 0 5em 13em;
	padding: 1em;
	background: #DBE7FB;
}
#content h2 {
	margin:10px 0;
	padding:2px 0 2px 5px;
	border-left:10px solid #336;
	border-bottom:1px solid #336;
	font-size: 16px;
	font-weight: bold;
}
#content h3 {
	margin:25px 0 10px 10px;
	padding:2px 0 2px 5px;
	font:bold 12px verdana, sans-serif;
	border-left:6px solid #7d85cc;
	border-bottom:1px solid #7d85cc;
}
/* image display properties */
#content dl#mitglieder img {
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
}
#mitglieder dd {
	margin:0 20px 0 220px;
	text-align:justify;
}
#content .admin {
	background:#f90;
	padding: 1px 0 10px 0;
}
/* -----[ footer ]----- */
#footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #fff;
	color: #fff;
	background: #7d85cc;
	position: absolute; /* Operas 5 + 6, need this to be relative */
	bottom: 0;
	width: 100%;
	height: 5em;
}
#footer #copy {
	background: #336;
	padding: 2px 2em 2px 2em;
	text-align: right;
}
#footer #copy a:link, #footer #copy a:visited {
	text-decoration : none;
	color: #7d85cc;
}
#footer #copy #counter {
	float:left;
	display: list-item;
	list-style: url(/assets/images/counter.gif) inside;
}
#footer #admin {
	text-align: right;
	vertical-align:bottom;
	padding: 10px 2em 2px 2em;
}
#footer #admin .login {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #f93;
	text-align: center;
	width: 100px;
	height: 12px;
	border: 1px solid #ccc;
}
#footer #admin .submit {
	color: #f93;
	background-color: #7d85cc;
	border: 0;
	font: bold 13px Verdana, Helvetica, Arial, sans-serif;
	height: 12px;
}
#footer #admin .form {
	display:inline;
}
/*\*/
body>#header, body>#menu, body>#footer	{
	position: fixed;
}
/* Exclude Mac IE5 from fixed - exclude for Opera 5 + 6 if needed */
#forum {
	height: 1200px;
	width: 100%;
	overflow: visible;
	border: 0px solid #fff;
	margin: 0px;
	padding: 0px;
}
#logo {
	position: absolute;
	top: 10px;
	right: 10px;
}
.grey {
	color: #666
}
/* aej-MV.de Styling Tips */
/* extrastarker, dauerhafter, natuerlicher Halt - ohne verkleben, ohne Rueckstaende */
/*													--	webdesign.nanobuxz.net */

/* text link statements */
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #336; 
}
a:hover {
	font-weight : bold;
	text-decoration : none;
	color: #FFFFFF;
	background: #336;
}
a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #993300;
	background: #FFFFFF;  
}

p, h1, h2, h4, li
	{
	margin: 0;
	padding: 0;
	}
h3
	{
	margin: 1em 0 0 0;
	}
h1, h2, li
	{
	margin: 0;
	padding: 0;
	}
h3
	{
	margin: 2em 0 0 0;
	}
p
	{
	margin: 0.75em 0 0 0 ;
	padding: 0;
	}

code
	{
	display: block;
	background-color: #ddd;
	}
.clear {
	clear:both;
}
/* subpages special IDs */
.h3 {
	margin:25px 0 10px 10px;
	padding:2px 0 2px 5px;
	font:bold 12px verdana, sans-serif;
	border-left:6px solid #7d85cc;
	border-bottom:1px solid #7d85cc;
	clear:both;
}
.description {
	margin-left:80px;
	color:#7d85cc;
}
.comment {
	color:#fff;
	background-color:#7d85cc;
	padding:5px;
	margin-top: 10px;
}
.invisible {
	display: none;
}

.linktable {
}
.admin table {
	width:90%;
}
.admin table td {
	background-color:#999;
}
.admin tr.registered td {
	background-color:#093;
}
.admin tr.revoked td {
	background-color:#f10;
}

.invalid {
	color:#f30;
}

#creator {
	color:#666;
	padding-top:15px;
}
#creator .h3 {
	margin:25px 0 10px 10px;
	padding:2px 0 2px 5px;
	font:bold 12px verdana, sans-serif;
	border-left:6px solid #ccc;
	border-bottom:1px solid #ccc;
	clear:both;
}
#creator a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #669; 
}
#creator a:hover {
	font-weight : bold;
	text-decoration : none;
	color: #f60;
	background: #fff;
}