/*****************************/
/* benutzerdefinierte styles */

a.links {
	font-size: 12px;
	color: #000000;
}
.link_table {
	padding-top: 3px;
	padding-bottom: 3px;
}
.link_bild {
	width: 230px;
}
.textblock {
	background-color: #FFFFFF;
	padding: 25px;
}
a.service_links {
	color: #333333;
}
a.service_links:hover {
	color: #333333;
	text-decoration: underline;
}
p.service_links a {
	font-size: 13px;
}

/*****************************/


body {
	background-color: #9F9F9F;
	margin: 0px;
	padding: 0px;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.kleiner {
	font-size: 90%;
}
a {
	color: #E41819;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.buttons {
	color: #FFFFFF;
	background-color: #E41819;
	text-decoration: none;
}
input.button, input.submit {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 11px;
	cursor: pointer;
} 
p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 115%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 105%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 95%;
}
.schriftWeiss {
	color: #FFFFFF;
}
.schriftSchwarz {
	color: #000000;
}
.HGweiss {
	background-color: #FFFFFF;
}
