/* Allgemnein */
body {
 font-family:Verdana;
 font-size:10px;
 color:#000000;
 background-color:#FFFFFF;
 margin-top:0px;
 margin-left:0px;
 background-image:url(main_bg.jpg);
}
td {
 font-family: verdana;
 font-size: 10px;
 color: #000000;
 text-decoration: none;
 border: none;
}
.text {
 font-family: verdana;
 font-size: 9px;
 color: #000000;
 text-decoration: none;
 border: none;
}
img {
 text-decoration: none;
 border: none;
}
td.process {
 height:11px;
 background-image:url(pb_bg.png);
}
/* Formulare */
input, 
option, 
select,
textarea,
checkbox {
 font-family:Verdana;
 font-size:9px;
 color:#000099;
 background-color:#FFFFFF;
 border:1px solid #000000;
}
input.no_style {
 font-family:Verdana;
 font-size:9px;
 color:#000099;
 background-color:#FFFFFF;
 border:0px;
}
td.formin {
 text-align:right;
 background-color:#FFFFFF;
}
td.formout {
 
}
td.formcenter {
 text-align:right;
 background-color:#FFFFFF;
}
/* Listen */
td.list1 {
 background-color:#CCCCCC;
}
td.list2 {
 background-color:#FFFFFF;
}
/* Schriften */
font.mess {
 font-family: verdana;
 font-size: 10px;
 color:#FF0000;
 font-weight:bold;
}
.green {
 font-family: verdana;
 font-size: 9px;
 color: #5BA225;
 text-decoration: underline;
 border: none;
 font-weight: bold;
}
.green1 {
 font-family: verdana;
 font-size: 10px;
 color: #5BA225;
 text-decoration: underline;
 border: none;
 font-weight: bold;
}
.orange {
 font-family: verdana;
 font-size: 9px;
 font-weight: bold;
 color: #FF8A00;
 text-decoration: underline;
}
.orange1 {
 font-family: verdana;
 font-size: 10px;
 font-weight: bold;
 color: #FF8A00;
 text-decoration: underline;
}

/* Tunnel */
table.tunnel_H1 {
 height:640px;
 width:100%;
}
table.tunnel_H2 {
 width:681px;
 height:212px;
 background-color:#000000;
 border:1px solid;
 border-color:#000000;
}
td.tunnel_left {
 background-image:url(tunnel1.png);
 width:50px;
 text-align:right;
}
td.tunnel_mitte{
 width:581px;
 height:212px;
}
td.tunnel_right {
 background-image:url(tunnel3.png);
 width:50px;
 text-align:left;
}
td.tunnel_fuss {
 text-align:center;
 background-color:#FFFFFF;
 font-size:9px;
}