/* CSS Document */        body        {                margin: 0;                padding: 0;                font: 85% tahoma, hevetica, sans-serif;                text-align: left;                color: #505367;                background-color: #eaeaff;                background-image: url(../../assets/images/bg_neu.jpg);                background-repeat:no-repeat;                background-attachment:fixed; padding:0px;                background-position: left;                }                h1                {	color: #ba0000;	margin-top: 5px;	margin-right: 5px;	margin-bottom: 5px;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 180%;                }                h3                {	color: #eaeaff;	background-color: #ba0000;	font: 140%/140% Georgia, "Times New Roman", Times, serif;	margin-top: 0;	padding-left: 15px;                }                h4                {	color: #eaeaff;	background-color: #FF6633;	font: 140%/140% Georgia, "Times New Roman", Times, serif;	margin-top: 0;	padding-left: 15px;                }a { text-decoration: none; outline: none; }a:link {        color: #737791;        text-decoration: underline;}a:visited {        color: #737791;        text-decoration: underline;}a:hover, a:focus {        color: #CC3333;        text-decoration: none;        /* background-color: #CC3333; */}a:active {        color: #737791;        text-decoration: none;}        #container        {                margin: 1em auto;                width: 800px;                height:auto                text-align: left;        }         #sprache        {                height: 20px;                text-align: right;               /* background-image:  url(../images/top_t.gif);                background-repeat: no-repeat;                background-position: 0 0;                    position: relative;     */                margin-right: 58px;        }        #header        {                height: 110px;                background-image:  url(../images/top_t.gif);                background-repeat: no-repeat;                background-position: 0 0;                position: relative;        }        #contents        {                height: auto                position: relative;                background-color: #FFDF90;                border-left: 1px solid #505367;                border-right: 1px solid #505367;                border-top: 1px solid #505367;        }        #footer        {                clear: both;                height: 30px;                position: relative;                border-top: 1px solid #505367;        }p {	font-weight: normal;}
