@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#101010;	
}

#SAULLOGO {
	position: absolute;
	left:0px;
	top:20px;
}

#BLUEBACK {
	position: absolute;
	left:20px;
	top:0px;
	width:1027px;
	height:715px;
	background-image:url(../img/bg_leftbar.gif);
}

#CONTROUND {
	position: absolute;
	left:203px;
	top:215px;
	width:44px;
	height:500px;
	background-image:url(../img/bg_contround.gif)
}

#TOPIMAGE {
	position: absolute;
	left:248px;
	top:0px;
}

#CONTBG {
	position: absolute;
	left:246px;
	top:218px;
	width:800px;
	height:497px;
	background-color:#f2f2f2;	
}

#GREYBAR {
	position: absolute;
	left:1046px;
	top:0px;
	width:20px;
	height:715px;
	background-color:#a6a6a6;	
}

#MCONTENT {
	position: absolute;
	left:10px;
	top:15px;
	width:500px;
	height:515px;
}

#SUBCONTENT {
	position: absolute;
	left:540px;
	top:45px;
	width:220px;
	font-size:10px;
	padding:10px;
	background-color:#e6e6e6;
}

#MNAVIBACK {
	position: absolute;
	left:249px;
	top:160px;
	width:797px;
	height:30px;
	background-color:#f2f2f2;
}

/* NAVIGATION OBEN */
#NCONTENT {
	position: absolute;
	left:10px;
	top:7px;
}

a.MNAVI {
	text-decoration:none;
	color:#333333;
}

a.MNAVI:hover {
	text-decoration:none;
  	color:#999999;
  }
  
 strong.HEADLINE {
 }
 
 #BANNERBAR {
	position: absolute;
	left:220px;
	top:650px;
	font-size:9px;
	color:#666;
}

strong, b {
	color:#132a3b;
}

#TEASER {
	position:absolute;
	bottom:0px;
	left:10px;
	
	padding:20px;
	
	background-color: #000000;
	border-radius: 20px 20px 0px 0px;
	
	color:#ffffff;
	border-top:5px solid #ffffff;
	border-left:5px solid #ffffff;
	border-right:5px solid #ffffff;
	
	-moz-box-shadow:1px 1px 6px #a0a0a0; /* Firefox */
	-webkit-box-shadow:1px 1px 6px #a0a0a0; /* Chrome, Safari */
	-khtml-box-shadow:1px 1px 6px #a0a0a0; /* Konqueror */
	box-shadow:1px 1px 6px #a0a0a0; /* CSS3 */
	z-index:998;

}