/* --- Allgemein --- */

BODY {
	background-color	: D0E4ED;
}

A {
	text-decoration		: underline;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
}

A:LINK, A:VISITED{
	color 			: #000000;
	font-weight 		: bold;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size 		: 12px;
}

A:ACTIVE{
	font-weight 		: bold;
	color 			: #000000;
}

A:HOVER {
	text-decoration 	: none;
	color 			: #000000;
}


A.link:LINK, A.link:VISITED{
	font-size 		: 12px;
	text-decoration 	: none;
	color 			:  #FFFFFF;
 	font-weight 		: bold;
}

A.link:HOVER {
	text-decoration 	: underline;
	color 			: #FFFFFF;
}

A.nav {
	font-family 		: Arial, Helvetica, sans-serif;
	font-size 		: 12px;
}

A.nav:LINK, A.nav:VISITED{
	text-decoration 	: none;
	color 			:  #FFFFFF;
 	font-weight 		: bold;
}

A.nav:HOVER {
	text-decoration 	: none;
	color 			: #000000;
}

H1{
	color 			: #000000;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size 		: 14px;
	font-weight		: bold;
}

H2 {
	color 			: #000000;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size 		: 12px;
	font-weight 		: bold;
}

H3 {
	color 			: #000000;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size 		: 12px;
	font-weight 		: normal;

}

P {
	color 			: #000000;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size 		: 12px;
	font-weight 		: normal;
}

Clink {
	text-decoration 	: none;
	color 			: #000000;
}

input{
	font-family 		: Verdana;
	font-size 		: 10px;
}

textarea{
	width 			: 200px;
	font-family 		: Verdana;
	font-size 		: 10px;
}

button{
	font-family 		: Verdana;
	font-size 		: 10px;
	color 			: #ffffff;
	background-color 	: #7B09A0;
	font-weight 		: bold;
	width 			: 125px;
}

B, STRONG {
	font-size		: 12px;
	font-weight 		: bold;
}
