/* Elemente in allen Browsern zurücksetzen */

*
{
 margin: 0px;
 padding: 0px;
}

ul
{
 margin-left: 20px;
}

img
{
 border: 0px none;
}

/* Allgemein */


body
{
 background: url(../grafiken/background.jpg) repeat-x;
 background-color: #eeece1;
 font-family: Arial, Verdana;
 font-size: 10pt;
 color: #000000;
 margin-top: 0px;
}

a
{
 text-decoration: none;
 color: #000000;
}

a:visited
{
 text-decoration: none;
 color: #000000;
}

a:hover
{
 text-decoration: none;
 color: #948a54;
}

/* Webseite zentrieren */

#wrapper_main
{
 width: 960px;
 margin: 0px auto;
}

/* Banner */

#banner
{
 height: 187px;
 border-bottom: 8px solid #974478;
}

/* Navigation */

#navigation
{
 background: url(../grafiken/menu.jpg);
 height: 43px;
 width: auto;
 padding-top: 25px;
 padding-left: 40px;
}

.menu:link
{
 font-family: Arial;
 font-size: 10pt;
 color: #000000;
 text-decoration: none;
 padding: 2px;
 border-bottom: 0px;
}

.menu:visited
{
 font-family: Arial;
 font-size: 10pt;
 color: #000000;
 text-decoration: none;
 padding: 2px;
 border-bottom: 0px;
}

.menu:hover
{
 font-family: Arial;
 font-size: 10pt;
 color: #974478;
 text-decoration: none;
 padding: 2px;
 border-bottom: 2px solid #974478;
}

/* Content */

#content
{
 background: url(../grafiken/content.jpg) no-repeat;
 background-color: #eeece1;
 font-family: Arial;
 font-size: 8pt;
 color: #ffffff;
 height: 420px auto;
 padding-top: 47px;
 padding-left: 13px;
}

#titel
{
 font-family: Arial;
 font-size: 15pt;
 color: #c0504d;
 padding-left: 45px;
}

#float_titel
{
 font-family: Arial;
 font-size: 10pt;
 font-weight: bold;
 color: #974478;
 padding: 5px;
 border-bottom: 1px dashed #974478;
}

#bold_titel
{
 font-family: Arial;
 font-size: 11pt;
 font-weight: bold;
 color: #974478;
}

#contentbox
{
 background: url(../grafiken/ecke_oben.jpg) no-repeat 0 100% #ffffff;
 font-family: Arial;
 font-size: 10pt;
 color: #000000;
 padding: 10px;
 border: 1px solid #c0c0c0;
 width: 740px;
 height: 360px auto;
 min-height: 360px;
}

#contentbox p
{
 font-family: Courier New;
 font-size: 10pt;
 color: #000000;
}

#infobox
{
 font-family: Arial;
 font-size: 8pt;
 color: #000000;
 background: url(../grafiken/ecke_unten.jpg) no-repeat 0 100% #eeece1;
 height: 35px;
 padding-left: 50px;
 padding-top: 5px;
}

#txt-style
{
 color: #974478;
}

/* Footer */

#footer
{
 background-color: #eeece1;
 font-family: Arial;
 font-size: 10pt;
 color: #000000;
 border-top: 4px solid #974478;
 height: 65px;
 padding: 5px;
 margin-top: 15px;
 text-align: center;
}