﻿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}
            
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:#295584 none repeat scroll 0%;
    /* background:#1265ac none repeat scroll 0%; uniqa */
    border-top:1px solid #666;
    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:#e8eef5 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;
    font-size:0.9em;
    }

/* --- 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*/
	_height: 1%; /* - fuer den feind - */
    }
    
.arrowlistmenu ul li{  
    padding-bottom: 2px; /*bottom spacing between menu items*/ 
    font-size:90%;}    

.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;
    }


