/* CSS Document */

body { margin:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#000000; }

#header { width:955px; height:200px; margin:auto; }

	#logo { width:250px; height:200px; float:left; background-image:url(images/logo.jpg); background-position:center; background-repeat:no-repeat; }
	
	#schriftzug { width:700px; height:75px; float:left; margin-top:15px; margin-left:5px; background-image:url(images/schriftzug3.jpg); background-position:left; background-repeat:no-repeat; }

#body { width:955px; height:auto; margin:auto; }

	#navigation { width:250px; height:auto; float:left; margin:10px 0px 0px 0px; }
	
		a.navpunkt { width:205px; height:27px; text-align:center; margin:0px 0px 7px 23px; font-weight:bold; color:#336699; background-image:url(images/button.jpg); background-repeat:no-repeat; padding-top:8px; display:block; }
		a.navpunkt:hover { width:205px; height:27px; text-align:center; margin:0px 0px 7px 23px; font-weight:bold; color:#990000; background-image:url(images/button_active.jpg); background-repeat:no-repeat; padding-top:8px; }
		.navpunktactive { width:205px; height:27px; text-align:center; margin:0px 0px 7px 23px; font-weight:bold; color:#990000; background-image:url(images/button_active.jpg); background-repeat:no-repeat; padding-top:8px; }
	
	#content { width:685px; height:auto; min-height:460px; float:left; line-height:150%; padding:10px; background-image:url(images/border_content_middle.jpg); background-repeat:repeat-y; background-position:top; }