html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
img {
	border: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.biglink {
	font-size: 16px;
	font-weight: bold;
}

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: "Verdana","Arial",sans-serif;
	font-size: 10pt;
	background-image: url(../images/bg_spacer.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #123a60;
}
#seite {
	width: 1000px;
	height: 768px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	left: 10px;
	top: 0px;				
	z-index:0;
	overflow: hidden;
}


#header {
	width: 800px;
	height: 108px;
	min-width: 800px;
	background-image: url(../images/headline_gif.gif);
	background-repeat: no-repeat;
	background-position: 30px 45px;
	position: absolute;
	left: 0px;
	z-index: 2;
}

#content {
	width: 550px;
	height: auto;
	background-color: transparent;
	color: white;
	overflow: auto;
	position: absolute;
	left: 331px;
	top: 218px;
	right: 220px;
	bottom: 66px;
	border: 0px solid white;
	z-index: 3;
	padding: 0px 20px 20px 0px;
/* 	padding-left: 40px; */
	text-align: left;
	line-height: 16pt;
}
* html #content {
	height: 50%;
	margin-bottom: 30px;
}
#content h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	line-height: 22pt;
/*	padding-left: 40px;
	background-image: url(../images/indent.jpg);
	background-position: left top;
	background-repeat: no-repeat; */
}
#content h2 {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}
#content p {
	width: 500px;
}
.sc {
	font-variant: small-caps;
}
#footer {
	width: 100%;
	height: 24px;
	overflow: visible;
	position: absolute;
	bottom: 0px;
	background-color: #ae2126;
	z-index: 10;
}
* html #footer {
	bottom: -1px;
}
#hauptnavi {
	width: 700px;
	height: 20px;
	position: relative;
	left: 258px;
}

/* hauptnavi */
.hn {
	height: 20px;
	float: left;
	margin-right: 20px;
	position: relative;
	top: -14px;
	background-repeat: no-repeat;
}
#indexlink {
	display:block;
	height:200px;
	width:200px;
	position: absolute;
	top:10px;
	left: 799px;
	background-color: transparent;
}
#anstifter {
	width: 106px;
	background-image: url(../images/nav_anstifter.gif);
}
#taeter {
	width: 71px;
	background-image: url(../images/nav_taeter.gif);
}
#pate {
	width: 61px;
	background-image: url(../images/nav_pate.gif);
}
/* alte positionen
#advokat {
	width: 107px;
	left: 331px;
	background-image: url(../images/nav_advokat.gif);
}
#zeuge {
	width: 82px;
	left: 459px;
	background-image: url(../images/nav_zeuge.gif);
}
#drahtzieher {
	width: 152px;
	left: 563px;
	background-image: url(../images/nav_drahtzieher.gif);
}
#impressum {
	width: 145px;
	left: 735px;
	background-image: url(../images/nav_impressum.gif);
}
*/
#drahtzieher {
	width: 152px;
	background-image: url(../images/nav_drahtzieher.gif);
}
#impressum {
	width: 145px;
	background-image: url(../images/nav_impressum.gif);
}
strong {
	font-weight:bold;
	text-transform:uppercase;
}


/* /hauptnavi */

/* Kategoriebilder */
.kategorie-anstifter {
	width: 141px;
	height: 297px;
	position: absolute;
	top: 220px;
	left: 140px;
}
.kategorie-pate {
	width: 160px;
	height: 297px;
	position: absolute;
	top: 220px;
	left: 130px;
}
.kategorie-taeter {
	width: 230px;
	height: 297px;
	position: absolute;
	top: 220px;
	left: 80px;
}
/* /Kategoriebilder */