/*
Used Hacks:
- backslash hack for IE mac
- * html hack for IE < 7
- IEroot hack for all IE > 7
*/

body {
        margin: 0;
        background-color:#F8F8F8;
        font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#container {
        padding:25px 20px 0px 20px;
        margin-left:auto;
        margin-right:auto;
        width:862px;
        position:relative;
        background-color:#FFFFFF;
}

#header {
        height: 146px;
}

#compname{
        height:118px;
}

#logo {
        background-repeat:no-repeat;
        float:left;
        width:350px;
        margin-left:-10px;
}

#topright {
        font-size:14px;
        float:left;
        position:absolute;
        width:387px;
        right:40px;
}

#contact {
        font-size:14px;
        float:left;
        position:absolute;
        width:211px;
        right:20px;
        top:69px;
}

#menu_con {
        height:28px;
        padding-left:0px;
        font-size:14px;
        border-bottom:dotted 1px;
        position:absolute;
        width:862px;
}

#main {
        
        
}

#IEroot #main {
        margin-top:40px;
}

#title {
        padding-left:20px;
        border-bottom:dotted 1px;
}

#banner {
        
}

#content {
        background-image:url(../images/linie.jpg);
        padding:20px 20px 20px 20px;
        width:822px;
        line-height: 1.5em;
        float:left;
        font-size:14px;
        margin-top:25px;
        border-right:dotted 1px;
}

#content_simple {
        padding:0px 40px 0px 20px;
        width:822px;
        line-height: 1.5em;
        font-size:14px;
        margin-top:25px;
}

#content_news {
        padding:0px 0px 0px 20px;
        width:972px;
        line-height: 1.5em;
        font-size:14px;
        margin-top:5px;
}

#content_news h2 {
        line-height: 0.5em;
}

#content_news p {
        line-height: 0.5em;
}

#content_news .NewsText{
        line-height: 1.5em;
}


#content_news .news {
        line-height: 0.5em;
        margin-bottom:25px;
}

#right {
        width:231px;
        float:left;
        font-size:14px;
        margin-top:5px;
}

#news {
        padding:20px 20px 20px 20px;
        border-bottom:dotted 1px;
}

#weblinks {
        padding:20px 20px 20px 20px;
}

h1 {
        font-size:24px;
        font-weight:normal;
        color:#333333;
}

h2 {
        font-size:16px;
        font-weight:normal;
}

h3 {
        font-size:14px;
        font-weight:bold;
        color:#18af02;
}

#hometext{
        font-size:20px;
        font-weight:lighter;
        color:#393939;
        line-height: 2.0em;
        list-style-image:url(../images/bullet.jpg);
}

#menu ul li a:hover{
        background-color:#D4D4D4;
}

#menu ul li#current a{
        background-color:#18af02;
}

#footer {
        height: 20px;
        border-top:dotted 1px;
        font-size:8pt;
        padding-top:5px;
        margin-top:20px;
}

#footer_left {
        float:left;
        padding-left:20px;
}

#footer_right {
        float:right;
        padding-right:20px;
}


/* The Aslett Clearing Method */
.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}

/* A fix for IE Mac*/
.clearfix {*display: inline-table; /* stern hinzugefügt für FireFox3 lösung*/
}

/* A Hack for IE and backslash hides from IE mac\*/
* html .clearfix { height:1%;}
#IEroot .clearfix { height:1%;}
.clearfix { *display: inline-block;}/* stern hinzugefügt für FireFox3 lösung*/
/* end backslash hack */