/*--------- Standard Tag-Redefinitionen ----------*/
@charset "UTF-8";

* html #overlay
{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(/images/blank.gif);
    /*
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
    */
}
    
body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
    /* background-color: transparent; */
    background-color: #E6E6FA;
    margin: 0px 0px 0 0;
    padding: 0px;
    padding-right: 0px;
}

p {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    background-color: transparent;
    color: #000000;
    margin-right: 15px;
    margin-left: 25px;
}

li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #333333;
    background-color: transparent;
    margin-bottom:6px;
    /* margin-right: 25px; */
    margin-right: 5px;
}


h1
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;

}

h2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: transparent;

}


h3
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: transparent;

}


span {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    background-color: transparent;
}

#BUTTON {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #336699;
    border: 1px solid #000;
    padding: 3px;
    margin: 4px 0 0 0px;
    background-image:                   url('/images/bgInput.png');
    text-decoration:none;
}


a.BUTTON {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #336699;
    border: 1px solid #000;
    padding: 3px;
    margin: 4px 0 0 0px;
    background-image:                   url('/images/bgInput.png');
    text-decoration:none;
    padding: 5px;
    border-top:                         1px solid #DCDCDC;
    border-left:                        1px solid #DCDCDC;
    border-right:                       2px solid #DCDCDC;
    border-bottom:                      2px solid #DCDCDC;
    padding:                            5px;
    border-radius:                      5px;
    border-top-left-radius:             5px;
    border-top-right-radius:            5px;
    border-bottom-left-radius:          5px;
    border-bottom-right-radius:         5px;
    -moz-border-radius-topleft:         5px;
    -moz-border-radius-topright:        5px;
    -moz-border-radius-bottomleft:      5px;
    -moz-border-radius-bottomright:     5px;

    -khtml-border-radius-topleft:       5px;
    -khtml-border-radius-topright:      5px;
    -khtml-border-radius-bottomleft:    5px;
    -khtml-border-radius-bottomright:   5px;

    -webkit-border-top-left-radius:     5px;
    -webkit-border-top-right-radius:    5px;
    -webkit-border-bottom-left-radius:  5px;
    -webkit-border-bottom-right-radius: 5px;    
}

#BUTTON:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    background: #336699;
    border: 1px solid #000;
    padding: 3px;
    margin: 4px 0 0 0px;
    background-image:                   url('/images/bgInputAktiv.png');
    text-decoration:none;
}


a.BUTTON:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    background: #336699;
    border: 1px solid #00ff00;
    padding: 3px;
    margin: 4px 0 0 0px;
    background-image:                   url('/images/bgInputAktiv.png');
    text-decoration:none;
    padding: 5px;
    border-top:                         1px solid #DCDCDC;
    border-left:                        1px solid #DCDCDC;
    border-right:                       2px solid #DCDCDC;
    border-bottom:                      2px solid #DCDCDC;
    padding:                            5px;
    border-radius:                      5px;
    border-top-left-radius:             5px;
    border-top-right-radius:            5px;
    border-bottom-left-radius:          5px;
    border-bottom-right-radius:         5px;
    -moz-border-radius-topleft:         5px;
    -moz-border-radius-topright:        5px;
    -moz-border-radius-bottomleft:      5px;
    -moz-border-radius-bottomright:     5px;

    -khtml-border-radius-topleft:       5px;
    -khtml-border-radius-topright:      5px;
    -khtml-border-radius-bottomleft:    5px;
    -khtml-border-radius-bottomright:   5px;

    -webkit-border-top-left-radius:     5px;
    -webkit-border-top-right-radius:    5px;
    -webkit-border-bottom-left-radius:  5px;
    -webkit-border-bottom-right-radius: 5px;    
}

input.BUTTON {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #336699;
    border: 1px solid #008000;
    padding: 3px;
    margin: 4px 0 0 0px;
    text-align: center;
    text-decoration:none;
    background-image:                   url('/images/bgInput.png');
    cursor: pointer;
}


input.BUTTON:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    background: #336699;
    border: 1px solid #008000;
    padding: 3px;
    margin: 4px 0 0 0px;
    text-align: center;
    text-decoration:none;
    background-image:                   url('/images/bgInputAktiv.png');
    cursor: pointer;
}


select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #336699;
    border: 1px solid #008000;
    border-bottom: 3px solid #cecece;
    border-right: 3px solid #cecece;
    padding: 3px;
    margin: 4px 0 0 0px;
    background-color: #ffffff;
    text-align: center;
    text-decoration:none;
    cursor: pointer;
}


select:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    background: #336699;
    border: 1px solid #008000;
    border-bottom: 3px solid #cecece;
    border-right: 3px solid #cecece;
    padding: 3px;
    margin: 4px 0 0 0px;
    text-align: center;
    text-decoration:none;
    background-color: #87cefa;
    cursor: pointer;
}


select:focus {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    border: 1px solid #008000;
    border-bottom: 3px solid #cecece;
    border-right: 3px solid #cecece;
    padding: 3px;
    margin: 4px 0 0 0px;
    text-align: center;
    text-decoration:none;
    background-color: #e0ffff;
    cursor: pointer;
}


input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    border: 1px solid #008000;
    border-bottom: 3px solid #cecece;
    border-right: 3px solid #cecece;
    padding: 3px;
    margin: 4px 0 0 0px;
    background-color: #ffffff;
    text-align: left;
    text-decoration:none;
    cursor: pointer;
}


input:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    background: #87cefa;
    border: 1px solid #008000;
    border-bottom: 3px solid #cecece;
    border-right: 3px solid #cecece;
    padding: 3px;
    margin: 4px 0 0 0px;
    text-align: left;
    text-decoration:none;
    cursor: pointer;
}


input:focus, textarea:focus {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    background-color: #e0ffff;
    border: 1px solid #008000;
    border-bottom: 3px solid #cecece;
    border-right: 3px solid #cecece;
    padding: 3px;
    margin: 4px 0 0 0px;
    text-align: left;
    text-decoration:none;
    cursor: pointer;
}

#logo {
  z-index: 101;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image:url('/images/dyndnslogo.gif'); 
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0px; 
  padding: 0px;  
  width: 150px;
  height: 150px;
}

#content {
  z-index: 101;
  position: absolute;
  left: 165px;
  top: 100px;
  background-color: transparent;
  margin: 0px; 
  padding: 5px;  
  width: 590px;
  /* border-bottom: 3px solid #cecece; */
  /* border-left: 1px solid #cecece;   */
}

#werbung {
  z-index: 101;
  position: absolute;
  left: 770px;
  top: 100px;
  background-color: transparent;
  margin: 0px; 
  padding: 0px;  
  width: 200px;
}

#topbanner
{
  z-index: 100;
  position: absolute;
  left: 145px;
  top: 0px;
  margin: 0px; 
  padding: 0px;  
  width: 830px;
  height: 100px;
}


#nav {
  z-index: 101;
  position: absolute;
  background-color: transparent;
  left: -2px;
  margin: 0px; 
  padding: 0px;  
  width: 152px;
  top: 148px;
}

table.nav {
  width: 150px;
  background-color: transparent;
}

td.nav {
  width: 145px;
  background-color: #FF0000;
  line-height: 12px;
  font-family: Verdana, Arial;
  border-bottom: 3px solid #cecece;
  border-right: 3px solid #cecece;    
  /*
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  */
  font-size: 11px;
  color: #ffffff;
  padding: 3px;
  cursor: pointer;
}

td.nav:hover {
  width: 145px;
  background-color: #708090;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #000000;
  border-bottom: 3px solid #cecece;
  border-right: 3px solid #cecece;  
  /*
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
 */
  padding: 3px;
  cursor: pointer;
}

td.aktiv {
  width: 145px;
  background-color: #32CD32;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #000000;
  line-height: 14px;
  border-bottom: 3px solid #cecece;
  border-right: 3px solid #cecece;
  /*
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  */
  padding: 3px;
  cursor: pointer;
}


