/** Standardformatierung der Seite **/

body {
	font-family: arial;
	font-size: 12px;
	background: url(../images/bg2.png);
	background-repeat:repeat-x;
	background-color:#006600;
	text-align:center;
	/** color: #CCCC66; **/
	color: #000000;
}

#center {
	margin:0 auto;
 	text-align:left;
 	width:1000px
}

/** Anordnung und Formatierung der Hauptboxen **/
/** -- Kopfbereich -- **/
#pageheader {
	position: relative;
	margin-top: 50px;
	margin-left: 200px;
							
	background: url(../images/header.gif);
	background-repeat: no-repeat;
							
	width: 80%;
	min-width: 700px;
	height: 120px;
}

#logo {
	position: absolute;
	width: 200px;
	height: 260px;
	top: 10px;
	left: 7px;
}

#logo2 {
	position: absolute;
	background: url(../images/bund.png);
	width: 197px;
	height: 181px;
	left: 1044px;
	top: 10px;
}	
/** -- Menuebereich -- **/

#main_menu {
	position: relative;
	margin-top: 50px;
	margin-left: 10px;													
	width: 170px;
	height: 500px;
}

#main_menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
}

#main_menu li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
}

#main_menu li a{
	border-bottom:1px solid #005500;
	color:#CCCC00;
	display:block;
	height:1.95em;
	margin:0;
	padding:0 0 0 1.5em;
	text-decoration:none;
	font-weight:bold
}

#main_menu li a:hover, #main_menu li a:focus {
	background:#164B16;
	color:#CCCC00;
}

#main_menu .active {
	background:#CCCC00;
	color:#164B16;
}

#main_news {
	margin-left: 0px;													
	border: 1px solid #005500;
	padding: 5px;
	color: #ACACAC;
}

#main_news .msg {
	font-size: 8pt;
}



/** -- Inhaltsbereich -- **/
#main_frame {
	position: relative;
	margin-top: -530px;
	margin-left: 200px;
	padding: 10px;
	width: 60%;
	min-width: 700px;
	min-height: 450px;
}

#main_top {
	background-image:url(../images/main_top.jpg);
	background-repeat:no-repeat;
	height:10px;
	margin-left:auto;
	/* margin-right:auto; */
	padding:5px;
	width:700px;
}

#main_body {
	background-image: url(../images/main_body.jpg);
	margin-left:auto;
	margin-right:auto;
	min-height:200px;
	padding:20px;
	text-align:left;
	width:700px;
	font-size:11pt;
	background-repeat: repeat-y;
}

#txt {
	width:670px;
}

.zentrum {
	text-align: center;
}

.headline {
	position: relative;
	width: 400px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
  border-bottom-style: solid;
	border-width: 1px;
}

#main_down {
	background-image:url(../images/main_down.jpg);
	background-repeat:no-repeat;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	width:700px;
}

/** -- Fussbereich -- **/
#footer {
	border-top:1px solid #003300;
	text-align:center;
	position: relative;
	margin-top: 5px;
	margin-left: 200px;
	padding: 10px;
							
	width: 60%;
	min-width: 690px;
	height: 50px;
	
	color:#222222;
}

#footer a{
	color:#222222;
	text-decoration:none;
}

/** -- Eingabemasken -- **/
.bezeichner {
	float: left;
	width: 130px;
	font-size: 10pt;
	padding: 2px;
}

.eingabefeld {
	padding: 2px;
}
#eingabemaske {
	position: relative;
	margin-top: 11px;
}
#eingabemaske .eingabefeld input, #eingabemaske select, #eingabemaske textarea {
	font-size: 9pt;
	border: black thin solid;
}

/** -- Tabellen -- **/
#tabelle {
	text-align: center;
}

tr {
	border-width: 1px;
}


td, th {

	font-family: arial;
	font-size: 12px;
	border-bottom-style: dashed;
	border-width: 1px;
	border-color: #CCCCCC;	
}

td {
	border-right-style: solid;
	vertical-align:top;
}

th {
	font-weight: bold;
	text-align: center;
}

.bearbeiten {
	border: 0;
}

.empty {
	background-color: #cccccc;
}

a img {
	border: 0;
}

.errormsg {
	color: #ff0000;
	font-size: 9pt;
}

.gb td {
	border-color: #FFFFFF;
}

.weekend {
	background-color: #cccccc;

}

