/**
* Main (body etc.)
************************************************/

body {
        margin: 0px;
        padding: 0px;
        background: #000000;
        color: #a9a8a8;
        font-style:normal;
        font-variant:normal;
        font-weight:normal;
        font-family:Lucida Grande, sans-serif;
}

a, a:visited{
        color: #FFFFFF;
        text-decoration:none;
}

a:hover{
        text-decoration:underline;
}

table{
        margin: 0px;
        padding: 0px;
}


td, th{
        margin: 0px;
        padding: 10px;
        font-weight:normal;

}

#content {
        width: 800px;
        height:100%;
/*        float: left;
        display:inline;
        text-align: justify;      */
        margin-top:10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:0px;
        background: #353434;

}


.entry{
        float: right;
        width: 786px;
        margin-top:0px;
        margin-left: auto;
        margin-right: auto;
        padding-top:10px;
        padding-right: 10px;
        text-align: right;
        background: #2F2F2F;
        border-left: 2px solid #0836e7;
        border-right: 2px solid #0836e7;

}

.borange {  font-family: Arial, Helvetica, sans-serif; line-height: 110%; font-weight: bold; color: #800000}
.gsmall { font-family: Arial, Helvetica, sans-serif; font-size:11px; line-height:120%; color: #6F6F6F }
.legende { font-style: italic; }

.textkasten{
        color: #000000;
        align: left;
        width: 450px;
        background: #c0c0c0;
        margin: 0px 0px 0px 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px dashed #000000;
}

.javascriptkasten {
        color: #000000;
}
/**
* Inhalt
************************************************/

.logobild {
  margin: 10px 0px 0px 10px;
}

#inhalt_01 {
        float: right;
        text-align: right;
        width: 600px;
        font-size: 30px;
        line-height: 40px;
        display:inline;
        margin: 20px 20px 10px 10px;
        padding-top: 20px;
}

#inhalt_01 a b {
        color: #00FFFF;
        text-decoration:none;
        text-size: 30px;
}

#text_01 {
         float: right;
	width:480px;
         text-align: left;
         margin: 0px 0px 10px 10px;
         font-size:15px;
         line-height:19px;
}


/**
* sidebar - menu
************************************************/

#sidebar {
        float: left;
        width: 120px;
        line-height:15px;
        font-size:11px;
        display:inline;
        margin: 10px 10px 10px 10px;
        padding: 0px;
        padding-top: 0px;
        background: #2F2F2F;

}

#sidebar h2 {
        color: #999;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 8px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 4px;
        padding-left: 0px;
        border-bottom: 1px solid #ccc;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
}
#sidebar ul {
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0;
}

#sidebar ul li {
        display: inline;
        margin:0;
        padding:0
}
#sidebar li{
        list-style: none;
}

#sidebar ul li a {
        border-bottom: 1px dotted #666;
        color: #FFFFFF;
        display: block;
        text-decoration: none !important;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 4px;
        padding-left: 25px;
        background-repeat: no-repeat;
        background-position: 10px 50%
}


#sidebar ul li a:hover{
        color: #000000;
        background-color: #EFEFEF;
}

/**
* sideillu - menu
************************************************/

#sideillu {
        float: left;
        width: 250px;
        line-height:15px;
        font-size:11px;
        display:inline;
        margin: 10px 10px 10px 10px;
        padding: 0px;
        padding-top: 0px;
        background: #2F2F2F;

}



/**
* footer
************************************************/


#footer_01 {
        float: right;
        text-align: center;
        line-height:15px;
        font-size:11px;
        height: 40px;
        border-top-width: 2px;
        border-top-style: dotted;
        border-top-color: #666;
        width: 786px;
        padding-top: 10px;
        margin-right: auto;
        margin-left: auto;
        margin-top:10;
}



#footer_01 a {
        color: #BFBFBF;
        text-decoration:none;
}


#footer_01 a:hover{
        text-decoration:underline;
}