body {
             margin:0px;
             padding:0;
             font-size:1em;
             height:100%;
             background: url(images/body_bg.jpg) repeat;
         }
         a:link { text-decoration:none; font-weight:bold; color:#cabca3; }
         a:visited { text-decoration:none; font-weight:bold; color:#cabca3; }
         a:hover { text-decoration:none; font-weight:bold; color:#fff; }
         .auto-style1 {
              font-family:HVD_Peace;
              font-size: 30px;
              font-weight: bold;
         }
         .a-style {
                 font-weight: normal;
         }
         #fixiert {
             position: fixed;
             top: 0px; left: 0px;
             overflow:hidden;
             z-index:2;
         }
         #logo {
             position: fixed;
             top: 0px; left: 280px;
             overflow:hidden;
             z-index:4;
         }
         .main {
              clear:both;
              max-width:940px;
              padding: 230px 0px 0px 0px;
              margin: 0px 50px 10px 320px;
         }
         .bilderrahmenleft {
                   width:195px;
                   height:217px;
                   padding:6px 14px 0px 15px;
                   margin-right:18px;
                   margin-bottom:25px;
                   float:left;
                   background:url(images/folio_li_bg.png) no-repeat;
         }
         .bilderrahmenleft580 {
                   width:548px;
                   height:430px;
                   padding:6px 14px 0px 15px;
                   margin-right:18px;
                   margin-bottom:25px;
                   float:left;
                   background:url(images/folio_li_bg580.png) no-repeat;
         }
         .bilderrahmenright {
                 width:195px;
                 height:217px;
                 padding:6px 14px 0px 15px;
                 margin-right:40px;
                 margin-left:40px;
                 margin-bottom:25px;
                 float:right;
                 background:url(images/folio_li_bg.png) no-repeat;
         }
        .pictright {
	position:relative;
                 padding:0px 0px 0px 0px;
                 margin-right:40px;
                 margin-left:0px;
                 margin-bottom:0px;
                 float:right;
                 
         }
         .floatright {

                 margin-right:0px;
                 margin-left:0px;
                 margin-top:0px;
                 margin-bottom:0px;
                 float:right;
         }
         #heading {
                 position: fixed;
                 top: 0px; left: 0px;
background: url(images/headback.jpg) repeat;
                 background-color: #191814;
                 width:100%;
                 text-align: center;
                 padding: 0px 0px 0px 0px;
                 height: 220px;
                 overflow:hidden;
                 z-index: 1;
         }
         #colorstrip {
              position: absolute;
              bottom: 0px; left: 0px;
              background-color: #000000;

              width:100%;
              padding: 0px 0px 0px 0px;
              height: 10px;
              overflow:hidden;
              z-index: 1;
         }
         .selection {
              position: relative;
              bottom: 0px; left: 0px;
              background-color: #f4f3e8;
              width:100%;

              padding: 0px 0px 0px 0px;
              height: 10px;
              overflow:hidden;
              z-index: 1;
         }


         @font-face { font-family: 'HVD_Peace';
         src: url('fonts/HVD_Peace.ttf') format('truetype'); }

         .code {
            font-size: 2.5em;
            margin: 0.2em;
            color: #f4f3e8;
            font-family: HVD_Peace;
            font-weight: bold;
         }
         .smallcode {
	     
             font-size: 1em;
             margin: 0.5em;
             line-height: 1.5;
             color: #cabca3;
             font-family: Verdana, Geneva, sans-serif;
             font-weight: normal;
         }
         .separator {
            font-size: 1.1em;
            white-space: nowrap;
            
            overflow: hidden;
            text-overflow: clip;
            margin: 0.5em;
            
            color: #f4f3e8;
            font-family:HVD_Peace;
            font-weight: normal;
            clear:both;
            padding: 30px 0px 0px 0px;
         }
         .head {
            font-size: 40px;
            margin: 0px 0px 0px 0px;
            background-color:#000;
            color: #f1e4bb;
            font-family: HVD_Peace;
            font-weight: normal;
         }