a:link{
	text-decoration: underline;
	color: #032846;
}

a:visited{
	text-decoration: underline;
	color: #032846;
}

a:active {
	text-decoration: underline;
	color: #cf0020;
}

a:hover {
	text-decoration: underline;
	color: #cf0020;
}
.right{
	float:right;
}

.left{
	float:left;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
h1{
	text-align:center;
	margin-bottom:5px;
	font-family:'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
}

p, label{
	font-family:'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
}
strong {
	font-weight: bolder;
}
.fehler, .pflichtfeld{
	color:red;
}
.warning{
        color:red;
        font-weight:bold;
}
.note{
        color:green;
        font-weight:bold;
}