/*
-----------------------------------------------
copyright - patrick ehrlich - www.infosion.de
----------------------------------------------- */


body {
     margin:0;
     padding:0;
     background-color: #fff;
     font-family: "Times New Roman", Times, serif;
     line-height:1.5em;
     color:#000;
     font-size: 14px;
     }

p {
     font-weight: normal;
     margin: 4px 0;
     }

h1 {
     font-size: 26px;
     font-weight: normal;
     margin: 0 0 14px 0;
     }

h2 {
     font-size: 18px;
     font-weight: bold;
     margin: 0;
     }

    
h3 {
     font-size: 14px;
     font-weight: bold;
     margin: 0;
     }
     
img {
     border: 0;
     }
     
     
/* layout
----------------------------------------------- */
 
 #content, content-center, #content-right {
     margin: 0;
     padding: 0;
     border:0;
     }
     
#top, #header, #nav-header, #nav, #content-left, #footer, #copyright {
     display: none;
     }
     
#teaser-container {
     float: right;
     display: block;
     width: 25%;
     margin: 0 0 10px 12px;
     }



