		#header
		{
			margin-top : 20px;
			margin-bottom : 10px;
			text-align : center;
		}

		#header .titel
		{
			font-family : Georgia, Times, "Times New Roman", serif;			
			font-size : 4em;
			margin-bottom : 0.5em;
		}

		#header .titel a, #header .titel a:hover, #header .titel a:active, #header .titel a:visited
		{
			color : black;
			text-decoration : none;
		}

		#header .untertitel
		{
			font-family : Georgia, Times, "Times New Roman", serif;			
			font-size : 2em;
			font-style : italic;
			padding-bottom : 20px;
			margin-bottom : 10px;
		}
		
		#footer
		{
			width : 100%;
			height : 30px;	
			font-family : Georgia, Times, "Times New Roman", serif;			
			font-style: italic;
			text-align : center;
			background-color : #eee;
			border-top : 1px solid #666;
			padding-top : 0.5em;
			padding-bottom : 1.5em;
		}
		
		#footer img
		{
			vertical-align : middle;
		}
		
		.alignright {
			float: right;
			}
		
		.alignleft {
			float: left
			}
			
		#icons
		{
			text-align : center;
		}
		
		img
		{
			border : 0px solid white;
		}

		/* RESET */
		*
		{
			margin : 0px;
			padding : 0px;
		}
		
		/* Typo */
		body
		{
			font: 0.85em "Trebuchet MS", Helvetica, Arial, sans-serif;
			line-height: 150%;
			color: #333333;
			background: #fff;
		}
		
		h1,h2,h3,h4
		{
			font : 2em Georgia, Times, "Times New Roman", serif;
			margin-bottom: 0.5em;
			margin-top : 0.1em;
		}
		
		
		#tagCloud a
		{
			text-decoration : none;
		}
		
		.tag-link-1
		{
			color : #000;
		}
		
		.tag-link-2
		{
			color : #222;
		}
		
		.tag-link-3
		{
			color : #444;
		}
		
		.tag-link-4
		{
			color : #666;
		}
		
		.tag-link-5
		{
			color : #888;
		}
		
		.tag-link-6
		{
			color : #999;
		}
		
		.tag-link-7
		{
			color : #aaa;
		}
		
		.tag-link-8
		{
			color : #bbb;
		}
		
		.tag-link-9
		{
			color : #ccc;
		}
		
		div.livesearchpopup
		{
			margin : auto auto;
		}