a.navuser {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #008B8B;
  padding: 3px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

a.navuser:hover {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}


a.nav {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 3px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

a.nav:hover {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  padding: 3px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}


a.link {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #6699FF;
  padding: 3px;
  cursor: pointer;
  text-decoration: none;
}

a.link:hover {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #DD0000;
  padding: 3px;
  cursor: pointer;
  text-decoration: none;
}

a {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #6699FF;
  padding: 3px;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #DD0000;
  padding: 3px;
  cursor: pointer;
  text-decoration: none;
}


a.seitenanfang {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  /* color: #6699FF; */
  padding: 3px;
  cursor: pointer;
  text-decoration: none;

    padding: 5px;
    border-top:                         1px solid #DCDCDC;
    border-left:                        1px solid #DCDCDC;
    border-right:                       2px solid #DCDCDC;
    border-bottom:                      2px solid #DCDCDC;
    padding:                            5px;
    border-radius:                      5px;
    border-top-left-radius:             5px;
    border-top-right-radius:            5px;
    border-bottom-left-radius:          5px;
    border-bottom-right-radius:         5px;
    -moz-border-radius-topleft:         5px;
    -moz-border-radius-topright:        5px;
    -moz-border-radius-bottomleft:      5px;
    -moz-border-radius-bottomright:     5px;

    -khtml-border-radius-topleft:       5px;
    -khtml-border-radius-topright:      5px;
    -khtml-border-radius-bottomleft:    5px;
    -khtml-border-radius-bottomright:   5px;

    -webkit-border-top-left-radius:     5px;
    -webkit-border-top-right-radius:    5px;
    -webkit-border-bottom-left-radius:  5px;
    -webkit-border-bottom-right-radius: 5px;
}

a.seitenanfang:hover {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  /* color: #DD0000; */
  background-color: #B0E0E6;
  padding: 3px;
  cursor: pointer;
  text-decoration: none;
    padding: 5px;
    border-top:                         1px solid #DCDCDC;
    border-left:                        1px solid #DCDCDC;
    border-right:                       2px solid #DCDCDC;
    border-bottom:                      2px solid #DCDCDC;
    padding:                            5px;
    border-radius:                      5px;
    border-top-left-radius:             5px;
    border-top-right-radius:            5px;
    border-bottom-left-radius:          5px;
    border-bottom-right-radius:         5px;
    -moz-border-radius-topleft:         5px;
    -moz-border-radius-topright:        5px;
    -moz-border-radius-bottomleft:      5px;
    -moz-border-radius-bottomright:     5px;

    -khtml-border-radius-topleft:       5px;
    -khtml-border-radius-topright:      5px;
    -khtml-border-radius-bottomleft:    5px;
    -khtml-border-radius-bottomright:   5px;

    -webkit-border-top-left-radius:     5px;
    -webkit-border-top-right-radius:    5px;
    -webkit-border-bottom-left-radius:  5px;
    -webkit-border-bottom-right-radius: 5px;


}




#msg
{
    BORDER-RIGHT: #080 3px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #080 3px solid;
    PADDING-LEFT: 20px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    Z-INDEX: 200;
    LEFT: 250px;
    PADDING-BOTTOM: 20px;
    MARGIN: 1px;
    BORDER-LEFT: #080 3px solid;
    COLOR: #080;
    PADDING-TOP: 20px;
    BORDER-BOTTOM: #080 3px solid;
    POSITION: absolute;
    TOP: 115px;
    BACKGROUND-COLOR: #eee;
    TEXT-ALIGN: center
}


#meldung
{
    BORDER-RIGHT: #080 3px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #080 3px solid;
    PADDING-LEFT: 20px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    Z-INDEX: 200;
    LEFT: 250px;
    PADDING-BOTTOM: 20px;
    MARGIN: 1px;
    BORDER-LEFT: #080 3px solid;
    COLOR: #080;
    PADDING-TOP: 20px;
    BORDER-BOTTOM: #080 3px solid;
    POSITION: absolute;
    TOP: 115px;
    BACKGROUND-COLOR: #eee;
    TEXT-ALIGN: center
}

#tossl
{
    BORDER-RIGHT: #080 3px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #080 3px solid;
    PADDING-LEFT: 20px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    Z-INDEX: 200;
    LEFT: 250px;
    PADDING-BOTTOM: 20px;
    MARGIN: 1px;
    BORDER-LEFT: #080 3px solid;
    COLOR: #080;
    PADDING-TOP: 20px;
    BORDER-BOTTOM: #080 3px solid;
    POSITION: absolute;
    TOP: 115px;
    BACKGROUND-COLOR: #eee;
    TEXT-ALIGN: center
}


#tologinmsg
{
    BORDER-RIGHT: #080 3px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #080 3px solid;
    PADDING-LEFT: 20px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    Z-INDEX: 200;
    LEFT: 250px;
    PADDING-BOTTOM: 20px;
    MARGIN: 1px;
    BORDER-LEFT: #080 3px solid;
    COLOR: #080;
    PADDING-TOP: 20px;
    BORDER-BOTTOM: #080 3px solid;
    POSITION: absolute;
    TOP: 115px;
    BACKGROUND-COLOR: #eee;
    TEXT-ALIGN: center
}


div.infotext
{
    font-family:                        Arial, Verdana, sans-serif;
    font-size:                          12px;
    border:                             1px solid #cecece; 
    background-color:                   #E0FFFF; 
    padding:                            5px;
    border-top:                         1px solid #DCDCDC;
    border-left:                        1px solid #DCDCDC;
    border-right:                       2px solid #DCDCDC;
    border-bottom:                      2px solid #DCDCDC;
    padding:                            5px;
    border-radius:                      5px;
    border-top-left-radius:             5px;
    border-top-right-radius:            5px;
    border-bottom-left-radius:          5px;
    border-bottom-right-radius:         5px;
    -moz-border-radius-topleft:         5px;
    -moz-border-radius-topright:        5px;
    -moz-border-radius-bottomleft:      5px;
    -moz-border-radius-bottomright:     5px;

    -khtml-border-radius-topleft:       5px;
    -khtml-border-radius-topright:      5px;
    -khtml-border-radius-bottomleft:    5px;
    -khtml-border-radius-bottomright:   5px;

    -webkit-border-top-left-radius:     5px;
    -webkit-border-top-right-radius:    5px;
    -webkit-border-bottom-left-radius:  5px;
    -webkit-border-bottom-right-radius: 5px;

}

#tn1 { position:absolute; top:11px; left:130px; padding:5px; visibility:hidden; margin:0px; color:#555555;}
#tn1 a { color:#0394d2; }
#tn2 { position:absolute; top:11px; left:210px; padding:5px; visibility:hidden; margin:0px; color:#555555;}
#tn2 a { color:#0394d2; }
#tn3 { position:absolute; top:11px; left:278px; padding:5px; visibility:hidden; margin:0px; color:#555555;}
#tn3 a { color:#0394d2; }
#tn4 { position:absolute; top:11px; left:350px; padding:5px; visibility:hidden; margin:0px; color:#555555;}
#tn4 a { color:#0394d2; }
#tn5 { position:absolute; top:11px; left:450px; padding:5px; visibility:hidden; margin:0px; color:#555555;}
#tn5 a { color:#0394d2; }

.maintopnavi {font-size:7.5pt; color:#0394d2; font-weight:bold;}
.topnavi     {font-size:7.0pt; color:#777777; font-weight:bold;}

.topnavibox {
  font-size:8pt;
  white-space:nowrap;
  z-index:100000;
  padding: 0px 0px 0px 0px;
  margin:  5px 5px 5px 5px;
}

.topnavibox a {
 font-size:8pt;
 color: #000000;
}
.topnavitable a {
  z-index:100000;
}

OPTION.unsupported{background-color:red; color:white}
OPTION.supported{background-color:darkgreen; color:white}
OPTION.unknown{background-color:yellow; color:black}

div.unsupported{background-color:red; color:white}
div.supported{background-color:darkgreen; color:white}
div.unknown{background-color:yellow; color:black}

legend
{
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
}

fieldset
{
    background-color:                   #E0FFFF;
    border-left:                        1px solid #DCDCDC;
    border-right:                       2px solid #DCDCDC;
    border-bottom:                      2px solid #DCDCDC;
    padding:                            5px;
    border-radius:                      5px;
    border-top-left-radius:             5px;
    border-top-right-radius:            5px;
    border-bottom-left-radius:          5px;
    border-bottom-right-radius:         5px;
    -moz-border-radius-topleft:         5px;
    -moz-border-radius-topright:        5px;
    -moz-border-radius-bottomleft:      5px;
    -moz-border-radius-bottomright:     5px;

    -khtml-border-radius-topleft:       5px;
    -khtml-border-radius-topright:      5px;
    -khtml-border-radius-bottomleft:    5px;
    -khtml-border-radius-bottomright:   5px;

    -webkit-border-top-left-radius:     5px;
    -webkit-border-top-right-radius:    5px;
    -webkit-border-bottom-left-radius:  5px;
    -webkit-border-bottom-right-radius: 5px;
}

span.okay
{
    font-weight: bold; 
    color: #32CD32;
}


div.boxlbl
{
    background-color:                   #6495ED;
    color:                              #FFFFFF;
    font-size:                          12px;
    font-weight:                        bold;
    border-top:                         1px solid #DCDCDC;
    border-left:                        1px solid #DCDCDC;
    border-right:                       2px solid #DCDCDC;
    border-bottom:                      2px solid #DCDCDC;
    padding:                            5px;
    border-radius:                      5px;
    border-top-left-radius:             5px;
    border-top-right-radius:            5px;
    border-bottom-left-radius:          5px;
    border-bottom-right-radius:         5px;
    -moz-border-radius-topleft:         5px;
    -moz-border-radius-topright:        5px;
    -moz-border-radius-bottomleft:      5px;
    -moz-border-radius-bottomright:     5px;

    -khtml-border-radius-topleft:       5px;
    -khtml-border-radius-topright:      5px;
    -khtml-border-radius-bottomleft:    5px;
    -khtml-border-radius-bottomright:   5px;

    -webkit-border-top-left-radius:     5px;
    -webkit-border-top-right-radius:    5px;
    -webkit-border-bottom-left-radius:  5px;
    -webkit-border-bottom-right-radius: 5px;
}

/*--------- Standard Tag-Redefinitionen ----------*/
@charset "UTF-8";
#lightbox
{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails
{
    font-size: 0.8em;
    padding-top: 0.4em;
}   

#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay
{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(/images/blank.gif);
    /*
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
    */
}
    
body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
    background-color: transparent;
    margin: 0px 0px 0 0;
    padding: 0px;
    padding-right: 0px;
}

p {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    background-color: transparent;
    color: #000000;
    margin-right: 15px;
    margin-left: 25px;
}

div.divblock {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    background-color: transparent;
    color: #000000;
    margin-right: 15px;
    margin-left: 25px;
}

li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #333333;
    background-color: transparent;
    margin-bottom:6px;
    /* margin-right: 25px; */
    margin-right: 5px;
}

li.nav {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    border: 1px dotted #DCDCDC;
    font-weight: normal;
    color: #333333;
    background-color: transparent;
    margin-bottom:3px;
    margin-right: 5px;
    margin-left: -35px;
}

li.nav:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    border: 1px dotted #DCDCDC;
    color: #333333;
    background-color: #FF0000;
    margin-bottom: 3px;
    margin-left: -25px;
    margin-right: 5px;
}

h1
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;

}

h2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: transparent;

}


