/* Allgemeine Formatierungen */P.align-center {	text-align: center;}P.align-right {	text-align: right;}	

P,
DIV,
TD { 
	font-size: 9pt;
}


H1 {
	font-size: 13pt;
}

A IMG {
	border: none;
}

A {
	font-weight: bold;
	text-decoration: none;
	color: #22A346;
}

A:hover {
	text-decoration: underline;
}

DT A{
	display: block;
	margin-bottom: 20px;
}


/* Mailform */
FORM { 
                margin: 0; 
                padding: 0; 
}

FIELDSET.csc-mailform { 
                border: none; 
                margin: 0; 
                padding: 0; 
}

#mailform INPUT, 
#mailform SELECT, 
#mailform TEXTAREA { 
                width: 300px;
                margin: 2px 0 2px 5px; 
}

#mailform LABEL { 
                width: 220px; 
                text-align: right; 
                display: block; 
                line-height: 17px; 
                clear: both; 
                float: left; 
}
#mailform .csc-mailform-label { 
                margin-top: 3px; 
                font-weight: bold; 
}

#mailform .csc-mailform-check { 
                width: 15px; 
}

#mailform .csc-mailform-submit { 
                margin-top: 8px; 
                width: 80px; 
}
