* {
			padding:0;
			margin:0;
			list-style:none;
			text-decoration:none;	
		}

		body  {
			margin: 0px;
			padding: 0px;
			text-align: center; 
			color: #6c6c6c;
			font-size: 13px;
			font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
			font-weight: normal;
			font-style: normal;
			background: #D8E9EF url('bg.gif') repeat-x;
		}

		a {
			color: #47A6BF;
		}

		h1 {
			color: #47A6BF;
			font-size: 19px;
		}

		h2 {
			color: #47A6BF;
			font-size: 1.0em;
		}

		.break {
			clear: both;
			height:0;
		}

		.abstand10px {
			height:20px;
			background:red,
		}

		#page {
			width: 960px;
			margin: auto;
			text-align: left;
			background: #ffffff;
		}

		#header {
			width: 936px;
			height: 152px;
			text-align: center;
			margin:5px auto 0 auto;
			background: url('/images/img_header.jpg') no-repeat;
		}

		#menu {
			float: left;
			width: 200px;
			margin:30px 0px 0 20px;
			text-align:left;
		}

		#menu .topic {
			width: 224px;
			height: 25px;
			padding-top: 4px;
			padding-left: 20px;
			color: #47A6BF;
			font-weight: bold;
			text-transform: uppercase;
			background:url('/images/img_navi-bg.gif') no-repeat;
		}

		#menu ul {
			padding:0;
			margin:0;
		}

		#menu ul li {
			margin:0px 0;
			padding:8px 10px 7px 5px;
			background:url('/images/img_navi-bg.gif') no-repeat;
		}

		#menu a {
			display:block;
			color:#47A6BF;
			font-weight:bold;
			font-size:1.1em;
			padding-left:7px;
		}

		#menu a:hover {
			color:#3F9BE5;
			text-decoration: underline;
		}

		.navi-line {
			background:#979797; 
			height:1px; 
			width:168px;
			margin:0 0 0 1px;
		}

		#menu .archiv a {
			float:left;
			width:58px;
			padding: 0px;
			text-align:center;
			color:#47A6BF;
		}

		#content {
			float: right;
			width: 710px;
			padding: 25px 20px 0 10px;
			background: none;
		}


		#content b.headline {padding-bottom:10px; display:block;}


		#content .headline a {
			font-size: 1.4em;
			font-weight:bold;
			color:#FFF;
			text-decoration: underline;
			background: #F58533;
			padding:5px;
			margin:0 0 0px 0;
		}

		#content .headline a:hover {
			color:#F58533;
			text-decoration: none;
			background:#FEF3EA;
		}

		#content em {
			color:#F58533;
			font-style:italic;
			font-size:0.8em;
			text-align:right;
			background:#FEF3EA;
			display:block;
			padding:5px 15px 5px 5px;
			margin:5px 0 0 0;

		}


		#content .topic_left {
			float: left;
			width: 50px;
			height: 60px;
			border: 0px dotted green;
		}

		#content .topic_right {
			float: left;
			width: 450px;
			height: 60px;
			border: 0px dotted green;
		}

		#suchbox {border:1px solid #bdbdbd; height:25px; width:168px; padding: 3px 0 0 5px; margin:0, color:#6c6c6c; vertical-align:middle;}
		#searchresults { font-size:10px; }
		#searchresults a { font-weight:normal; }


		.trenner {
			clear:both;
			height:5px;	
			background:url('/images/img_line.gif') repeat-x;
		}

		#footer {
			padding-top: 15px;
			text-align: center;
			font-size: 10px;
		}