h3
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: transparent;

}


span {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    background-color: transparent;
}

#BUTTON {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #336699;
    border: 1px solid #000;
    padding: 3px;
    margin: 4px 0 0 0px;
    background-image:                   url('/images/bgInput.png');
    text-decoration:none;
}


a.BUTTON {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #336699;
    border: 1px solid #000;
    padding: 3px;
    margin: 4px 0 0 0px;
    background-image:                   url('/images/bgInput.png');
    text-decoration:none;
}

#BUTTON:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    background: #336699;
    border: 1px solid #000;
    padding: 3px;
    margin: 4px 0 0 0px;
    background-image:                   url('/images/bgInputAktiv.png');
    text-decoration:none;
}


a.BUTTON:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    background: #336699;
    border: 1px solid #00ff00;
    padding: 3px;
    margin: 4px 0 0 0px;
    background-image:                   url('/images/bgInputAktiv.png');
    text-decoration:none;
}

input.BUTTON {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #336699;
    border: 1px solid #008000;
    padding: 3px;
    margin: 4px 0 0 0px;
    text-align: center;
    text-decoration:none;
    background-image:                   url('/images/bgInput.png');
    cursor: pointer;
}


input.BUTTON:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    background: #336699;
    border: 1px solid #008000;
    padding: 3px;
    margin: 4px 0 0 0px;
    text-align: center;
    text-decoration:none;
    background-image:                   url('/images/bgInputAktiv.png');
    cursor: pointer;
}


