body {
    margin: 0;
    padding: 0;
    background: #383838 url(resources/images/background/bgmain.jpg) repeat-y 50% 0;
    width: 100%;
}

#aussen {
    padding: 0;
    margin: 0;
    background: url(resources/images/background/lay_inkl_new.jpg) no-repeat center top;
}

h2 {
    font-family: arial, helvetica, tahoma, verdana, sans-serif;
    color: #D6D6D6;
    margin-bottom: 18px;
    letter-spacing: 2px;
    font-size: 18px;
    border-bottom: solid 0 #746b64;
    padding-bottom: 4px
}

.logostyle {
    border: solid 1px #800000;
}

.imgstyle {
    float: left;
    border: solid 1px #800000;
    margin: 30px 30px 30px 0;
}

#bannertop {
    height: 80px;
    text-align: center;
    background: url(resources/images/background/hinter.jpg) repeat center top;
    border-bottom: solid 1px #800000;
}

#top1 {
    height: 1px;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
    color: #b6b6b6;
    font-size: 14px;
}

#top2, .top2 {
    height: 110px;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    color: #b6b6b6;
    font-size: 14px;
}

#leiste {
    vertical-align: middle;
    text-align: center;
    height: 140px;
    border-top: solid 0 #CFCFCF;
}

#hpname {
    letter-spacing: 2px;
    font-size: 20px;
    font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
    font-style: italic;
    color: #b6b6b6;
    font-style: italic;
    width: 700px;
    border-top: solid 0 #666666;
    padding: 0;
}

.buleiste {
    vertical-align: middle;
    height: 35px;
    padding-right: 0;
    border-bottom: solid 0 #000;
    border-bottom: solid 0 #000;
    margin: 0;
    padding: 0;

}

#leiste2 {
    vertical-align: middle;
    text-align: center;
    height: 1px;
}

/* menue horizontal */

#menu2 a, #menu2 a:visited, #menu2 a:active {
    display: block;
    color: #f7f7f7;
    text-decoration: none;
    font-size: 12px;
    font-family: arial, helvetica, tahoma, verdana, sans-serif;
    padding: 0;
    border-left: none;
    border-right: solid 1px #6b4144;
    border-top: solid 1px #6b4144;
    border-bottom: solid 1px #6b4144;
    line-height: 35px;
    height: 35px;
    text-align: center;

    background-color: #831a21;
}

#menu2 a.last {
	border-right: none;
}

#menu2 a:hover {
    background-color: #a31f2a;

}

#main {
    height: 800px;

    background-image: url(resources/images/background/bgin.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

#main2 {
    background-repeat: no-repeat;
    background-position: center bottom;
}

#inbox {
    text-align: justify;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 19px;
    font-family: arial, helvetica, tahoma, verdana, sans-serif;
    color: #b6b6b6;
}

#navbox {
    color: #fff;
    font: normal 11px/15px verdana, sans-serif;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background-color: #4f0e12;
    border-right: solid 1px #6b4144;
    border-left: solid 1px #6b4144;
    width: 120px;
    vertical-align: top;
    text-align: center;
}

#fussb {
    font-family: arial, helvetica, tahoma, verdana, sans-serif;
    font-size: 12px;
    color: #f7f7f7;
    height: 145px;
    text-align: center;
    vertical-align: middle;
    background-image: url(resources/images/background/fuss.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 10px;
    letter-spacing: 3px;
}

#fussb2 {
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #800000;
    height: 52px;
    text-align: center;
    vertical-align: middle;
    font-style: italic;
    letter-spacing: 3px;
    background: url(resources/images/background/fuss2.gif) no-repeat top center;
}

/* menue vertikal */

#menu1 a, #menu1 a:visited, #menu1 a:active {
    display: block;
    color: #f7f7f7;
    text-decoration: none;
    text-align: left;
    width: 177px;
    padding-left: 10px;
    line-height: 24px;
    font-size: 11px;
    font-family: arial, helvetica, tahoma, verdana, sans-serif;
    margin: 0;
    border-top: solid 0 #fff;
    border-bottom: solid 1px #6b4144;
    font-style: normal;
    background: #a31f2a repeat-x 0 0;
}

#menu1 a:hover {
    background-color: #831a21;
    color: #fff;
    text-decoration: none;

}

/* allgemeine links im text */

a:link, a:visited, a:active {
    font-size: 15px;
    line-height: 19px;
    font-family: arial, helvetica, tahoma, verdana, sans-serif;
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #3F3F3F;
    text-decoration: underline;
    cursor: pointer;
}