#dieIE6 {
    display: none;
}

html, body {
/*  
    background-color: black;
    margin: 0;
    padding: 0;*/
    height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
    min-height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}

/** BASIC TAGS **/
body {
    background:black;
    font-family: Verdana, Arial, sans-serif;
    font-size:100.01%;
    line-height:12px;
    /*text-align:center;*/
    padding:0px;
    margin:0px;
    behavior:url("csshover.htc");
/*    height: 100%;*/
}


p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h1+p,
h2+p,
h3+p,
h4+p {
margin-top: 0px;
}

h1 {
padding-top:5px;
font-size:16px;
}

h2 {
font-size:14px;
}

h3 {
font-size:12px;
font-weight:bold;
}

h4 {
font-size:12px;
font-weight:bold;
font-style:italic;
margin-bottom:5px;
}

h5 {
font-size:10px;
font-weight:bold;
margin-bottom:3px;
}

p {
line-height:15px;
margin: 0px;
}

ul {
line-height:15px;
}

th {
/*font-family: Arial, Verdana, sans-serif;*/
font-size:12px;
line-height:15px;
background:#E1D7BC;
text-align:left;
}

td {
/*font-family: Arial, Verdana, sans-serif;*/
font-size:0.75em;
font-size: 12px;
line-height:15px;
}

.right,
td.right {
    text-align:right;
}
.left,
td.left {
    text-align:left;
}
.center,
td.center {
    text-align:center;
}

a:link {
font-weight:normal;
color:#840000;
text-decoration:none;
}

a:visited {
font-weight:normal;
color:#840000;
text-decoration:none;
}

a:active {
    font-weight:normal;
    color:#072350;
    text-decoration:none;
}

a:hover {
    font-weight:normal;
    color:#072350;
    text-decoration:none;
}

a.premium {
    font-weight:bold;
}

.error a {
    padding-left:8px;
    background-image:url(img/arrow_right_raquo.png);
    background-repeat:no-repeat;
    background-position:0px 60%;
}
.error a:hover {
    background-image:url(img/arrow_right_raquo_hover.png);
}


img {
border:0px;
padding:0px;
margin:0px;
}

hr {
border:0px;
border-top:solid 1px black;
border-bottom:transparent;
}

form {
margin:0px;
}

label{
    cursor: pointer;
}

input {
font-family: Arial, Verdana, Sans-Serif;
font-size:12px;
font-weight:normal;
}

input[type=radio],input[type=checkbox]{ vertical-align: middle; }

input.disabled {
background:silver;
color:gray;
}

pre {
margin:0px;
}

pre.code {
white-space:pre;
margin:0px;
display:inline;
}



.floatLeft {
    float:left;
}
.floatRight {
    float:right; 
}

.marginRight10 {
    margin-right:10px;
}


/** LAYOUT **/

.hardbreak-col{
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre;
    white-space: -hp-pre-wrap; /* HP Printers */
    white-space: pre-line;
}

.hardbreak-item{
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.shortcut {
background-image:url(img/layout/sc_middle.png);
background-repeat:repeat-x;
}

.shortcut_pane {
position:absolute;
top:153px;
width:790px;
margin:0 20px 0 30px;
}

.quickstart_pane {
width:840px;
background-image:url(img/layout/qs_back.png);
background-repeat:repeat-y;
margin:0;
padding:0;
padding:0 30px 0 30px;
}

.quickstart_pane a.txt, .quickstart_pane a:link.txt, .quickstart_pane a:visited.txt, .quickstart_pane a:hover.txt {
color:white;
font-size:10px;
font-family: Arial, Verdana, Sans-Serif;
margin:-5px 0 0 5px;
}

.quickentry {
float:left;
margin:0 10px 0 0;
}

.quickico {
width:24px;
height:23px;
background-image:url(img/layout/qs_icoback.png);
text-align:center;
vertical-align:middle;
}

.head1 {
color:white;
font-size:10px;
font-family: Arial, Verdana, Sans-Serif;
padding:0px 2px 0px 2px;
}

.head1 a, .head1 a:link, .head1 a:visited, .head1 a:hover {
color:white;
font-size:10px;
font-family: Arial, Verdana, Sans-Serif;
}

.mainpane {
margin:0px auto;
width:840px;
overflow:visible;
}

.mainpanehelp {
margin:0px auto;
width:920px;
overflow:visible;
}

.max {
width:100%;
}

.contentpane {
padding:0px 10px 15px 10px;
}

.forum_contentpane {
padding:0px 0px 0px 10px;
width:790px;
}

table.borderlist {
padding:0px;
margin:0px;
border-spacing:0px;
border:1px solid #CFAB65;
border-collapse:collapse;
empty-cells:show;
/* width: 70%; */
}

/* table.borderlist td:nth-child(1){
    width: 0.1%;
}
table.borderlist td:nth-child(2){
    width: 2%;
}
table.borderlist td:nth-child(3){
    width: 2%;
}
table.borderlist td:nth-child(4){
    width: 1%;
} */
.borderlist th {
background:url(img/layout/bg_table_head.png) repeat;
padding:0 3px 0 3px;
height:36px;
border:1px solid #CFAB65;
}

.borderlist td {
background:url(img/layout/bg_table_cell.jpg) repeat;
padding:0 3px 0 3px;
height:21px;
border:1px solid #CFAB65;
}

.borderlist td.shadow {
background:url(img/layout/bg_table_cell2.jpg) repeat;
}

table.noborder {
border:0px;
background:none;
}

.noborder th {
border:0px;
background:none;
}

.noborder td {
border:0px;
background:none;
}

.nomargin th {
margin:0px;
padding:0px;
}

.nomargin td {
margin:0px;
padding:0px;
}
