﻿#Page { width:900px;
		height:900px;
		margin: 0 auto;		
	
}

#main { width:900px;
		height:900px;
	
}

#head { width:900px;
		height:210px;
		background-image:url('images/head.png');
		
}

#navi { width:300px;
		height:396px;
		margin:0px;
		padding:0px;
		border :none;
	
}

#kontakt { width:300px;
			height:296px;

			background-image:url('images/kontakt_neu.png');
	
}

#content  {
	width: 600px;
	height: 690px;
	background-image: url('images/main.png');
	margin-top: -690px;
	margin-left: 300px;
}

#content_text { width:540px;
			   height:660px;
			   padding-left:30px;
			   padding-top:8px;
			   font-family:Verdana, Geneva, Tahoma, Sans-Serif;
			   font-size:10pt;
	
}


#scroll {                             /* der Name kann frei gewählt werden */
    height:610px;                       /* Höhe - auch px oder andere Einheiten */
    overflow:auto;                       /* Regel für übergroßen Inhalt */
    border: 0px double #244B74;          /* Rahmen */
    padding:8px;                         /* Textabstand zum Rand */
    font-family:Arial,Verdana,sans-serif;/* Schriftart */
    color:black;                       /* Schriftfarbe */
    background:#fff;                     /* Hintergrund */
}
.scrolldiv h4 {color:#007070;}           /* Schriftfarbe der Überschrift h4 */
