body { 
   margin:        0px;
   padding:       0px;
   top:           0px;
   left:          0px;
   bottom:        0px;
   right:         0px;
   height:        100%;
   font-family:   verdana, helvetica, sans;
   font-size:     80%;
   cursor:        url(stift.cur), default;
   background-color: #f8c400;
   }
a:hover {
   cursor:        url(stift_aktiv.cur), default;
   }   
       
div.topmenu {  
    position:     absolute;
    top:          166px;
    right:        30px;
    z-index:      1;
 }

div.thepen {
   position:      absolute;
   bottom:        50px;
   right:         40px;
   }
	      
div.mainframe {
   position:      absolute;
   top:           20px;
   left:          0px;
   bottom:        0px;
   right:         40px;      
   }
   
div.header {   
        position:      absolute;            
	top:           0px; 
	left:          0px;
	right:         0px; 
	width:         100%;
	padding:       0px;
        padding-top:   30px;
        padding-bottom:30px;	
	border:        0px;
	margin:        0px;
        background-color: #848282;
	z-index:       0;
	}

img.logo {
        position:      absolute;            
	top:           80px; 
	right:         360px;

}

table.header {
   width:         100%;
	padding:       0px;		            
	margin:        0px;	
	}
	
table.header tr {
   padding:       0px;
	margin:        0px;
   }
	
table.header tr td {
   padding:       0px;
	margin:        0px;
   }			      	
   
div.printlink {
        position:      absolute;	
	top:           235px;
	right:         50px;
	margin-top:    0px;	            
	margin-left:   0px;
	margin-right:  0px;
	margin-bottom: 0px;
	overflow:      hidden;
	font-family:   verdana, helvetica, sans;
        text-align:    right;
	}   

div.printlink a {
        text-decoration:none;
}

div.content {
        position:      fixed;	
	top:           250px;
	left:          40px;
	right:         40px;
	bottom:	       50px;
	margin-top:    0px;	            
	margin-left:   0px;
	margin-right:  0px;
	margin-bottom: 0px;
	padding:       10px;
	overflow:      auto;
	border:        1px solid #dddddd;
	font-family:   verdana, helvetica, sans;
	}   

.pseudobutton {
        background-color: #f8c300;
        color:            #28166f;
        border-bottom:    1px solid #28166f;
        border-right:     1px solid #28166f;
        margin:           5px;
        padding-left:     5px;
        padding-right:    5px;
}
	
/* ------------------------------------------ */	
/* IE only                                    */
/* ------------------------------------------ */
* html div.iecontainer {
   position:      absolute;
   top:           40px;
   left:          0px;
   bottom:        0px;
   right:         40px;
   }

* html div.printlink {
	top:           315px;
	right:         175px;
	}   


