/* Start of CMSMS style sheet 'puhlmann_form_news' */
/* Formulare */

div#main input, div#main textarea, div#main select {
	border: 1px solid #042C77;
	height: 15px;
	width: 300px;
}

div#main input:hover, div#main select:hover {
	border: 1px solid #A52B04;
	height: 15px;
	width: 300px;
}

div#main textarea {
	height: 100px;
}

div#main textarea:hover {
	height: 100px;
	border: 1px solid #A52B04;
}

div#main input[name ~= 'captcha'] {
	width: 198px;
}

div#main input[type='submit'], div#main input[type='reset'] {
	width: 143px;
	height: 30px;
	cursor: pointer;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #042C77;
}

div#main input[type='submit']:hover, div#main input[type='reset']:hover {
	width: 143px;
	height: 30px;
	cursor: pointer;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #A52B04;
}

/* News */

#NewsPostDetailHorizRule, div#main hr {
	margin: 2px 0 5px 0;
	border: 1px solid #042C77; 
	clear: both;
	width: 99%;
}

#NewsPostDetailDate {
	font-size: 11px; 
	margin: 0 0 1em 0; 
	line-height: 1.2em; 
}

.NewsSummaryLink {
	width: 95%;
	color: #A52B04;
}

.NewsSummary, NewsSummaryLink, .NewsSummarySummary, NewsSummaryMorelink {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
}

/* Tabellen */

div#main table.formbuilderform {
	width: 95%;
	background-color: #C0CADD;
	padding: 2px;
	text-align: left;
}

div#main table.formbuilderform tr {
	font-size: 11px; 
	margin: 0 0 1em 0; 
	line-height: 1.2em; 
	font-weight: bold;
}
/* End of 'puhlmann_form_news' */

