/************************************/
/*  Datum: 30.12.2010               */
/*  thk12@freenet.de                */
/*                                  */
/************************************/

/* Innen und Aussen Abstaende auf 0*/
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, th, td{
      margin:0;
      padding: 0;}
/* Normalisiert font-size fuer Ueberschriften */
h1, h2, h3, h4, h5, h6{
      font-size: 100%;}
/* Normalisiert font-style und font-weight auf normal */
adress, caption, cite, code, dfn, em, th, var{
        font-style: normal;
        font-weight: normal;}
/* Entfernt list-style aus Listen */
table{
        font-size: 100%;
        border-collapse: collapse;
        border-spacing: 0;}
/* Entfernt border aus fieldset und img */
fieldset, img{
        border: 0;}
/* Richtet Text in caption und th links aus */
caption, th{
        text-align: left;}
/* Entfernt Anfuehrungszeichen aus q */
q:before, q:after{
      content:'';}
/* Leerzeilehoehe 10pixel */
br{
        line-height: 10px;}
/* Hintergrundfarbe definieren */
html{
        background-color: #f1efe2;}
div#content{
        background-color: #fff;}
body {
        text-align: center;
        font-family: arial;
        font-size: 72%;}
/* Inhalt vom Container */
div#container{
        width: 800px;
        height: 100%;
        margin: 0 auto;
        margin-top: 0px;}
/*  definieren */
div#content{
        margin-top: 0px;
        padding-top: 0px;
        height: 100%;}
/* Linke Spalte (Menueleiste)definiert */
div#content_menu{
        margin: 0px;
        padding: 0px;
        float: left;
        left: 0%;
        height: 100%;
        width: 20%;}
/* Mittlere Spalte (Textinhalt) definiert */
div#content_main{
        padding-left: 2px;
        padding-right: 2px;
        padding-top:0px;
        margin-top: 0px;
        float:left;
        height: 100%;
        width: 59%;
        border: 1px;
        border-color:#FF9900;
        border-style: solid;
        border-top: none;
        border-bottom: none;
        border-right: none;}
/* Rechte Spalte (Animation/News) definiert */
div#content_right{
        margin: 0px;
        padding:0px;
        float:right;
        height: 100%;
        width: 20%;
        border: 1px;
        border-color:#FF9900;
        border-style: solid;
        border-top: none;
        border-bottom: none;
        border-right: none;}
/* Spalteninhalt ausrichten */
div#content_menu, div#content_main, div#content_right{
        text-align: left;}
/* Menueausrichtung links */
ul.menu, ul.menu li{
         padding: 0px;
         margin: 0px;
         list-style-type: none;}
/* Zeilenumbruch */
.breaker{
        clear: both;
        overflow: hidden;
        height: 1px;}
/* Kopfzeile definieren */
div#header{
        z-index: 10;
        position: relative;
        text-indent: -9999px;
        top: 0px;
        left: -100px;
        width: 930px;
        height: 141px;
        background: transparent url(images/header.png) no-repeat;}
/* Fusszeile definieren */
div#footer{
        position: relative;
        margin-top: -1px;
        width: 800px;
        height: 120px;
        background: transparent url(images/site_info.png) no-repeat 0 0;}

div#branding blockquote{
        position: absolute;
        top: -9999px;}
/* Linkeigenschaften definiert*/
a:link, a:visited{
        color: #000000;
        text-decoration: none;}
a:hover{
        color:#FF9900;}
/* Menuetitelueberschrift definiert*/
.menuetitle{
        margin: 0;
        padding: 0;
        width: 100%;
        font-weight: bold;
        font-style: normal;
        background: transparent url(images/orange.png); }
/* Verweislinks und Verweisbild vor Link*/
div#eintr a, div#usc a, div#bbb a, div#bbsn a, div#nbv a, div#rln a{
        display: block;
        margin-left: 0px;
        padding-top: 2px;
        padding-left: 21px;
        height: 20px;
        width: 130px;
        background: transparent url(images/eintr.png) no-repeat;}
/* Verweisbild vor Link*/
div#usc a {
        background: transparent url(images/usc.png) no-repeat;}
div#bbb a {
        background: transparent url(images/bbb.png) no-repeat;}
div#bbsn a {
        background: transparent url(images/bbsn.png) no-repeat;}
div#nbv a {
        background: transparent url(images/nbv.png) no-repeat;}
div#rln a {
        background: transparent url(images/rln.png) no-repeat;}
