body {
    color: #364254;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFF8E1;
}

body, table { /* Why do tables use larger font otherwise? */
    font-size: 12px;
}

#bilder {
   background-color: #f1e4b6;
}

h1 {  
	font-size: 14pt;                                         
}

h2 {  
	font-size: 13pt;                                  
}

h3 {  
	font-size: 12pt;                                       
}

h4 {  
	font-size: 11pt;                                       
}

h5 {  
	font-size: 10pt;                                      
}

h6 {  
	font-size: 9pt;                                       
}

h7 {  
	font-size: 8pt;                                     
} 

a:link {                                                
    color: #9a7db1; 
	font-size: 9pt;
	font-weight: bold;                                       
    text-decoration: none;
}

a:visited {                                                
    color: #9a7db1;
	font-size: 9pt;
	font-weight: bold;                                         
    text-decoration: none;
}
a:hover {
    color: #9a7db1;
	font-size: 9pt;                                         
    text-decoration: underline;
}

a:active {
    color: #9a7db1; 
	font-size: 9pt;                                         
    text-decoration: underline;
} 
/* default alignment of table cells */
td {vertical-align: top; text-align: left;}

/* no borders on images */
img { border: 0px; }


.globalheader {
    background: #364254;
}

#localheader {
    background: #364254;
    margin-bottom: 1em;
}

#localfooter {
    background: #364254;
    margin-top: 1em;
}

#globalfooter {
    background: #364254;
    margin-top: 1em;
    text-align: center;
}

#news {
    border-right: 1px dashed #364254;
    border-top: 1px dashed #364254;
    margin-left: 10px;
    margin-bottom: 10px;
}

#bilderoben{
    border-top: 1px dashed #364254;
    margin-left: 10px;
    margin-bottom: 10px;
}
#bilderrechts{
    border-right: 1px dashed #364254;
    margin-left: 10px;
    margin-bottom: 10px;
}
.pager {margin-top: 1em;}

.more {margin-top: 1em;}

.copyright {
     font-size: 10pt;
     color: #f1e4b6;
     background: #364254;
}

.leistegb{
     color: #364254;
     background: #f1e4b6;
}

.rot {
    background: #f1e4b6;
}

.gelb {
    background: #364254;
}

#rahmenmain {
        border-top: solid 1px;
        border-left: solid 1px;
        border-right: solid 1px;
        border-bottom: solid 1px;
		border-color: #000000;
}
#rahmenhead {
        border-top: solid 1px;
        border-left: solid 1px;
        border-right: solid 1px;
}