* {
    padding: 0;
    margin: 0;
}

body {
background: #fff url(/images/bg.jpg) repeat-x top;
font-family: "Arial" Verdana, Arial, sans-serif;
font-size: 14px; /*menu schrieft größe*/
color: #333333;
line-height: 24px;
}

a {
        color: #006600;
        text-decoration: none;
}

a:hover {
        color: #FF0000;
        text-decoration: underline;
}

#wrap {
width: 1050px;
padding-left: 20px;
margin: 0 auto;
}


#header {
height: 100px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: 0px;
padding: 25px 0 0 0px;

}
#header h1 a {
text-decoration: none;
color: #B7271F;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #666;
font-size: 17px;
font-weight: 100;
padding: 0 0 0 1px;
}


#menu {
height: 30px;
line-height: 30px;
}
#menu ul {
padding-left: 2px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 50px 0 0;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
margin: 40px 0;
line-height: 17px;
}

.left {
float: left;
width: 900px;
text-align: ;
}
.left h2 {
color: #B7271F;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.left h2 a {
color: #B7271F;
}
.left h2 a:hover {
color: #333;
}

.right {
margin-top: 10px;
float: right;
width: 160px;
padding: 10px;
background: #FFDDDD;
border: 1px solid #990000;
}
.right h2 {
font-size: 12px;
color: #555;
padding: 5px 0 2px 0;
}
.right ul {
list-style-type: none;
padding: 5px 0 10px 0;
}
.right ul li {
}
.right ul li a {
display: block;
border-bottom: 1px solid #999;
color: #666;
padding: 2px 10px;
}
.right ul li a:hover {
color: #333;
text-decoration: none;
}

#footer {
background: #fff url(/images/footer.jpg) repeat-x top;
margin: 0px 0;
font-size: 13px;
color: #000000;
}
#footer a {
color: #000000;
}
#footer a:hover {
color: #000000;
text-decoration: underline;
}

/*Hauuptmenu-----------------------------------------------------------*/

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90; /*Width of top level menu link items*/
padding: 3px 10px; /*menu tasten verbreitern*/
border: 1px; /*rahmen farbe Tabelle*/
border-left-width: 0;
text-decoration: none;
color: white;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: #A3B593; /*overall menu background color*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 190px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 1px 2px;
border: 1px solid #A3B593;
}

.suckertreemenu ul li a:hover{
background-color: #8CA377;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #8CA377 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
