/*BODY*/
body {
	height: auto;
	width: 565px;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	background-image:url(../grafiken/hg-inhalt-bild-06.jpg);
	background-repeat: repeat-y;
	background-position: -250px -109px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	color: #3f4953;
}
body,td,th {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	color: #3f4953;
}
radio {
	border: 1px solid #e8e8e8;
	color: #000;
}
input,textarea,select,option {
	background-color: #f4f5f6;
	border: 1px solid #c7cbcf;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	color: #3f4953;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}
input:hover, input:focus, 
select:hover, select:focus,
textarea:hover, textarea:focus,
option:hover, option:focus {
	background-color: #fff;
	border: 1px solid #a60000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	color: #a60000;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}
form {
	margin: 0px 0px 0px 0px;
}

/*SEITENAUFTEILUNG*/




/*FORMATIERUNGEN*/

a {
	color:#000;
	padding: 10px 25px 10px 25px;
	border: 1px solid #c7cbcf;
	text-decoration:none;
	background-color:#FFF;
}
a:hover {
	color:#a60000;
	border: 1px solid #a60000;
	background-color:#FFF;
}

