*{
	margin:0;
         padding:0;
         border:0;
}

ul, li{
	list-style:none;
}

body{
         background:url(layout/bg_all.gif)  repeat-y;
	font-family:Arial;
	font-size:9pt;
	height:100%;
	margin:0;
}

#all{
   	/*width:866px;
         position:absolute;*/
}



	#head{
                 margin:0;
         	padding:0;
         }

		#head_menu{
                         background-color:#D8D8E8;
			color:#7878A8;
                         height:20px;
                         padding:3px 0 0;
			text-align:right;
			width:823px;
                 }
                 #head_image{
                         margin:0;
         		padding:0;
                         height:157px;
                         border:0;
                 }


	#content {}

		#content_left{
                         background:url(layout/bg_left.gif) repeat-y;
			float:left;
			height:100%;
			width:162px;

}
                 #content_middle{
                         float:left;
                         width:545px;
                         text-align:center;
}
		#content_right{
                 	float:left;
         		width:156px;
}

.clearing {
	clear:both;

}


#teaser_r1,
#teaser_r2,
#teaser_r3,
#teaser_r4,
#teaser_r5,
#teaser_l1,
#teaser_l2,
#teaser_l3{
         width:156px;
}

#teaser_l2{
	padding:4px 0;
}



.teasercontent {}


.menuheader{
         width:146px;
         height:23px;
         background:url(layout/bg_teaserheader.gif) no-repeat;
         color:#f9c205;
         font-weight:bold;
         padding-top:5px;
         padding-left:10px;
}



.linktop {
	color:#7878A8;
	padding:0;
	text-decoration:none;
         font-size:8pt;
}


/*++++++++++++++ navigation ++++++++++++++++*/
.menue{
         width:156px;
         padding:0;
         margin:0;
}




.menue li{
	list-style:none;
         text-align:left;
}


.menue li a:link,
.menue li a:visited,
.menue li a:hover,
.menue li a:active,
.menue li .pageon{
        	padding:3px 0 0 15px;
        	text-decoration:none;
        	color:#fff;
        	font-size:12px;
         font-weight:bold;
        	background-color:#93a1c8;
        	display:block;
        	width:140px;
        	height:20px;
        	margin:2px 0;

}

.menue li a:hover,
.menue li a:active,
.menue li .pageon{
	 background:url(layout/bg_menu_pageon.gif) no-repeat;
}