select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #336699;
    border: 1px solid #008000;
    border-bottom: 3px solid #cecece;
    border-right: 3px solid #cecece;
    padding: 3px;
    margin: 4px 0 0 0px;
    background-color: #ffffff;
    text-align: center;
    text-decoration:none;
    cursor: pointer;
}


select:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    background: #336699;
    border: 1px solid #008000;
    border-bottom: 3px solid #cecece;
    border-right: 3px solid #cecece;
    padding: 3px;
    margin: 4px 0 0 0px;
    text-align: center;
    text-decoration:none;
    background-color: #87cefa;
    cursor: pointer;
}


select:focus {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    border: 1px solid #008000;
    border-bottom: 3px solid #cecece;
    border-right: 3px solid #cecece;
    padding: 3px;
    margin: 4px 0 0 0px;
    text-align: center;
    text-decoration:none;
    background-color: #e0ffff;
    cursor: pointer;
}


input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    border: 1px solid #008000;
    border-bottom: 3px solid #cecece;
    border-right: 3px solid #cecece;
    padding: 3px;
    margin: 4px 0 0 0px;
    background-color: #ffffff;
    text-align: left;
    text-decoration:none;
    cursor: pointer;
}


input:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    background: #87cefa;
    border: 1px solid #008000;
    border-bottom: 3px solid #cecece;
    border-right: 3px solid #cecece;
    padding: 3px;
    margin: 4px 0 0 0px;
    text-align: left;
    text-decoration:none;
    cursor: pointer;
}


input:focus, textarea:focus {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    background-color: #e0ffff;
    border: 1px solid #008000;
    border-bottom: 3px solid #cecece;
    border-right: 3px solid #cecece;
    padding: 3px;
    margin: 4px 0 0 0px;
    text-align: left;
    text-decoration:none;
    cursor: pointer;
}

