@charset "utf-8";
/* CSS Document */

html, body
		{
				margin:0;
				padding:0;
		}
		
		body
		{
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
		}
		
		a:focus
		{
			outline:none;
		}
		
		#seitenkopf
		{
			
		}
		
		#seitenkopf .logo
		{
				background-image:url(../img/site/HeaderLogo.png);
				background-repeat:no-repeat;
				width:594px;
				height:75px;
				overflow:hidden;
				text-indent:-5000px;
				margin-top:75px;
				margin-left:228px;
		}
		
		#seitenkopf .logo a
		{
				display:block;
		}
		
		#pageWrapper
		{
				width:970px;
		}
	
		
		
		#bodyWrapper
		{
				background-image:url(../img/site/subnavBG_erwachsene.png);
				background-repeat:repeat-y;
				height:495px;
		}
		
		#bodyWrapper  .spalte1
		{
				width:201px;
				float:left;
				height:495px;
				position:relative;
		}
		
		#bodyWrapper .spalte2
		{
				width:253px;
				height:495px;
				float:left;
				
				
		}
		
		#bodyWrapper .spalte3
		{
				width:516px;
				float:left;
				background-color:#fff;
				height:495px;
				
		}
		
		#bodyWrapper .spalte3 p
		{
				margin:0;
				padding:0;
				line-height:140%;
		}
		
		#bodyWrapper .spalte3 .content
		{
				padding:25px;
				font-size:14px;
				color:#72797f;
		}
		
		#bodyWrapper .spalte3 .content a
		{
				color:#72797f;
				float:left;
				background-image:url(../img/site/pdfIcon.gif);
				padding-left:35px;
				background-repeat:no-repeat;
				background-position:0px 4px;
				text-decoration:none;
				
		}
		
		#bodyWrapper .spalte3 .content a:hover
		{
				text-decoration:underline;
		}
		
		#bodyWrapper .spalte3 .content h1
		{
				margin:0;
				padding:0;
				padding-bottom:10px;
				font-size:18px;
				color:#72797f;
				font-weight:bold;
		}
		
		.portraitHolder
		{
			width:225px;
			float:left;
			margin-top:15px;
			font-size:15px;
			font-weight:bold;
		}
		
		.portraitHolderSmall
		{
			width:115px;
			float:left;
			margin-right:40px;
			font-size:12px;
		}
		
		.kursiv 
		{
			font-style: italic;
		}
		
		.content .spalteLinks
		{
			width:220px;
			float:left;
		}
		
		.content .spalteRechts
		{
			width:220px;
			float:right;
		}
		
		.content ul
		{
			margin:0 0 0 15px;
			padding:0;
		}
		
		.content li
		{
			margin-bottom:6px;
		}

		
		

