

table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    margin: 0;
    padding: 0;
    spacing: 0;
    border: 0;
    text-align: left;
  }


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    margin: 0;
    background-color:#9d9d9b;
    background-image:url(hg_dark.gif);
    margin-top: 0%;
    scrollbar-face-color:#990000;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color:#CC3131;
    scrollbar-shadow-color:#1C1C1C;
    scrollbar-highlight-color:#CC3131;
    scrollbar-3dlight-color:#1C1C1C;
    scrollbar-darkshadow-Color:#1C1C1C;

  }


#container {
    width: 978px;
    margin: 0px auto;
  }


#header {
    padding: 0;
    color: #fff;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    padding-left: 25px;
    padding-right: 25px;
  }


#header #text {
    position: relative;
    top: 130px;
    left: 10px;
    color: #fff;
    z-index:2;
    font-size: 60px;
    font-weight: default;
  }


#header #description {
    padding-top: 128px;
    padding-left: 85px;
    font-weight: default;
  }



#main_2 {
    min-width:155px;
    padding:10px;
    padding-right: 25px;
    vertical-align: top;
    max-height: auto;
  }


#bar1_2 {
    display : block;
    min-width : 105px;
    padding-bottom : 10px;
    padding-left : 26px;
    padding-right : 10px;
    padding-top : 16px;
    vertical-align : top;
    width : 105px;
  }




#footer {
    padding: 0px;
    height: 34px;
    min-height: 34px;
    max-height: 34px;
    text-align: center;
  }


#white {
    min-height: 34px;
    padding: 0px;
  }


.style2 {
    font-family: Arial;
    font-size: 10px;
  }


.blog-entry {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }


.blog-title {
    color: #d60000;
    font-size: 150%;
    font-weight: bold;
    padding: 4px;
 
  }


.blog-title a {
    text-decoration: none;
    color: #d60000;
  }


.blog-title a:hover {
    color: #ff0000;
  }


.blog-body {
    text-align: justify;
  }


.blog-addinfo {
    text-align: right;
    font-size: 10px;
    color: #999;
  }


.blog-tb {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    font-size: x-small;
  }


.chatbox {
  }


.chatbox-entry {
    padding-bottom: 5px;
  }


h1, h1 a {
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 0px;
    color:#d60000;
    font-weight:bold;
    vertical-align: middle;
  }


h2, h2 a {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
  }


h2 {
    xborder-bottom: 1px dotted #ddd;
  }


h3, h3 a {
    padding: 0px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
  }


h4,h4 a {
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    margin-top:1px;
    margin-bottom: 1px;
  }


h5,h5 a {
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 16px;
    margin-top:1px;
    margin-bottom: 1px;
  }


h6, h6 a {
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    margin-top:0px;
    margin-bottom: 0px;
  }


.terminal {
    margin: 15px;
    padding:15px;
    font-size: small;
    font-family: "Courier New", Courier;
    background:darkslategray;
    xborder: solid 1px silver;
    line-height:110%;
    color:ghostwhite;
    width: 90%;
  }


.code, .xml , .script {
    margin: 15px;
    padding:15px;
    font-size: small;
    font-family: "Courier New", Courier;
    background:whitesmoke;
    border: solid 1px silver;
    line-height:110%;
    color: #000dbd;
    width: 90%;
  }


.keyword {
    color: #00a20b;
  }


.comment {
    color:red;
  }


.literal {
    color: purple;
  }


.calendar {
    margin-top: 10px;
    padding: 2px;
    border: 1px solid #ddd;
    width: 100%;
  }


.calendar .monthyear {
    color: #fff;
    background: #f6960b;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
  }


.calendar .weekday {
    color: #999;
    background: #eee;
    font-size: 8px;
    padding: 2px;
  }


.calendar .noday {
    color: #aaa;
    font-size: 8px;
    padding: 2px;
  }


.calendar .noday a {
    color: #aaa;
    text-decoration: underline;
  }


.calendar .day {
    color: #333;
    font-size: 8px;
    padding: 2px;
  }


.calendar .day a {
    color: #f6960b;
    text-decoration: underline;
  }


.calendar .today {
    background-color: #f6960b;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    padding: 2px;
  }


.calendar .today a {
    color: #fff;
    text-decoration: underline;
  }


.calendar .selectedday {
    background-color: #eec;
    color: #663;
    font-weight: bold;
    font-size: 8px;
    padding: 2px;
  }


.calendar .selectedday a {
    color: #663;
    text-decoration: underline;
  }


