body {
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #FEC97D url(../images/hintergrund.jpg) repeat-y;
}

td {
    font-size: 12px;
}

a {
	color: #EC8200;
	text-decoration: underline;
}
       
a:hover {
    color: Black;
	 background: White;
}
  
b {
    font-weight: bolder;
    color: #000000;
}
  
h1 {
    color: Black;
    font-size: 16px;
    font-weight: bold;
}

h2 {
    color: #888888;
    font-size: 14px;
    font-weight: bold;
	 margin: 10px 0 10px 0;
}
    
h3 {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

hr {
    display: none;
}

#content {
	line-height: 18px;
	position: absolute;
	left: 230px;
	width: 605px;
}

#content ul {
	font-weight: normal;
	list-style-image: url(../images/list.gif);
	padding-top: 0;
}

#content h1 {
	background: White;
	width: 611px;
	height: 2px;
	margin: 10px 0 10px 5px;
	padding: 9px 0 9px 20px;
	background: url(../images/h1_bg_neu.gif);
}

h2.news {
	width: 540px;
	height: 20px;
	margin: 10px 0 0 5px;
	padding: 0 0 0 15px;
	background: url(../images/h2_bg.gif);
	color: #F4F4F4;
}

#content .bearbeiten {
	text-align: right;
	margin-top: 18px;
}

#wrapper {
	width: 100%;
	height: 400px;
	position: absolute;
	overflow: hidden;
	left: 0;
	z-index: 1;
}

#mainwrapper {
	position: absolute;
	z-index: 2;
}

#menu {
 	position: absolute;
	top: 144px;
	left: 53px;
	width: 250px;
}

#menu h1 {
	width: 160px;
	background: url(../images/h1_bg_menu.gif);
	color: White;
	padding: 0 0 0 3px;
	margin: 0 0 10px 0;
}

#menu img {
	width: 160px;
	height: 2px;
	margin: 5px 0 5px 0;
	background-color: #cccccc;
}

#menu ul {
	margin: 0;
	padding: 0;	 
}

#menu li {
    list-style-type: none;
    padding-left: 10px;
}

#menu a {
    text-decoration: none;
	 font-weight: bold;
	 color: #065282;	
	 position: relative;
}

#menu a:hover {
	color: #548D8F;
}

#menu a i {
	z-index: -1;
	display: block; 
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
}

#menu a:hover i, #menu a:active i, #menu a:focus i {
	z-index: 1;
   visibility: visible;
	background-color: White;
	white-space: nowrap;
	overflow: visible;
	margin: 0px;
	margin-right: -1000px; 
	padding: 0px;
	cursor: pointer;
	font-style: normal;
}

#menu .level1 {
    font-size: 14px;
}

#menu .level2 {
    font-size: 14px;
}

#menu .level3 {
    font-size: 11px;
    font-weight: normal;
    margin-left: 10px;
	 line-height: 17px;
}

#menu .level4 {
    font-size: 11px;
    font-weight: normal;
    margin-left: 20px;
}

#menu .level5 {
    font-size: 10px;
    font-weight: normal;
    margin-left: 45px;
}

#menu .highlight {
    background-color: #DDD;
	 width: 160px;
}

#suche {
	position: absolute;
    font-size: 10px;
	left: 53px;
	width: 112px;
	height: 30px;
	padding: 10px 25px 5px 35px;
	margin: 10px 5px 0 0;
	background: url(../images/input_bg_menu.gif);
}

#suche form {
    margin: 0;
}

#suche input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	height: 16px;
	border: 1px solid Black;
	padding: 1px 2px 0 2px;
	margin: 0;
}

.input1 {
	background: White url(../images/suche.gif) left center;
}

.input2 {
	background: White url(../images/fade_suche.gif) left center;
}

#header {
	margin: 0 0 0 53px;
	width: 800px;
	height: 135px;
	background: url(/images/kopf.jpg) no-repeat center;
}

#header2 {
	display: none;
}

#login {
	top: 119px;
	position: absolute;
	width: 160px;
	left: 53px;
	text-align: right;
	font-size: 10px;
	padding: 0 3px 0 0;
	margin: 10px 0 0 0;
	background: url(../images/h1_bg_menu.gif);
}

#login a {
    font-size: 10px;
	 background: none;
}

.filled_td {
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFDA95;
}

 
input {
    width: 200px;
    border: 1px;
    border-style: solid;
    border-color: #888888;
    background-color: #ffffff;
}
  
.box {
    background-color: White;
    padding: 3px;
}

.box_head {
    font-weight: bold;
    background-color: #FF9B20;
    padding: 3px;
}     

small {
    color: #666666;
} 
  
.highlight {
    background-color: yellow;
    font-weight: bold;
}

.inaktiv {
    color: #888888;
    text-decoration: line-through;
} 
  
.checkbox {
    width: 20px;
}

.message_green {
    color: white;
    background-color: #00dd00;
    margin-bottom: 5px;
}
  
.message_orange {
    color: white;
    background-color: #ff9a35;
    margin-bottom: 5px;
}
  
.message_red {
    color: white;
    background-color: #ee0000;
    margin-bottom: 5px;
}

p.news {
	background: White;
	margin: 0 0 0 5px;
	padding: 4px;
	width: 547px;	
}
