{
margin:0; 
padding:0; 
}
html{
height: 100%;
}
h1{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #975026;
	font-weight: bold;
}

body {
	height: 100%; /* ! */
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	line-height:1.2;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;/*IE 5*/
	font-size:100.01%;
}
/* standardkonforme browser */
#wrapper {
background-image: url(images/bgtable.jpg);
background-repeat: repeat;
width: 700px;
min-height: 100%; /* ! */
margin:0 auto 0 auto;/*horiz. zentrieren*/
text-align:left;
}
/* Falsches Boxmodel des IE (bis Version 6) ausnutzen – wenn IE7 da ist, dann mit Conditional Comments für IE Win (Versionen kleiner 7) und IE 5 Mac Hack zuweisen … */
* html #wrapper {
height: 100%;
}
#footer{
position: relative;
background-image: url(images/bgtable.jpg);
width:700px;
margin:-1.2em auto 0 auto;
text-align:left;
}

.ueberschrift {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #975026;
	font-weight: bold;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6D603E;
	line-height:1.4;
}
a:link {
	color: #6D603E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a:visited {
	color: #6D603E;
	font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
} a:hover {
	color: #6D603E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
} a:active {
	color: #6D603E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
} 
a.type_2:link {
	color: #975026;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	text-decoration: none;
	font-size: 11px;
}
a.type_2:visited {
	color: #975026;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-variant: small-caps;
} a.type_2:hover {
	color: #F66709;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-variant: small-caps;
} a.type_2:active {
	color: #975026;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-variant: small-caps;
} 
