
		
		h1
		{
			padding: 20px 0px 2px 0px;
			font-size : 1.3em;
			letter-spacing: 2px;
		  	text-transform: uppercase;
			color : #666;
			border-bottom : 1px solid #666;
			background-color : #eee;
			text-align : center;
		}

		h2
		{
			font-size : 1.1em;
			padding-left : 10px;
			padding-bottom : 5px;
		}

		h3
		{
			padding-left : 20px;
			font-size : 1.3em;
		}

		#content .small
		{
			font-size : 0.5em;
			padding-left : 40px;
		}

		#container
		{
			background-color : white;
			padding-top : 10px;
		}

		#sidebar ul, #authors ul
		{
			list-style: none;
			margin-left : 10px;
		}
		
		#sidebar li, #authors li
		{
			margin-bottom : 0.2em;
			font-family: Georgia, Times, "Times New Roman", serif;
		}
		
		.author
		{
			 margin-bottom : 20px;
		}
		
		.author img
		{
			float : right;
			background-color : white;
			margin-left : 2px;
			margin-bottom : 2px;
		}
		
		.author h2
		{
			padding : 0px;
			padding-left : 10px;
		}
		
		.author-4 h2
		{
			color : #006699;
		}
		
		.author-5 h2
		{
			color : #663333;
		}

		.author-3 h2
		{
			color : #336633;
		}

		.author-6 h2
		{
			color : #ffcc00;
			
		}
		
		.author p
		{
			padding-left : 10px;
			color : #666;
			font-size : 0.9em;
		}
		
		h3.author-5
		{
			border-left : 5px solid #663333;
			margin-left : 10px;
			padding-left : 5px;
		}
		
		h3.author-4
		{
			border-left : 5px solid #006699;
			margin-left : 10px;
			padding-left : 5px;
 		}
		
		h3.author-3
		{
			border-left : 5px solid #336633;
			margin-left : 10px;
			padding-left : 5px;
		}
				
		h3.author-6
		{
			border-left : 5px solid #ffcc00;
			margin-left : 10px;
			padding-left : 5px;
		}
				.artikel a, .artikel a:hover, .artikel a:active, .artikel a:visited, li a, li a:hover, li a:visited, li a:active
		{
			color : #333;
			text-decoration : none;
		}

		/* FORM */
		
		#container
		{
			width : 800px;
			margin : auto auto;
			margin-top : 20px;
			margin-bottom : 20px;
		}
		
		#header
		{
			width : 100%;
		}
		
		#content
		{
			float : left;
			width: 360px;
			padding-right : 20px;
		}
		
		#sidebar
		{
			float : left;
			width: 200px;
			padding: 0 20px 0 0;
		}
		
		#authors
		{
			float : right;
			width : 200px;
		}
		
		#clearFloat
		{
			clear : both;
		}
	