﻿
/************************************************
POGGENPOHL
http://www.comspace.de
Author: franz@comspace.de
Create Date: 03.07.08
Modify Date: 02.09.08 

BASIC Template

Tested in: 
PC -> IE 6, IE 7, FF 2.0.0.15, FF 3, Opera 9.27
MAC -> FF 2.0.0.15, FF 3, Safari 3.1, Opera 9.27
EM's
************************************************/


/*@import url("/relaunch//css/nav.css");*/
/*@import url("/relaunch//css/cnt.css"); */
/*@import url{"/relaunch//css/forms.css"); */

/************************************************
  CLEARING
  
************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    }
ol, ul {
    list-style: none;    
    }
    
/* remember to define focus styles! */
:focus {
    outline: 0;
    }
    
ol, ul {
    list-style: none;    
    }
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    }
    
caption, th, td {
    text-align: left;
    font-weight: normal;
    }

/************************************************/
body { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.688em;/* 11px;*/
    color:#000;
    background: #e7e6e3 url(/img/layout/bg.jpg) right top repeat-x;
    line-height:16px;
    margin: 0 0 0 0;
   /* margin-top: 0px;
    margin-left: 0px;*/    
    }
    
strong {font-weight: bold; }    
img {border:none;}
.clr {clear:both;}
.lt {float:left;}
.rt {float: right;}
.ly {position:relative;}
    
/************************************************

  BASICS
  
************************************************/
    
#box_logo {
    padding: 23px 0 46px 21px; /*23 0 42px 21px*/
    width: 12.636em; /*139px;*/
    }
    
#box_logo .img_logo {
        width: 10.727em; 
        height:10.727em;
        }
#box_logo #img_logo_print {
        display:none;
        }

* html #box_logo .img_logo {
        width: 10.94em; 
        height:10.94em;
        }
*+html #box_logo .img_logo {
        width: 10.94em; 
        height:10.94em;
        }


#frame_left {
    float:left; 
    /* padding: 0 45px 0 15px; */
    /*0 55px 0 15px*/
    /*width:160px; */
    /*13.636em; 150px; - 220px*/
    padding:  0 4.091em 0 1.364em;
    width: 14.545em;
    background: url(/img/layout/bg_nav.gif) left top no-repeat;
    min-height:537px;
    }  

   
#frame_cnt {
    float:left; 
    width:64.091em; /*705px;*/
    }
#frame_wrapper {
    width: 84.091em; /*925px;*/
    background: #fff;
    margin: 0 auto;
    }
    
*+html #frame_wrapper {
    width: 84.345em; /*930px;*/
    background: #fff;
    }    
    
* html #frame_wrapper {
    width:84.545em; /*925px;*/
    background: #fff;
    }
    
#frame_wrapper {
    float: left;
    float/**/: none;
    }
    
/* easy clearing */
#frame_wrapper:after {
    /*content: '[DO NOT LEAVE IT IS NOT REAL]'; */
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
    
#frame_wrapper {
    display: inline-block;
    }
    
/*\*/
#frame_wrapper {
    display: block;
    }
/* end easy clearing */

#footer {
    clear: both;
    }

#footer {
    width: 84.091em; /*925px;*/
    background:#fff;
    color:#666;
    text-align:right;
    padding: 6px 0 0 0; /*6px 0 6px 0;*/
    margin: 0 auto;
    height:19px;
    }

* html #footer {
    width:84.545em;/*930px*/
    }
    
*+html #footer {
    width:84.273em;/*928px*/
    }
#footer span {
    font-size: 0.818em;/*9px -> 10px;*/
    }

#footer a {
    font-size: 0.818em;
    text-transform:uppercase;
    color:#666;
    padding: 0 5px 0 5px;
    text-decoration:none;
    }
 
* html #frame_cnt {
margin-right: -20px;
}
 
* html #frame_cnt {
    margin-right: -20px;
}

.noflash {
    display:none;
}

.lsi {
    margin: 15px 0 0 0; 
}
