h1 {
	font-size: 19px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 125%;
	color: #272324;
	font-weight: normal;
}

/* hilfsuerberschrift fuer die rechte spalte, um den selben abstand wie bei einer h1 in der linken spalte zu erzeugen */
h5 {
	font-size: 19px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 125%;
	font-weight: normal;
	color: #ecf3f9;
}

h2 {
	font-size: 17px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 125%;
	color: #272324;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 125%;
	color: #272324;
}

h4 {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 150%;
	color: #272324;
	
}

p, li, td {
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 150%;
	color: #272324;
	font-weight: normal;
	text-align: left;
}

p.csc-frame-frame1 {
	text-align: justify;
}

td {
	vertical-align: top;
	padding: 0px 0px 10px 0px;
}

.csc-textpic-caption {
	font-size: 11px;
	color: #494546;
	line-height: 110%;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-weight: normal;
        text-align: center;
}

ul {
	list-style: square;
	padding: 0px;
	margin: 10px 0px 10px 25px;
}

a:link {
	color: #231F6C;
	text-decoration: underline;
}

a:visited {
	color: #DA251C;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #231F6C; 
	padding: 1px;
}

input.submit {
	background: #231F6C;
	color: #FFFFFF;
	padding: 1px;
}
