/* Styles auf der Site */

/* allgemeine Links */
a {
	color : #4463B3;
	font-family : Arial, sans-serif;
	font-size : 13px;
	letter-spacing : 1px;
	text-decoration : underline;
}

a:hover {
	font-family : Arial, sans-serif;
	font-size : 13px;
	letter-spacing : 1px;
	text-decoration : none;
}

.toplink {
	color : #ffffff;
	font-family : Arial, sans-serif;
	font-size : 13px;
	letter-spacing : 1px;
	line-height : 15px;
	text-decoration : none;
	padding-left : 4;
	padding-top : 4;
	padding-bottom : 4;
	padding-right : 4;	
}

.toplink:hover {
	color : #ffffff;
	font-family : Arial, sans-serif;
	font-size : 13px;
	letter-spacing : 1px;
	line-height : 15px;
	text-decoration : underline;
}

h1
{
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 15px;
	font-weight : normal;
	letter-spacing : 1px;
	line-height : 15px;
	text-decoration : none;
	padding-left : 10;
	padding-top : 10;
	padding-bottom : 4;
	padding-right : 4;	
	
}

h2 {
	color : #ffffff;
	font-family : Arial, sans-serif;
	font-size : 15px;
	font-weight : normal;
	letter-spacing : 1px;
	line-height : 15px;
	text-decoration : none;
	background-color:#4463B3;
	padding-left : 10;
	padding-top : 6;
	padding-bottom : 6;
	padding-right : 4;
}

h3 {
	color : #4463B3;
	font-family : Arial, sans-serif;
	font-size : 16px;
	font-weight : normal;
	line-height : 20px;
	letter-spacing : 1px;
	text-decoration : none;
	padding-left : 10;
	padding-top : 0;
	padding-bottom : 0;
	padding-right : 4;	
}

.text {
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 13px;
	line-height : 20px;
	letter-spacing : 1px;
	text-decoration : none;
	padding-left : 10;
	padding-top : 0;
	padding-bottom : 4;
	padding-right : 4;	
}

.liste {
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 13px;
	line-height : 20px;
	letter-spacing : 1px;
	text-decoration : none;
}

.formularfeldnorm {
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 12px;
	line-height : 16px;
	letter-spacing : 0px;
	text-decoration : none;
	padding-left : 2;
	padding-top : 0;
	padding-bottom : 2;
	padding-right : 2;	
}

.formulartext {
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 12px;
	line-height : 16px;
	letter-spacing : 0px;
	text-decoration : none;
	padding-left : 2;
	padding-top : 0;
	padding-bottom : 2;
	padding-right : 2;	
}

