body {
    color: #112462;
    background-color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    border-left: 2px;
    border-right: 0px;
    border-top: 2px;
    border-bottom: 0px;
    border-color: #ffffff;
    border-style: solid;
    background-image: url(/images/bg_tile.jpg);
    background-repeat: repeat-y;
}

td {
    font-size: 12px;
}

a {
    color: #112462;
    text-decoration: underline;
}
       
a:hover {
    background-color: #A4B5DF;
    text-decoration: underline;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#content {
    padding-top: 3px;
    padding-bottom: 10px;
    position: absolute;
    width: 440px;
    top: 288px;
    left: 180px;
}

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

#menu {
    background-color: #ffffff;
    padding-bottom: 2px;
    position: absolute;
    top: 290px;
    left: 0px;
    width: 171px;
}

#menu .button {
    cursor: pointer;
    font-weight: bolder;
    width: 171px;
    height: 16px;
    margin-top: 2px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

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

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

#menu img {
    border: 0px;
}

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

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

#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 a {
    display: block;
    background-color: #A4B5DF;
    text-decoration: none;
}

#menu a:hover {
    background-color: #D0D9EE;
    color: #112462;
}

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

#header {
    text-align: right;
    padding-top: 6px;
    padding-right: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 789px;
    height: 110px;
    background-image: url(/images/header_tile.jpg);
    background-repeat: repeat-x;
}

#header_bilder {
    background-color: #ffffff;
    background-image: url(/images/header_images.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
    position: absolute;
    left: 0px;
    top: 110px;
    width: 799px;
    height: 174px;
}

#header_trenner {
    margin: 0px;
    padding: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 2px;
    border-color: #ffffff;
    border-style: solid;
    background-image: url(/images/header_tile.jpg);
    background-repeat: repeat-x;
    position: absolute;
    left: 0px;
    top: 284px;
    width: 799px;
    height: 6px;
}

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

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

small {
    color: #666666;
} 
  
.highlight {
    background-color: #FFA62D;
    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;
}