
/*  CSS Document Welcome page / menu selection */
    
    .divMenuStart {
    
    }
    .arrow {
        float:left;
        margin:3px 7px 0px 0px;
    }
    .divMenuStartItem {
        float:left;
        width:180px;
    }
    
    .startmenu, ul.startmenu, .startmenu ul { 
	    margin: 0; 
	    padding: 0; 
	    list-style: none;
	    width:198px;
    }
    .liMenuStart {
        padding:0;
        width:198px;
    }
    .liMenuStart a, .divBoxLinks1 a, .divBoxLinks2 a, .divBoxLinks3 a, .divBoxLinks4 a { 
	    /*background-image: url(/images/menu/nav_pointer_weiss.gif);
	    background-repeat:no-repeat;
	    background-position: 0 6px;*/
	    color: #ffffff;
	    font-size:12px;
	    font-weight:normal;
	    /*padding:2px 0 2px 15px;*/
    }
    .liMenuStart a:hover, .divBoxLinks1 a:hover, .divBoxLinks2 a:hover, .divBoxLinks3 a:hover, .divBoxLinks4 a:hover { 
	    /*background-image: url(/images/menu/nav_pointer_weiss.gif);
	    background-repeat:no-repeat;
	    background-position: 0 6px;*/
	    color: #ffffff;
	    font-size:12px;
	    font-weight:normal;
	    /*padding:2px 0 2px 15px;*/
    }

    /* Content */
    #divSubWrapper {
		width: 950px;
		padding: 0 0 0 0;
	}
	.divContentLeft {
	    float: left;    
	}
	.divNewsBlock {
	    float: left;
	    width: 215px;
	    height: 400px;
	    color: #FFFFFF;
	    margin: 95px 0px 0px -218px;
	}
    .divContent { 
		background-color: #ffffff;
		width: 705px;
		height: 645px;		
		margin: 15px 0 0 0;
		float: left;
	}
	#divStartBox {
	    background-image:url(/images/start/bg_homenavigation.gif);
	    background-repeat:no-repeat;
	    width:443px;
	    height:310px;
	    padding:33px 5px 0 20px;
	    margin:0 0 20px 0;
	}
	#divStartBox a {
	    color:#ffffff;
	}
	#divStartBox a.linkGelb { 
	    color: #ffcc33; 
	}
	.divBoxLinks1, .divBoxLinks2, .divBoxLinks3, .divBoxLinks4 {
        border-top:0;
        margin:3px 0 0 0;
        padding:5px 0 0 5px;
        width:198px;
        height:60px;
	}
	.divBoxLinks1 {
	    background-image:url(/images/start/bg_boxshadow1.gif);
        background-repeat:no-repeat;
	}
	.divBoxLinks2 {
	    background-image:url(/images/start/bg_boxshadow2.gif);
        background-repeat:no-repeat;
	}
	.divBoxLinks3 {
	    background-image:url(/images/start/bg_boxshadow3.gif);
        background-repeat:no-repeat;
	}
	.divBoxLinks4 {
	    background-image:url(/images/start/bg_boxshadow4.gif);
        background-repeat:no-repeat;
	}
	.divContentBox1, .divContentBox2, .divContentBox3, .divContentBox4 {
    	width: 203px;
    	height: 140px;
    	float: left;
    	padding: 0 0 0 0;
    }
    .divContentBox1 {
    	margin: 0 30px 0 0;
    }
    .divContentBox2 {
    	margin: 0 0 0 0;
    }
    .divContentBox3  {
        margin: 0 30px 0 0;
    }
    .divContentBox4  {
        margin: 0 0 0 0; 
    }
    .divContentBox1 a, .divContentBox2 a, .divContentBox3 a, .divContentBox4 a {
    	text-decoration: none;
    	color: #000000;
    }
    .divContentBox1 a:hover, .divContentBox2 a:hover, .divContentBox3 a:hover, .divContentBox4 a:hover {
        color: #000000;
    }
    .divContentBox1 p, .divContentBox2 p, .divContentBox3 p, .divContentBox4 p {
        margin:0;
        padding:0;
    }
    .textInfo {
    	text-decoration: none;
    	color: #003399;
    	min-height:32px;
    	_height:32px;
    } 
    .textInfoWhite {
    	text-decoration: none;
    	color: #fff;
    	min-height:32px;
    	_height:32px;
    }
    .boxHeader {
    	text-decoration: none;
    	color: #ffffff;
    	font-size:14px;
    	font-weight:normal;
    }  
    
    #divSearchContainer { 
    	margin: 0 0 0 10px;
    	vertical-align: bottom; 
    }	
    a {				    
    	font-size: 12px; 
    	text-decoration: none;	
    }	