@charset "utf-8";
/* CSS Document */
* {
	margin: 0px; 
	padding:0px;
}
html,body{
	width:100%;
	height:101%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(../images2010/allgemein/hg_pattern.jpg);
	background-position:center top;
}
a:link {
	color: #006699;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	color: #4666AF;
	font-size: 36px;
}
h2 {
	font-size: 24px;
	color: #003366;
}
h3 {
	font-size: 18px;
	color: #003366;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#fuss {
	width:1000px;
	height:35px; 
	overflow:hidden; 
	font-size:11px;
	text-align:center; 
	color:#FFFFCC;
	background-image:url(../images2010/allgemein/hg_holzunten.jpg);
}
#fuss a {
	color:#FFFFFF;
}
#fuss a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#naviUnten {
	width:1000px;
	height:76px; 
	overflow:hidden; 
	background-image:url(../images2010/allgemein/hg_holzunten.jpg);
	color:#FFFFCC;
}
#naviUnten a { 
	color:#FFFFFF;
}
#naviUnten a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.dBlau {
	color: #003A70;
}
.aktuell {
	color: #003A70;
	background-color:#BDCFF5;
	background-image:url(../images2010/allgemein/hg_aktuell.jpg);
	background-repeat:no-repeat;
	width: 200px;
	text-align:center;
	padding-top: 100px;
	padding-bottom: 20px;
}
.dBlauFett {color: #003A70; font-weight: bold; }
.hBlau {color: #3263CA}


.bildaktiv {
	border: solid 3px #BDCFF5;
	margin-right:1px;
}
.bildinaktiv {
	border: solid 3px transparent;
	margin-right:1px;
}
