body {
    color: #222222;
    background-color: #cc0001;
    //background-color: #ededed;
    background-image: url(/images/bg_body.png);
    background-repeat: repeat-x;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
}

td {
    font-size: 12px;
}

a {
    color: #627D22;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #91B933;
}

b {
    font-weight: bolder;
    color: #000000;
}

h1,h2,h3,h4 {
 // color: RGB(230, 67, 114);
    color: RGB(197,9,34);
}

h1 {
    font-size: 16pt;
    font-weight: bold;
    margin-top:14px;
    margin-bottom:14px;
}

h2 {
    text-decoration:none;
    margin-top:14px;
    margin-bottom:3px;
    font-size:14pt;
}

h3 {
    font-size:12pt;
    margin-top:14px;
    margin-bottom:3px;
}

h4 {
    font-size:10pt;
//    font-weight:bold;
}

p {		text-align:justify;
		text-indent:0cm;
		margin-top:0px;
		}

p.right {        text-align:right;
		text-indent:0cm;
		}

.b {             font-weight:bold;
		}

.i {             font-style:italic;
		}

.bi {            font-weight:bold;
		font-style:italic;
		}


#contentrahmen {
    line-height: 18px;
    position: relative;
	left: 0px;
	top: 0px;
    width: 760px;
    min-height:400px;
    background-color: white;
    background-image: url(/images/bg_content.png);
    background-repeat: no-repeat;
    border-top: 0px solid RGB(230, 67, 114);
    border-bottom: 0px solid RGB(230, 67, 114);
    border-left: solid 0px RGB(230, 67, 114);
    border-right: solid 0px RGB(230, 67, 114);
    padding:0px;
}

#content {
    padding:16px;
    text-align:left;
}


#content .bearbeiten {
	text-align: right;
	margin-top: 18px;
}

#menu {
    position: relative;
	top: 0px;
	left: 0px;
    width: 760px;
   /* background-color:#96B9F4; */
	background-image: url(/images/menu_bg.png);
	background-repeat: no-repeat;
    border-left:0px solid RGB(230, 67, 114);
    border-right:0px solid RGB(230, 67, 114);
    border-bottom:0px solid white;
    text-align:left;
    padding:0px;
}


#menu table {
    position: absolute;
	top: 0px;
	left: 0px;
   /* text-align:left; */
    height: 40px;
    padding:0px;
    margin:0px;
}

#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, #menu2 a {
     text-decoration:none;
     text-align:center;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
     font-size:12pt;
     border-width:0px;
     color:white;
}

#menu td {
    vertical-align:middle;
    text-align:center;
    padding:0px;
    margin:0px;
    width:120px;
    background-image:url(/images/button1.png);
}


#dummy2 {
    height: 0px;
    //background-image: url(/images/bg_menu2.png);
    //background-repeat: no-repeat;
    }

#menu2 {
    position: absolute;
	top:  0px;
	left: 0px;
}

#menu2 td {
    vertical-align:middle;
    text-align:center;
    padding:0px;
    margin:0px;
  //  width:120px;
    padding-left:7px;
    padding-right:7px;
    //height:30px; 
    height:26px;
    //background-image:url(/images/button2.png);
    border:2px outset RGB(177,8,31);
}
#menu2 td.links {
    vertical-align:middle;
    text-align:center;
    padding:0px;
    margin:0px;
    width:19px;
 //   height:30px;
    //background-image:url(/images/button2_links.png);
    border: 0px solid white;
}
#menu2 td.rechts {
    vertical-align:middle;
    text-align:center;
    padding:0px;
    margin:0px;
    width:19px;
    height:30px;
    //background-image:url(/images/button2_rechts.png);
    border:0px solid white;
}



#menu a.level1 {
    font-size: 14px;
    color: white;
}
#menu a.level1:hover {
    color: grey;
}

#menu a.level2 {
    font-size: 14px;
    color: white;
}
#menu a.level2:hover {
    color: grey;
}

#menu2 a.level3 {
    font-size: 12px;
    font-weight: bold;
    //color:RGB(197,9,34);
    color:white;
}

#menu2 a.level4 {
    font-size: 10px;
    color:RGB(197,9,34);
}

#menu2 a.level5 {
    font-size: 10px;
    margin-left: 45px;
    color:RGB(197,9,34);
}

#menu .highlight {
    background-color: #b0cce1;
}

#suche {
    color: white;
    font-size: 10px;
    position: relative;
	left: 0px;
	top: 0px;
	width: 760px;
 /*   background-color:#96B9F4; */
    background-image: url(/images/bg_footer.png);
    background-repeat: no-repeat;
    border-top:0px solid white;
    border-bottom:0px solid RGB(230, 67, 114);
    border-left:0px solid RGB(230, 67, 114);
    border-right:0px solid RGB(230, 67, 114);
    text-align:left;
    padding:0px;
    }

#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;
    border-color: transparent;
    background-image: url(/images/suche.gif);
    background-repeat: no-repeat;
    background-color:transparent;
    }

#header {
    position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 200px;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	border-left: solid 0px RGB(230, 67, 114);
	border-right: solid 0px RGB(230, 67, 114);
}

#login {
    position: absolute;
	left: 670px;
	top: 226px;
	width: 200px;
	text-align: right;
	font-size: 10px;
}

#login a {
    font-size: 10px;
}

#imglist td {
    vertical-align:top;
    text-align:center;
    padding:10px;
    width:150px;
}

#imglist img {

}

.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;
}

.radionbutton {
   width:20px;
   border:none;
}

.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;
}
