/* FORMULARE */

input, textarea {
	color:#555;
	border:1px solid #555;
}

textarea {
	width:425px;
}

h1, h2, h3, h4, h5 {
	font-weight: NORMAL;
	margin-bottom:5px;
	margin-top:10px;
}

h1.csc-firstHeader, #pagetitle h1 {
	margin-top:0px;
}
#pagetitle h1 {
	font-weight:bold;
}

h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h1 a, #title h2{
	color: #fff;
}

p {
	margin-bottom:15px;
}

ul {
	margin-left:20px;
	margin-bottom:5px;
}


/* MAILFORM */
#mailform fieldset.csc-mailform {
 margin-left:		20px;
 padding:			10px;
 width:400px
}
  
#mailform fieldset.csc-mailform .csc-mailform-field {
 padding:			5px 0px; }
  
#mailform fieldset.csc-mailform .csc-mailform-field label {
 float:			left;
 font-size:		90%;
 font-weight:		bold;
 width:			250px; }