/* ALLGEMEIN */
body {margin: 0; padding: 10px; font: 9px Verdana, Arial, Helvetica, sans-serif; text-align: center; background-color: #707173;}
/* Positionierung etc. */
#header {background-color: transparent; height: 100px; width: 800px; margin: 0; padding: 0; text-align:center;}
#site {background-color: #fff; color: #707173; position: absolute; width: 800px; height: 600px; top: 50%; left: 50%; min-width:800px; margin-top: -300px; margin-left: -400px; text-align: left;}
#content {background-color: transparent; overflow:auto; height:440px;}
#footer {background-color: transparent; margin-top:5px; height:30px; padding:0;} /*margin-top:-5px */
#divleft {float: left;}
#divright {float: right;}
#divcenter {text-align: center; width: 800px;}
.clr {clear: both;}
/* Formatierung etc. */
ul li {list-style-type: none;}
.textbold, .textnormal, .textnormal2, .textkursiv, .textcapital{font-size: 10px; color: #707173; line-height: 15px;} /*font-size: 10px; oder font-size: 9px; */
.textbold {font-weight: bold;}
.textitalic {font-style: italic; font-size: 10px; line-height: 15px;}
.textcapital {text-transform:uppercase; font-weight: bold;}
.textspace {width: 100px;}
.space1 {line-height: 13px;}
.space2 {margin-top: -40px;} /* -17 */
.space3 {line-height: 15px;}
.space4 {margin-top: -6px;}
.space5 {margin-left: 11px;}
.space6 {margin-top: 0px;}
.space7 {margin-top: -10px;}
.space8 {margin-top: -20px; margin-bottom:-20px;}
.lileft {float: left;}
/* Links */
img {border: 0;}
a {text-decoration: none; color: #707173;}
a:hover {text-decoration: none;}
.lineft2 {position:relative; top:-3px; clear:both; display:block;}
.orangebold {color:#f8b323; font-weight:bold;}
