
a img {
	border:0;
}

a {
	color: #0F83B2;	
	text-decoration: none;
}

h1,h2,h3 {
	font-family: Verdana, Helvetica;
		
}

h1 {
	font-size: 22px;
	font-weight: bold;		
}

h2 {
	font-weight:normal;
	font-size: 18px;

	margin-bottom: 8px;
	color: #0F83B2;
}





body {
	font-family: arial;
	font-size: 12px;
	line-height: 1.6;
	color: #555555;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
}

.core {
	width: 900px;
	margin-top: 30px;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
}


.topboxes {
	clear:both;
	padding-top: 20px;
}

.topboxes .item {
	margin-top: 20px;
	width: 270px;	
	height:240px;
	background-color: #FAFAFA;
	float:left;
	padding: 10px;
	border-right: 1px solid #DDDDDD;
}

.topboxes .item .title {
	font-weight: bold;
}

.logo {
	float:left;
}

.teaser {
	padding-top: 20px;
	width: 500px;
	
	float:right;
	font-size: 16px;
}



.footer {
	padding-top: 30px;	
	padding-bottom: 30px;
	clear:both;
	font-size: 10px;
	color: #999999;
}


.footer .right {
	float:right;
}

.footer .left {
	float:left;
}

