body {
    color: #000000;
    background-color: #5878b2;
    font-family: Tamoha, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin:  0px;
    padding: 0px;
    background-image: url('/images/zeile.png');
    background-repeat: repeat-y
}

td {
    font-size: 18px;
}

a {
    color: #000000;
    text-decoration: underline;
}
       
a:hover {
    color: #003C96;
}
  
b {
    font-weight: bolder;
    color: #000000;
}
  
h1 { 
    color: #000000;
    text-decoration: none;
    font-size:0px;
    font-weight: normal;
    margin:0px
}

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

hr {
    display: none;
}

#content {
    line-height: 16px;
    position: absolute;
	left: 340px;
	top: 200px;
	width:  700px;
}

#content h1 {
	top: 0px;
	left: -400;
	position: absolute;
}

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

#menu {
    position: absolute;
	top: 200px;
	left: 85px;
	width: 208px;
}

#menu h1 {
    position: absolute;
	top: -50px;
	left: -170px;
}

#menu img {
    width: 180px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 40px;
    background-color:#B3C6E3;
}

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

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

#menu a {
    text-decoration: none;
	font-weight: bold;
}

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

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

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

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

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

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

#suche {
    font-size: 10px;
    position: absolute;
	left: 10px;
	top: 335px;
	width: 190px;
}

#suche form {
    margin: 0px;
}

#suche input {
    font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
    width: 121px;
    height: 30px;
    vertical-align: middle;
    padding-left: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px none transparent;
    background-image: url('/images/suche.gif');
    background-repeat: no-repeat
}

#header {
    position: absolute;
	left: 111px;
	top: 30px;
	width: 943px;
	height: 140px;
	background-image: url('/images/kopf.png');
	background-repeat: no-repeat
}

#login {
    position: absolute;
	left: 1040px;
	top: 1557px;
	width: 200px;
	text-align: right;
	font-size: 6px;
}

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

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

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

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