﻿body {
    background:#9D9DA1 none repeat scroll 0%;
    border:0pt none;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:90%;
    margin:0;
    padding:0;
    width:100%;
    }
img {border:none}

a {color:#336699; text-decoration:none;}

a:hover {
    background: #336699 none repeat scroll 0%;
    color:#fff;
    text-decoration:none;
    }
    
h1, h2, h3, h4 {
    margin:0.8em 0pt 0.2em;
    padding:0pt;
    }

h4 { font-size: 1.2em; padding-bottom: 0.5em;}	
            
p {
    margin:0.4em 0pt 0.8em;
    padding:0pt;
    }                
                
#page {
    background:#fff none repeat scroll 0%;
    margin:3%;
    padding:0;
    }
                
#page, #page .sb-inner { background:#fff none repeat-x; }	                
                
#top {
    padding:1em;
    border-bottom:1px solid #000000;
    text-align:right;
    }
            
 #layoutdims {
    color: #fff;
    /*
    background:#006E3B none repeat scroll 0%;
    border-top:1px solid #666;
    color:#006E3B;
    */
    background-image:url(../images/menue.png); background-repeat:x-repeat;
    clear:both;
    margin:0pt;
    padding:6px 15px !important;
    text-align:left;
    }
            
.colmask {
    clear:both;
    float:left;
    overflow:hidden;
    position:relative;
    width:100%;
    }

.colright, .colmid, .colleft {
    float:left;
    position:relative;
    width:100%;
    }

.col1, .col2, .col3 {
    float:left;
    overflow:hidden;
    padding:0pt 0pt 1em;
    position:relative;
    }
                
.threecol {
    background:#fbf4ed none repeat scroll 0%;
    }
            
.threecol .colmid {
    background:#FFFFFF none repeat scroll 0%;
    right:25%;
    }
            
.threecol .colleft {
    background:#F2FFF9 none repeat scroll 0%;
    right:50%;
    }
            
.threecol .col1 {
    left:102%;
    width:46%;
    }
            
.threecol .col2 {
    left:31%;
    width:21%;
    }
            
.threecol .col3 {
    left:85%;
    width:21%;
    }

#bottom {
        border-top:1px solid #000000;
        clear:both;
        float:left;
        width:100%;
        }
#bottom p {
	font-size:0.93em;
    margin:0pt;
    padding:10px;
    }

/* --- menue --- */
.arrowlistmenu .headerbar{
    font: bold 14px Arial;
    color: white;
    background: white url(../images/mOrange.png) repeat-x center left;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
	_height: 1%; /* - fuer den feind -*/
    }
    
.headerbarL { 
    font: bold 14px Arial;
    color: white;
    background: white url(../images/mBlue.png) repeat-x center left;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
	_height: 1%; /* - fuer den feind -*/	
    }
    

.arrowlistmenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
    }
    
.arrowlistmenu ul li{  
    padding-bottom: 2px; /*bottom spacing between menu items*/ 
    font-size:90%;
	_height: 1%; /* - fuer den feind -*/	
	}    

.arrowlistmenu ul li a{
    color: #A70303;
    background: url(../images/liDeco.png) no-repeat center left; /*custom bullet list image*/
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
    }

.arrowlistmenu ul li a:visited{ color: #A70303;}

.arrowlistmenu ul li a:hover{
    color: #A70303;
    background-color: #F3F3F3;
    }

.bfOrange {color:#F18D1D;}
.bfBlue {color:#004086;}   
.symbol {padding-right:2px; vertical-align:middle;}
.light {background-color:#fff;}
.dark {background-color:#eee;}                
