/* @override http://goldrush.local/metro_asset_management/web/css/layout_homepage.css */

@import url(global.css);
@import url(navigation.css);
@import url(content.css);
@import url(formular.css);

#content-left {
	width: 235px;
	float: left;
	background-color: #e6e6e7;
}

#content-middle {
	width: 460px;
	float: left;
	margin-left: 15px; 
	margin-top: 10px;
	padding-right: 5px;
}

#content-right {
	width: 235px;
	float: left;
	margin-left: 5px;
}


#footer {
	width: 455px;
	clear: both;
	height: 50px;
	margin-left: 250px;
}

/* @group homepage heading */

#content-middle h1{
	font-size: 2.0em;
	margin-bottom: 14px;
}

#content-middle h2{
	font-size: 1.4em;
	color: #E12129;
	font-weight: bold;
	margin-bottom: 14px;
}

#content-middle h3{
	font-size: 1.1em;
	font-weight: bold;
}

/* @end */

/* @group text */

#content-middle p {
	font-size: 1.2em;
}

#content-middle div.newsbild p {
	font-size: 1.1em;
}

/* @end */








