/* CSS Document */
body {
	font: normal 100.01% Georgia, "Times New Roman", Times, serif;
	color: #000000; background-color: #FFFFFF;
	min-width: 40em; 
}
 
html {
	padding: 0;
}
body {
	margin: 0; padding: 0; border:0;
}

h1 {
	padding-top:1em;
	font-size:14pt;
	color:#666666;
}
h2 {
	padding-top:1em;
	font-size:12pt;
	color:#666666;
}


#head {
	z-index:5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px; 
	background-image: url(../images/head_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}
#headcontent {  
	width:780px;
	height:120px;
	margin: 0 auto;
}
#bg_schrift {
	background-image:url(../images/titelbild.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer {
	z-index:5;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 75px;   
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top; 
}
#footercontent {  
	width:780px;
	height:75px;
	margin: 0 auto;
}
#aga {
	position:absolute;
	left:3px;
	bottom: 1px;
	font-size:9px;
}
#aga a:link, #aga a:visited {
	text-decoration:none;
	color:#666666;
}
#aga a:hover {
	color:#666666;
		
}
#container { 
	position: absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


html>body #head {  
	position: fixed;
}
html>body #footer {  
	position: fixed;
}
html>body #startimage {  
	position: fixed;
}


#content {  
	width:780px;
	margin: 0 auto;
	padding-left: 40px;
}
html>body #container #content {
	padding-top: 120px; 
	padding-bottom: 75px;   
}

#container a:link, #container a:visited {
	color: #666666;	
}
#container a:hover {
	color: #b3a58c;
}

html>body #container #content2 {
	padding-right: 250px; 	   
}

html>body .bgross p:first-letter {
	font-size: 150%;
	background-color: transparent;
	color: #b3a58c;
	padding-right: 1px;
}

html>body h1:first-letter {
	font-size: 150%;
	background-color: transparent;
	color: #b3a58c;
	padding-right: 1px;
}
html>body h2:first-letter {
	font-size: 150%;
	background-color: transparent;
	color: #b3a58c;
	padding-right: 1px;
}

/* * #content {   versteckt vor Netscape 4 
background-color: #ffffe0;}*/

