html {
	height:100%;
	}

body{
	height:100%;
	/*min-height:100%;*/
 	font-family:Verdana;
 	font-size:9pt;
	background: url(/bilder/hintergrund.gif);
	background-repeat: repeat;
 	/*background-color:#FFCC66;*/
 	margin:0px;
	}

h1 {font-size:10pt;color:#faf3d7;}
h2 {font-size:10pt;color:#faf3d7;}

p {
	color: #faf3d7;
	text-align: justify;
	}

/* Die Hyperlinks im Text */
a:link, a:visited, a:active, a:hover{ 
  	text-decoration:none;
  	font-weight:normal;
  	color:#FFCC00;
  	font-size:9pt;
	}
a:active, a:hover{ 
  	color:#FF9900;
	}

/* Inhalt Fotomontagen */  
#inhalt {
	width:5100px;
	height:380px;
	margin:100px 0px 0px 0px;
	padding:0px;
	text-align:left;
	}

/* Die Kontaktzeile unter dem Inhalt */
#kontakt {
	float:left;
	width:5100px;
	height:35px;
	text-align: left;
	padding: 20px 0px 0px 20px;
	}