#logo {
  z-index: 101;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image:url('/images/dyndnslogo.gif'); 
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0px; 
  padding: 0px;  
  width: 150px;
  height: 150px;
}

#content {
  z-index: 101;
  position: absolute;
  left: 165px;
  top: 100px;
  background-color: transparent;
  margin: 0px; 
  padding: 5px;  
  width: 590px;
  /* border-bottom: 3px solid #cecece; */
  /* border-left: 1px solid #cecece;   */
}

#werbung {
  z-index: 101;
  position: absolute;
  left: 770px;
  top: 100px;
  background-color: transparent;
  margin: 0px; 
  padding: 0px;  
  width: 200px;
}

#topbanner
{
  z-index: 100;
  position: absolute;
  left: 145px;
  top: 0px;
  margin: 0px; 
  padding: 0px;  
  width: 830px;
  height: 100px;
}


#nav {
  z-index: 101;
  position: absolute;
  background-color: transparent;
  left: -2px;
  margin: 0px; 
  padding: 0px;  
  width: 152px;
  top: 148px;
}

table.nav {
  width: 150px;
  background-color: transparent;
}

td.nav {
  width: 145px;
  background-color: #FF0000;
  line-height: 12px;
  font-family: Verdana, Arial;
  border-bottom: 3px solid #cecece;
  border-right: 3px solid #cecece;    
  /*
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  */
  font-size: 11px;
  color: #ffffff;
  padding: 3px;
  cursor: pointer;
}

td.nav:hover {
  width: 145px;
  background-color: #708090;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #000000;
  border-bottom: 3px solid #cecece;
  border-right: 3px solid #cecece;  
  /*
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
 */
  padding: 3px;
  cursor: pointer;
}

td.aktiv {
  width: 145px;
  background-color: #32CD32;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #000000;
  line-height: 14px;
  border-bottom: 3px solid #cecece;
  border-right: 3px solid #cecece;
  /*
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  */
  padding: 3px;
  cursor: pointer;
}


