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

td {
    font-size: 12px;
}

a {
    color: #800080;
    text-decoration: underline;
    font-weight: bold;
}
       
a:hover {
    color: #BC00BC;
}
  
b {
    font-weight: bolder;
    color: #000000;
}
  
h1 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin:0px;
}

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

h4 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

h5 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
	 font-family: "Times New Roman";
}

h6 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
	 font-family: "Times New Roman";
}

hr {
    display: none;
}

#content {
    line-height: 18px;
    position: absolute;
	left: 220px;
	top: 140px;
	width: 520px;
}

#content h1 {
	top: -38px;
	position: absolute;
}

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

#menu {
    position: absolute;
	top: 160px;
	left: -20px;
	width: 200px;
}

#menu h1 {
    display: none;
}

#menu img {
    width: 160px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 40px;
    background-color:#cccccc;
}

#menu ul {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

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

#menu a {
    text-decoration: none;
}

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

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

#menu .level3 {
    font-size: 10px;
    font-weight: bold;
    margin-left: 15px;
}

#menu .level4 {
    font-size: 10px;
    margin-left: 30px;
}

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

#menu .highlight {
    background-color: #d9d5bc;
}

#header {
   position: absolute;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 150px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}

#header2 {
	display: none;
   position: absolute;
	left: 755px;
	top: 110px;
	width: 240px;
	height: 200px;
   background-color: #FFFFFF;
}

#login {
    position: absolute;
	left: 544px;
	top: 94px;
	width: 200px;
	text-align: right;
	font-size: 10px;
}

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

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

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

.box_head {
    font-weight: bold;
    background-color: #91b933;
    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;
}
