/* standart */
body { 
    background-color: while; 
    color: black; 
    margin: 0px; 
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 10pt;
    }

td, th, caption, input {
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 10pt;
    }
    
.main { 
    margin:32px; 
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 10pt;
    }

.mainmenu_area { 
    padding-top: 24px;
    padding-left: 16px;
    text-align: left;
    }

a.mainmenu {
    color: white; 
    text-decoration: none;
    font-weight:bold;
    }

.frame { 
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 8px 16px;
    }

    
/* hyperlinks */
 
a {
	color: #8090a3; 
    text-decoration: none;
    font-weight:bold;
    }

a:hover {
	text-decoration: underline;
    }
    

/* text styles */
.title { 
    font-weight:bold; 
    font-size: 13pt; 
    text-align: left;
    color: #369
    }
    
.navigation { 
    padding: 5px; 
    background: #515b67; 
    color: #cccccc; 
    border: 1px solid 
    }
    
.subtitle {
    font-weight: bold; 
    font-size: 11pt; 
    color: #cc0000;
    }
    
.content  { 
    text-align : justify; 
    }
    
.info { 
    color: green 
    }
    
.citate { 
    font-style : italic;
    }

.error { 
    font-weight:bold; 
    font-size: 13pt; 
    text-align: left;
    color: red;
    }
    

