a {
    color: #000000;
    text-decoration: underline;
}

 a:link {color:#000000;}
 a:visited {color:#000000;}
 a:hover {color:#000000;}
 a:active {color:#000000;}

a img {
    border: none;
}

h1 {
    color: #339900;
    font-size: 2em;
    font-weight: bold;
}

h2 {
    color: #339900;
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    color: #339900;
    font-size: 1.2em;
    font-weight: bold;
}

img {
    border: none;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #666666;
    font-size: 11px;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
} 

#balken {
    position:absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 120px;
    margin-top: -60px;
    background-color: #EC671C;
    z-index: 0;
}
#page {
    position: absolute;
    top: 0px;
    width: 900px;
    height: 650px;
    left: 50%;
    margin-left: -450px;
}

#logo {
    width: 100%;
    height: 62px;
    top: 1px;
}
#logo img{
    float: right;
}

#hauptmenue {
    clear: both;
    background-color: #333333;
    color: #FFFFFF;
/*    padding-left: 10px; */
    height: 20px; 
}

#farbbalken {
    left: 0px;
    top: 0px;
    height: 15px;
}

#subnavi {
    left: 0px;
    top: 0px;
    height: 15px;
    background-color: #EAEAEA;
}

#leftbar {
    float:left;
    width: 300px;
    height: 530px;
    background-color: #CCCCCC;
    margin-top: 3px;
}
#leftbar_bottom {
    width: 300px;
    height: 230px;

}

#leftcontent_unten {
    position: absolute;
    bottom: 10px;
    margin-left: 5px;
}

#content {
    float: right;
    width: 596px;
    height: 530px;
    background-color: white;
    margin-top: 3px;
}

#content_head {
    width: 580px;
    height: 15px;
    margin: 5px 10px 3px 10px;
    color: #339900;
    font-size: 1.8em;
    font-weight: bold;
}
#content_head3 {
    width: 580px;
    height: 40px;
    margin: 10px 10px 10px 10px;
    color: #339900;
    font-size: 1.4em;
    font-weight: bold;
}
#content_body {
    width: 581px;
    height: 425px;
    margin: 15px 0px 5px 0px;
    padding: 0px 5px 10px 10px;
    overflow: auto;
}
.textbereich {
    width: 550px;

}
.img_right {
    float: right;
    margin: 0px 10px 3px 10px;
}

#content_head1 {
    width: 580px;
    height: 25px;
    margin: 5px 10px 5px 10px;
    color: #339900;
    font-size: 2em;
    font-weight: bold;
}

#content_head2 {
    width: 100%;
    text-align: center;
    height: 25px;
    color: #339900;
    font-size: 1.6em;
    font-weight: bold;
}

#content_body p {
    margin: 0px 0px 15px 0px;
    line-height: 1.4em;
}
#content_body li {
    line-height: 1.8em;
}


#leftbar_top {
    height: 300px;
    width: 300px;
}
#subnavi_links {
    float: left;
    width: 300px;
}
#subnavi_lang {
    float: left;
}
#subnavi_zusatz{
    float: right;
    margin-right: 10px;
}

#subnavi_rechts {
    float: right;
}

.flagge {
    margin-left: 3px;
    margin-top: 1px;
}

#search {
    position: relative;
    height: 20px;
    width: 212px;
    margin-left: 20px;
}
#search input {
    background-color: #EAEAEA;
    border: 1px solid #999966;
}

#search_send.sbmt {
    background-color: transparent;
    border: none;
    float: right;
}

#AdOnlineShop {
    font-size: 1.5em;
    font-weight: bold;
    color: #ff6633;
}
#AdOnlineShop a {
    font-size: 1.5em;
    font-weight: bold;
    color: #ff6633;
}
#Zitatbox {
    position: relative;
    top: 80px;
}
#Zitatbox .Zitat{
    font-weight: bold;
    margin: 0 10px 0 5px;
}
#Zitatbox .Autor{
    margin: 0 10px 0 5px;
}
#ie6warnung {
    position:absolute;
    z-index: 2000;
}
#copyright {
    position: relative;
    clear: both;
    width: 900px;
    height: 15px;
    background-color: #EAEAEA;
    top: 3px;
    text-align: center;
}

#ContentContainer {
    position: absolute;
    width: 900px;
    height: 534px;
/*    background-color: #000000; */
}
#content1 {
    position: relative;
    float: left;
    width: 596px;
    height: 520px;
    background-color: white;
    margin-top: 3px;
    margin-left: 4px;
}

#leftbar1 {
    position: relative;
    float:left;
    width: 300px;
    height: 520px;
    background-color: #CCCCCC;
    margin-top: 3px;
}
#leftbar_bottom1 {
    position: relative;
    width: 300px;
    height: 220px;
}
#leftbar_top1 {
    position: relative;
    height: 300px;
    width: 300px;
}
#copyright1 {
    position: relative;
    clear: both;
    width: 900px;
    height: 15px;
    background-color: #EAEAEA;
    top: 3px;
    text-align: center;
}


