/*****************************/
/* benutzerdefinierte styles */
td.textblock {
	padding-left: 49px;
	padding-top: 29px;
	padding-right: 23px;
}

#uhr {
	position: relative;
	left: 0;
	top: -58px;
	z-index: 2;
}
#bildblock {
	position: absolute;
	vertical-align: top;
}

/* navigation */
td.hauptnavi {
	padding-left: 49px;
	background-color: #FFFFFF;
	background: url(images/template/hg_hauptnavi.gif) left top repeat-y;
}
a.hauptnavi, a.hauptnavi:hover, a.hauptnavi_selected, a.hauptnavi_selected:hover {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
a.hauptnavi {
	color: #FFFFFF;
}


td.unternavi {
	padding-left: 50px;
	background-color: #FFFFFF;
	background: url(images/template/hg_unternavi.gif) left top repeat-y;
}
a.unternavi, a.unternavi:hover, a.unternavi_selected, a.unternavi_selected:hover {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
a.unternavi {
	color: #FFFFFF;
}




body, html {
	height: 100%;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.kleiner {
	font-size: 90%;
}
a {
	color: #DC241F;
	text-decoration: none;
}
a:hover {
	color: #DC241F;
	text-decoration: none;
}
a.buttons {
	color: #FFFFFF;
	background-color: #DC241F;
	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;
}
