@import "main.css";
@import "municipality.css";

/* 
   generic settings in municipality.css, inner.css & main.css
*/

#content .firstNew {
	margin-top: 10px;
	min-height: 92px;
	height: 92px;
}

			
#content .firstNew p {
	width: 75px;
	float: left;
	background-color: #d8e2e9;
	text-align: center;
	padding-top: 2px;
	margin: 0 5px 5px 0;
	color: #000;
	font-size: 10px;
}
#content .firstNew p.summary {
	background: none;
	text-align: left;
	padding: 2px 0;
	margin: 0;
	width: 480px;
	color: #261d05;
	font-size: 11px;
}

#content .firstNew p img {
	border-top: 1px solid #fff;
	margin-top: 1px;
}
#content .firstNew a {
	display: block;
}

#news {
	width: 561px;
	float: left;
}
#news ul {
	padding: 0;
	margin: 0;
}
#news ul li {
	float: left;
	text-align: left;
	background: none;
	padding: 0;
}
#news ul li a {
	font-weight: bold;
	display: block;
	padding: 5px 10px 0 8px;
	margin: 5px 5px 0 0;
	width: 255px;
	background-color: #f9f9fb;
	border: 1px solid #f6f6f8;
}
#news ul li a:hover {
	background-color: #f3f3f5;
	border: 1px solid #e7e7e9;
	text-decoration: none;
}

#news ul li a p {
	font-size: 9px;
	padding: 0 0 2px 3px;
	margin-top: 2px;
	color: #777;
	border-left: 5px solid #dcdce6;
	font-weight: normal;
	background: url(../images/news_summary_icon.png) right no-repeat;
}

#news ul.press li a p {
	background-image: url(../images/news_press_summary_icon.png);
}

#requestForm {
	margin-top: 15px;
}
#requestForm label {
	font-weight: bold;
	margin-bottom: 2px;
	display: block;
}
#requestForm input,
#requestForm textarea {
	width: 250px;
	border: 1px solid #d2dce6;
	background: #f5f7fa;
	margin-bottom: 10px;
	padding: 0 3px 3px;
	font: 11px/13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #142850;
}
#requestForm p {
	margin-bottom: 15px;
}
#requestForm p.submit {
	margin-top: 15px;
}

#requestForm a {
	padding: 2px 6px;
	border: 1px solid #d2d7e1;
	background: #f5f5f5;
	font-weight: bold;
}
#requestForm a:hover {
	text-decoration: none;
	background: #d2d7e1;
	color: #fff;
}