a.navuser {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #008B8B;
  padding: 3px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

a.navuser:hover {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}


a.nav {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 3px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

a.nav:hover {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  padding: 3px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}


a.link {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #6699FF;
  padding: 3px;
  cursor: pointer;
  text-decoration: none;
}

a.link:hover {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #DD0000;
  padding: 3px;
  cursor: pointer;
  text-decoration: none;
}

a {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #6699FF;
  padding: 3px;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #DD0000;
  padding: 3px;
  cursor: pointer;
  text-decoration: none;
}


a.seitenanfang {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  /* color: #6699FF; */
  padding: 3px;
  cursor: pointer;
  text-decoration: none;

    padding: 5px;
    border-top:                         1px solid #DCDCDC;
    border-left:                        1px solid #DCDCDC;
    border-right:                       2px solid #DCDCDC;
    border-bottom:                      2px solid #DCDCDC;
    padding:                            5px;
    border-radius:                      5px;
    border-top-left-radius:             5px;
    border-top-right-radius:            5px;
    border-bottom-left-radius:          5px;
    border-bottom-right-radius:         5px;
    -moz-border-radius-topleft:         5px;
    -moz-border-radius-topright:        5px;
    -moz-border-radius-bottomleft:      5px;
    -moz-border-radius-bottomright:     5px;

    -khtml-border-radius-topleft:       5px;
    -khtml-border-radius-topright:      5px;
    -khtml-border-radius-bottomleft:    5px;
    -khtml-border-radius-bottomright:   5px;

    -webkit-border-top-left-radius:     5px;
    -webkit-border-top-right-radius:    5px;
    -webkit-border-bottom-left-radius:  5px;
    -webkit-border-bottom-right-radius: 5px;
}

a.seitenanfang:hover {
  background-color: transparent;
  font-family: Verdana, Arial;
  font-size: 11px;
  /* color: #DD0000; */
  background-color: #B0E0E6;
  padding: 3px;
  cursor: pointer;
  text-decoration: none;
    padding: 5px;
    border-top:                         1px solid #DCDCDC;
    border-left:                        1px solid #DCDCDC;
    border-right:                       2px solid #DCDCDC;
    border-bottom:                      2px solid #DCDCDC;
    padding:                            5px;
    border-radius:                      5px;
    border-top-left-radius:             5px;
    border-top-right-radius:            5px;
    border-bottom-left-radius:          5px;
    border-bottom-right-radius:         5px;
    -moz-border-radius-topleft:         5px;
    -moz-border-radius-topright:        5px;
    -moz-border-radius-bottomleft:      5px;
    -moz-border-radius-bottomright:     5px;

    -khtml-border-radius-topleft:       5px;
    -khtml-border-radius-topright:      5px;
    -khtml-border-radius-bottomleft:    5px;
    -khtml-border-radius-bottomright:   5px;

    -webkit-border-top-left-radius:     5px;
    -webkit-border-top-right-radius:    5px;
    -webkit-border-bottom-left-radius:  5px;
    -webkit-border-bottom-right-radius: 5px;


}




#msg
{
    BORDER-RIGHT: #080 3px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #080 3px solid;
    PADDING-LEFT: 20px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    Z-INDEX: 200;
    LEFT: 250px;
    PADDING-BOTTOM: 20px;
    MARGIN: 1px;
    BORDER-LEFT: #080 3px solid;
    COLOR: #080;
    PADDING-TOP: 20px;
    BORDER-BOTTOM: #080 3px solid;
    POSITION: absolute;
    TOP: 115px;
    BACKGROUND-COLOR: #eee;
    TEXT-ALIGN: center
}


#meldung
{
    BORDER-RIGHT: #080 3px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #080 3px solid;
    PADDING-LEFT: 20px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    Z-INDEX: 200;
    LEFT: 250px;
    PADDING-BOTTOM: 20px;
    MARGIN: 1px;
    BORDER-LEFT: #080 3px solid;
    COLOR: #080;
    PADDING-TOP: 20px;
    BORDER-BOTTOM: #080 3px solid;
    POSITION: absolute;
    TOP: 115px;
    BACKGROUND-COLOR: #eee;
    TEXT-ALIGN: center
}

#tossl
{
    BORDER-RIGHT: #080 3px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #080 3px solid;
    PADDING-LEFT: 20px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    Z-INDEX: 200;
    LEFT: 250px;
    PADDING-BOTTOM: 20px;
    MARGIN: 1px;
    BORDER-LEFT: #080 3px solid;
    COLOR: #080;
    PADDING-TOP: 20px;
    BORDER-BOTTOM: #080 3px solid;
    POSITION: absolute;
    TOP: 115px;
    BACKGROUND-COLOR: #eee;
    TEXT-ALIGN: center
}


#tologinmsg
{
    BORDER-RIGHT: #080 3px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #080 3px solid;
    PADDING-LEFT: 20px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    Z-INDEX: 200;
    LEFT: 250px;
    PADDING-BOTTOM: 20px;
    MARGIN: 1px;
    BORDER-LEFT: #080 3px solid;
    COLOR: #080;
    PADDING-TOP: 20px;
    BORDER-BOTTOM: #080 3px solid;
    POSITION: absolute;
    TOP: 115px;
    BACKGROUND-COLOR: #eee;
    TEXT-ALIGN: center
}


div.infotext
{
    font-family:                        Arial, Verdana, sans-serif;
    font-size:                          12px;
    border:                             1px solid #cecece; 
    background-color:                   #E0FFFF; 
    padding:                            5px;
    border-top:                         1px solid #DCDCDC;
    border-left:                        1px solid #DCDCDC;
    border-right:                       2px solid #DCDCDC;
    border-bottom:                      2px solid #DCDCDC;
    padding:                            10px;
    border-radius:                      10px;
    border-top-left-radius:             10px;
    border-top-right-radius:            10px;
    border-bottom-left-radius:          10px;
    border-bottom-right-radius:         10px;
    -moz-border-radius-topleft:         10px;
    -moz-border-radius-topright:        10px;
    -moz-border-radius-bottomleft:      10px;
    -moz-border-radius-bottomright:     10px;

    -khtml-border-radius-topleft:       10px;
    -khtml-border-radius-topright:      10px;
    -khtml-border-radius-bottomleft:    10px;
    -khtml-border-radius-bottomright:   10px;

    -webkit-border-top-left-radius:     10px;
    -webkit-border-top-right-radius:    10px;
    -webkit-border-bottom-left-radius:  10px;
    -webkit-border-bottom-right-radius: 10px;

}

#tn1 { position:absolute; top:11px; left:130px; padding:5px; visibility:hidden; margin:0px; color:#555555;}
#tn1 a { color:#0394d2; }
#tn2 { position:absolute; top:11px; left:210px; padding:5px; visibility:hidden; margin:0px; color:#555555;}
#tn2 a { color:#0394d2; }
#tn3 { position:absolute; top:11px; left:278px; padding:5px; visibility:hidden; margin:0px; color:#555555;}
#tn3 a { color:#0394d2; }
#tn4 { position:absolute; top:11px; left:350px; padding:5px; visibility:hidden; margin:0px; color:#555555;}
#tn4 a { color:#0394d2; }
#tn5 { position:absolute; top:11px; left:450px; padding:5px; visibility:hidden; margin:0px; color:#555555;}
#tn5 a { color:#0394d2; }

.maintopnavi {font-size:7.5pt; color:#0394d2; font-weight:bold;}
.topnavi     {font-size:7.0pt; color:#777777; font-weight:bold;}

.topnavibox {
  font-size:8pt;
  white-space:nowrap;
  z-index:100000;
  padding: 0px 0px 0px 0px;
  margin:  5px 5px 5px 5px;
}

.topnavibox a {
 font-size:8pt;
 color: #000000;
}
.topnavitable a {
  z-index:100000;
}

OPTION.unsupported{background-color:red; color:white}
OPTION.supported{background-color:darkgreen; color:white}
OPTION.unknown{background-color:yellow; color:black}

div.unsupported{background-color:red; color:white}
div.supported{background-color:darkgreen; color:white}
div.unknown{background-color:yellow; color:black}

legend
{
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
}

fieldset
{
    background-color:                   #E0FFFF;
    border-left:                        1px solid #DCDCDC;
    border-right:                       2px solid #DCDCDC;
    border-bottom:                      2px solid #DCDCDC;
    padding:                            5px;
    border-radius:                      5px;
    border-top-left-radius:             5px;
    border-top-right-radius:            5px;
    border-bottom-left-radius:          5px;
    border-bottom-right-radius:         5px;
    -moz-border-radius-topleft:         5px;
    -moz-border-radius-topright:        5px;
    -moz-border-radius-bottomleft:      5px;
    -moz-border-radius-bottomright:     5px;

    -khtml-border-radius-topleft:       5px;
    -khtml-border-radius-topright:      5px;
    -khtml-border-radius-bottomleft:    5px;
    -khtml-border-radius-bottomright:   5px;

    -webkit-border-top-left-radius:     5px;
    -webkit-border-top-right-radius:    5px;
    -webkit-border-bottom-left-radius:  5px;
    -webkit-border-bottom-right-radius: 5px;
}

span.okay
{
    font-weight: bold; 
    color: #32CD32;
}


div.boxlbl
{
    background-color:                   #6495ED;
    color:                              #FFFFFF;
    font-size:                          12px;
    font-weight:                        bold;
    border-top:                         1px solid #DCDCDC;
    border-left:                        1px solid #DCDCDC;
    border-right:                       2px solid #DCDCDC;
    border-bottom:                      2px solid #DCDCDC;
    padding:                            5px;
    border-radius:                      10px;
    border-top-left-radius:             10px;
    border-top-right-radius:            10px;
    border-bottom-left-radius:          10px;
    border-bottom-right-radius:         10px;
    -moz-border-radius-topleft:         10px;
    -moz-border-radius-topright:        10px;
    -moz-border-radius-bottomleft:      10px;
    -moz-border-radius-bottomright:     10px;

    -khtml-border-radius-topleft:       10px;
    -khtml-border-radius-topright:      10px;
    -khtml-border-radius-bottomleft:    10px;
    -khtml-border-radius-bottomright:   10px;

    -webkit-border-top-left-radius:     10px;
    -webkit-border-top-right-radius:    10px;
    -webkit-border-bottom-left-radius:  10px;
    -webkit-border-bottom-right-radius: 10px;
}


div.mainbox
{
    font-family:                        Arial, Verdana, sans-serif;
    font-size:                          14px;
    border:                             1px solid #cecece; 
    background-color:                   #FAFAD2; 
    border-top:                         1px solid #DCDCDC;
    border-left:                        1px solid #DCDCDC;
    border-right:                       2px solid #DCDCDC;
    border-bottom:                      2px solid #DCDCDC;
    padding:                            20px;
    border-radius:                      20px;
    border-top-left-radius:             20px;
    border-top-right-radius:            20px;
    border-bottom-left-radius:          20px;
    border-bottom-right-radius:         20px;
    -moz-border-radius-topleft:         20px;
    -moz-border-radius-topright:        20px;
    -moz-border-radius-bottomleft:      20px;
    -moz-border-radius-bottomright:     20px;

    -khtml-border-radius-topleft:       20px;
    -khtml-border-radius-topright:      20px;
    -khtml-border-radius-bottomleft:    20px;
    -khtml-border-radius-bottomright:   20px;

    -webkit-border-top-left-radius:     20px;
    -webkit-border-top-right-radius:    20px;
    -webkit-border-bottom-left-radius:  20px;
    -webkit-border-bottom-right-radius: 20px;

}
