/* layout */
		#nav {
			position		: absolute;
			left			: 50%;
			top				: 50%;
			width			: 120px;
			height			: 600px;
			margin			: -300px 0 0 -400px;
			background-color: #bcbcbc;
		}
		#nav-image {
			position		: absolute;
			left			: 0;
			top				: 398px;
			width			: 120px;
			margin			: 0;
		}
		#header {
			position		: absolute;
			left			: 50%;
			top				: 50%;
			width			: 675px;
			height			: 105px;
			margin			: -300px 0 0 -275px;
			background-color: #bcbcbc;
		}
		#content {
			position		: absolute;
			left			: 50%;
			top				: 50%;
			width			: 732px;
			height			: 490px;
			margin			: -190px 0 0 -275px;
			background-color: #ffff99;
			overflow:auto;
		}
	
	
/* style */
		p, h1, h2, a, ul, li, td {
			font-family		: arial;
			color			: #000000;
			margin			: 0;
			padding			: 0;
		}
		#content h1 {
			font-size		: 16px;
			font-weight		: bold;
			margin			: 0px 0 10px 0px;
		}

		#content td {
			vertical-align	: top; 
			padding-right: 10px;
		}
	  h2 {
		font-size: 16px;
		color:#666666;
		font-weight:bold;
		margin-top: 0px;
		margin-bottom: 0px;
		}

	  h3 {
		font-size: 14px;
		color:#000000;
		font-weight:bold;
		margin-top: 0px;
		margin-bottom: 0px;
		}
	h4 {
		font-size: 14px;
		color:#666666;
		font-weight:bold;
		margin-top: 0px;
		margin-bottom: 0px;
		}

		#content-text  {
         font-size: 12px;		
		 padding-left: 10px;
		 padding-top: 20px;
		 padding-right:10px;
		 padding-bottom:10px;
		 overflow:auto;
		 }
 

		#zitat  td{
		font-size: 11px;
		color: #333333;
		}

		#teaserbox  {
		font-size: 12px;
		border			: 1px solid #bcbcbc;
		padding			: 5px;	
		}
		#teaserbox  h1{
			margin			: 0 0 10px 0;

}
















		#nav ul {
			list-style-type	: none;
			margin			: 130px 0 0 5px;
			padding			: 0;
		}
		#nav li {
			margin			: 10px 0 0 0;
		}
		#nav a {
			font-size		: 14px;
			font-weight		: bold;
			color			: #ffffff;
			text-decoration	: none;
			display			: block;
		}
		#nav a:hover {
			color			: #ffff99;
		}
		
		#nav p {
			color			: #ffff99;
			font-weight		: bold;
			font-size		: 14px;
		}
		
