
*{
	font-family:verdana, sans serif;
	line-height:115%;
}
		
body.page{
	margin:0px;
}
/*master*/
.master{
	width:1000px;
	margin:25px 0px 0px 0px;
}

/*Header*/

.header{
	background-image: url(../images/headerbg.gif);
	width:975px;
	height:315px;
}

.header .headerImage{
	position:absolute;
	left:0px;
	top:25px;
}

.header .headerLogo{
	position:absolute;
	left:742px;
	top:25px;
}

/*main*/
.main{
	width:950px;
	padding:0px 0px 0px 25px;
}

/*headline*/
.headline{
	width:950px;
	margin:0px;
}

.headline h1{
	font-size:16px;
	color:#011A53;
	margin:5px 0px 0px 0px;
}

.headline h2{
	font-size:13px;
	color:#011A53;
	margin:2px 0px 0px 0px;
	font-weight:normal;
}

/*navigation*/

.navigation{
	padding:11px 0px 0px 0px;
}

.navigation a{
	text-decoration:none;
	display:block;
	margin:0px 25px 0px 0px;
	float:left;
	border:1px solid #DEDEDE;
}

.navigation a img{
	border:1px solid white;
}

.navigation a span{
	background-color:#011A53;
	color:white;
	font-size:11px;
	display:block;
	padding:2px 4px 3px 4px;
	margin:0px;
}
	

.navigation a:hover{
	border:1px solid #B6B6B6;
}

/*content*/

.content{
	padding:17px 25px 0px 0px;
	width:475px;
	float:left;
	font-size:13px;
}

/*teaser*/

.teaser{
	margin:18px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	width:200px;
	background-color:#E8E8E8;
	height:232px;
	float:left;
}

.teaserHead{
	background-color:#DEDEDE;
	width:200px;
}

.teaserHead h2{
	font-size:11px;
	font-weight:bold;
	margin:0px;
	padding:12px 10px 12px 10px;
}

.teaserContent{
	margin:0px;
	padding:12px 10px 12px 10px;
	font-size:11px;
	width:180px;
	background-color:#E8E8E8;
}

.teaserImage { float: left; padding: 0.1em 1em 0 0; position: relative; }

.teaserImage img { border: 1px solid #D6D6D6; }


.teaserContent a{
	color:#F60;
	text-decoration:none;
}

.teaserContent a:hover{
	text-decoration:underline;
	
}

.footer{
	width:950px;
	margin:25px 0px 0px 0px;
	border-top:1px solid #DEDEDE;
}

.footer p{
	padding:10px 0px 4px 0px;
	margin:0px;
	list-style-position:inside;
	list-style-type:disc;
	font-size:11px;
	color:#B2B2B2;
	letter-spacing:-1px;
}

.footer p a{
	text-decoration:none;
	border-bottom:1px solid #B2B2B2;
	color:#B2B2B2;
}

.footer p a:hover{
	border-bottom:1px solid #777777;
}

/*utility*/

.clearer{
	clear:both;
	visibility:hidden;
}

