/* 

#### farbdefinitionen 

body-background: #999999;
inhalt- und re. navi-bg: #666666;
rahmen: weiß, 5px;

#### ende 

*/

html>body #main {
margin-bottom: 5px;
}

body {
   text-align: center; /* damit der ie zentriert */
   background-color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   color: #A6AAB;
   background-image: url(../images/18.gif);
   
}

.center { /* anwendung eines hacks */
	/*/*/
	text-align: left;
	/**/
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}

/* layout */

#header {
	border: 5px solid #333333;
	color: white;
}

#headerbg {
	height: 195px;
	background-image: url(../images/main_headder.jpg);
}

#headernavi {
	height: 20px;
	background-color: #333333;
	font-size: 8pt;
	color: #A6AAB;
}

#navi {
	padding-top: 5px;
	padding-left: 5px
}

.content {
	margin-top: 5px; /* abstand zum header */
}

#main {
	height: 350px;
	padding: 5px;
	border: 5px solid #333333;
	width: 545px;
	float: left; 
	font-size: 9pt;
	background-color: #666666;
	margin-bottom: 0px;
	overflow: auto;
}

#right {
	height: 350px;
	margin-left: 5px; /* abstand zum content */
	border: 5px solid #333333;
	width: 200px;
	color: white;
	float: right;
	font-size: 8pt;
	padding: 5px;
	background-color: #666666;
	background-image: url('../images/right.jpg');
	background-position: bottom right;
	overflow: auto;
}

/* neu dazu */

a:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}

#fussnote {
	height: 15px;
	position: relative;
	clear: both;
	float: none;
	border: 5px solid #333333;
	border-left: 5px solid #333333;
	border-top: 5px solid #333333;
	border-right: 5px solid #333333;
	border-bottom: 5px solid #333333;
	background-color: #666666;
}

.admin {
	text-align: right;
}

input {
	background-color: #706157;
	border: 1px solid #3C342F;
}