
/*****************************************/
/* CONTENT STYLES                        */
/* based on Kasper's examples            */
/*****************************************/
#content p {
	margin-bottom: 5px;
}
h1,h2,h3 {
	font-size: 1em;
	line-height: 1.36em;
	margin: 10px 0px 15px 0px;
}
h1 {
	/*background-image: url(../media/h1_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;*/
	border-bottom: 1px solid #777777;
	/*padding: 3px 3px 5px 5px;*/
	color: #F76C05;
}
h3 {
	font-style: italic;
}
#content-main a,
#main-right a { color: #757575; font-weight:bold; border-bottom: 1px dotted #F76C05; text-decoration: none; }
#content-main a:hover,
#main-right a:hover { color: #F76C05; }

input {
	height: 1.4em;
	border: 1px solid #cccccc; /* #fba666; */
	font-size: 0.9em;
	padding: 0px 2px;
}

.submit,
.tx-newloginbox-pi1-submit {
	background-color: #EEEEEE;
	border: 1px solid #aaaaaa;
	height: 1.7em;
	font-size: 0.8em;
}

table.imgtext-table {
	margin: 0px;
}

#content-main ul {
	padding-left: 20px;
}
#content-main ol {
	padding-left: 25px;
}
/*****************************************/
/*     tt_news                           */
/*****************************************/

.news-title {
	background-color:#f5f5f5;
	padding:3px;
}
.news-details-link {
	padding-bottom:5px;
	margin-top:-5px;
	margin-bottom: 15px;
}
.news-subheader {
	margin-top: 10px;
	margin-bottom: 10px;
}

.news-content {

}
.news-image {
	float: right;
	width: 250px;
	padding-left: 10px;
}
.news-image img {
	margin: 3px;
}

#content-main .news-image a {
	border: none;
}

/**********************************************/
/*     Mailform                               */
/**********************************************/

fieldset.csc-mailform {border: none;}
.csc-mailform label {display:block; float: left; width:120px;}
.csc-mailform .csc-mailform-field {clear: both; padding-top:5px;}