.borderimage {
    border: 1px solid #ddd;
    padding: 2px;
    max-height: 200px;
    min-height: 200px;
    max-width: 300px;
    min-width: 300px;
  }


.filebrowser-location {
    border-bottom: 1px solid #ddd;
    text-align: right;
    margin-bottom: 10px;
  }


.filebrowser-item {
    float: left;
    width: 150px;
    text-align: center;
    font-size: x-small;
    padding-top: 0.5em;
    height: 90px;
  }


.filebrowser-date {
    color: #666;
  }


.filebrowser-size {
    color: #999;
  }


#rss_time {
    border: 1px solid #5255a5;
    background: #f6960b;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
  }


.tableform td {
    display: table-cell;
    vertical-align: top;
  }

address {
    font-weight:normal;
 font-style:normal;
}

text {
    color: font-family: Arial, Helvetica, sans-serif;
  }


a {
    color: font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    TEXT-DECORATION: none;
  }




.linkimg {
    border: 0px solid #babdb6;
    padding: 4px;
    height: 112px;
    width: 150px;
  }


a:hover {
    color: #d60000;
  }


a:visited {
    color: #666666;
  }



#footertext {
    color: #666666;
    font-weight:bold;
    TEXT-DECORATION: none;
    text-align: center;
    font-size: 9px;
  }


#contentmenu_1 {
    face:"Arial,Helvetica,Univers,Zurich BT,sans-serif";
    size:"+2">;
  }


#contentmenu_2 {
    face:"Arial";
    size:"+1">;
  }


#topmenu {
    border-spacing: 5px;
  }


.moveup {
    vertical-align: top;
    margin-top: 0%;
  }


.logo {
    background-image: url("background.jpg");
    height: 126px;
  }


.mainblock {
    background-image: url("hg.gif");
    vertical-align: top;
    position: relative;
  }


.scrollcontent {
    overflow: auto;
    height: 540px;
    width: 99%;
    padding: 2px;
    scrollbar-face-color:#990000;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color:#CC3131;
    scrollbar-shadow-color:#1C1C1C;
    scrollbar-highlight-color:#CC3131;
    scrollbar-3dlight-color:#1C1C1C;
    scrollbar-darkshadow-Color:#1C1C1C;
  }

.scrollcontent_hor {
    height : 112px;
    overflow : auto;
    padding-bottom : 1px;
    padding-left : 2px;
    padding-right : 2px;
    padding-top : 2px;
    scrollbar-3dlight-color : #1C1C1C;
    scrollbar-arrow-color : #FFFFFF;
    scrollbar-darkshadow-Color : #1C1C1C;
    scrollbar-face-color : #990000;
    scrollbar-highlight-color : #CC3131;
    scrollbar-shadow-color : #1C1C1C;
    scrollbar-track-color : #CC3131;
    vertical-align : middle;
    width : 99%;

  }

.bigframe {
    width: 978px;
    border: 1px;
  }


.Stil10 {
    color:#d60000;
    font-weight:bold;
    vertical-align: middle;
  }


.resetknopf {
    font-weight: bold;
    background-color: #d60000;
    font-size:9pt;
    color: #000000;
 border:0;
  }


.abschicken {
    font-weight: bold;
    background-color: #000000;
    font-size:9pt;
    color: #d60000;
 border:0;
  }


.bottommenu {
    border-spacing: 2px;
    font-size: 11px ;
    text-decoration: none;
    background-image: url(bottom_menu_bk.jpg);
  }


.topmenu {
    text-align : center;
    background-image: url(top_menu_bk.jpg);
  }


.vcenter {
    vertical-align: middle;
    margin-top: 40px;
  }





h1, h2, h3, h4, ul, ol, li, div, td, th,  blockquote, nobr, b, i {
    font-family: Arial;
    font-weight: bold;
  }



.normal {
    margin-top:2px;
    margin-bottom:2px;
    font-family: "Arial";
    font-weight: default;
  }


.linkbanner {
    font-size: 16px;
    color: #ffffff;
 vertical-align: top;
  }


.borderX {
    margin-top:6px;
width:40px;
height:32px;
  }

.kartentable {
 min-width:60%;
 width:60%;
}

.big {
    font-size: large;
  }


.bigger {
    font-size: larger;
  }





.h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #d60000;
}

.h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #000000;
}
.standard {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: default;
color: #000000;
}

.albumpagepics {
 padding-left:0px;
 border-bottom: 1px solid #ddd;
}


