/* Main + main-content
------------------------- */

#main-content {
/*	height: 225px;	*/
	min-height: 225px;
	line-height: 150%;
	width: 594px;
}
#main-content .wrapper {
	margin-top: 30px;
	margin-left: 35px;
/*	margin-top: 32px;
	margin-left: 40px;
	margin-right: 40px;	*/
}
#main-content h1 {
	font-size: 20px;
}
#main-content p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#main-content p.frontpage-text {
}
#main-content p.frontpage-text a {
	color: #202020;
	text-decoration: none;
}
#main-content p.frontpage-text a:hover {
	color: #202020;
	border-bottom: dotted 1px #EE3243;
	text-decoration: none;
}


/* Information-bar
------------------------- */

/*
#news {
	font-size: 12px;
	line-height: 18px;
	float: right;
	width: 352px;
}
#news_panes {
	width: 350px;
}
*/


#about {
	background: #ffffff url('../images/blockquote.png') no-repeat top right;
	border: solid 1px #c0c0c0;
	border-top-right-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-opera-border-top-right-radius: 10px;
		-moz-border-top-right-radius: 10px;
	float: right;
	font-size: 12px;
	line-height: 140%;
	width: 296px;
	margin-bottom: 15px;
}
#about .wrapper {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#about p {
	color: #202020;
	margin-top: 0;
	margin-bottom: 5px;
}



#news-vertical {
	background: #ffffff;
	border: solid 1px #c0c0c0;
	color: #606060;
	float: right;
	font-size: 12px;
	line-height: 140%;
	width: 296px;
	margin-bottom: 15px;
}
#news-vertical .wrapper {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#news-vertical .article {
	border-bottom: dotted 1px #e0e0e0;
	margin-bottom: 15px;
}

#news-vertical p {
	margin-top: 0;
	margin-bottom: 5px;
}
#news-vertical p.last {
	margin-top: 0;
	margin-bottom: 10px;
}


#news-vertical h3 {
	color: #86225C;
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 6px;
}

#news-vertical img.alignleft {
	margin-right: 10px;
	margin-bottom: 3px;
}

#news-vertical table.news {
	margin-bottom: 5px;
}

#news-vertical table.news td {
	width: 15%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
	border: 0;
}
#news-vertical table.news td.right {
	width: 85%;
	padding-left: 0;
	padding-right: 0;
	border: 0;
}


#main-content table.overview {
	margin-top: 0px;
	margin-bottom: 0;
}
#main-content table.overview tr td img {
	margin-top: 5px;
}
#main-content table.overview tr td {
	padding-top: 20px;
	padding-bottom: 5px;
}
#main-content table.overview td.left {
	padding-right: 30px;
}
#main-content table.overview h2, #main-content table.overview h3 {
	margin-top: 0px;
}
#main-content table.overview ul {
	margin-bottom: 0;
}

