	* {
		padding: 0;
		margin: 0;
		border: 0;
	}

	html, body {
		width: 100%;
		background-color: #ffffff;
	}

	body {
		color: #000000;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
      text-align:center;
	}

   td {
		color: #000000;
		font-size: 12px;
	}

	#seite {
		margin: 0 auto;
		width: 800px;
	  	background : url(gfx/bg_content.gif);
		background-repeat: repeat-y;
		text-align:left;
      margin-top: 20px;
	}

	/* KOPFZEILE: LOGO, BANNER */
	#kopfzeile {
		height: 92px;
		width: 765px;
		background-image: url(gfx/bg_kopfzeile.gif);
		background-repeat: repeat-y;
		background-color: #ffffff;
	}

	#kopfzeile img {
		float: left;
	}

	#kopfzeile .php_ads {
		width: 468px;
		height: 60px;
		border: 1px solid black;
		position: relative;
		top: 17px;
		left: 10px;
		margin-left: 203px;
		background-color: #FFFFFF;
	}

	#kopfzeile .php_ads img {
		float: none;
	}

	/* INFOZEILE: STARTSEITEN-LINK, BREADCRUMPS, DATUM */
	#infozeile {
		width: 765px;
		padding-top: 7px;
      padding-bottom: 9px;
      margin-bottom: 3px;
		border-bottom: 1px solid #7f7f7f;
		font-size: 11px;
		background-color: #ffffff;
	}

	#infozeile img {
		float: left;
		margin-right: 5px;
	}

	#infozeile .breadcrumps {
		width: 385px;
		display: block;
		float: left;
		margin-top: 1px;
	}

   #infozeile .breadcrumps a {
      color: #000000;
   }

   #infozeile .breadcrumps a:hover {
      color: #c00013;
      text-decoration: none;
   }

	#infozeile .datum {
		margin-top: 1px;
		display: block;
		font-weight: bold;
	}

	/* KONTAKTFORMULAR */

	.inputfield {
		background-color: #ffffff;
		border: 1px;
		border-color: #000000;
		border-style: solid;
		font-size: 10px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		width: 242px;
	}

	.textarea {
		background-color: #ffffff;
		border: 1px;
		border-color: #000000;
		border-style: solid;
		font-size: 10px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		width: 242px;
	}

	label.formfield_left {
		float: left;
		text-align: left;
		width: 115px;
		margin-right: 10px;
		margin-left: 0px;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	form br {
		clear: both;
	}

	/* NAVIGATION */
	#navigation {
		width: 193px;
		float: left;
		margin-right: 6px;
		font-size: 11px;
		background-color: blue;
	}

	#navigation ul {
		list-style-type: none;
	}

	#navigation a:hover {
		background-color: #ffffb2;
		color: #000000;
	}

	#navigation li li a {
		display: block;
		color: #000000;
		background-color: #FFFFB2;
		width: 178px;
		text-decoration: none;
		background-image : url(gfx/pfeil_sub.gif);
		background-position: 6px center;
		background-repeat : no-repeat;
		border-bottom: 1px solid #ffffff;
		padding-left: 15px;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	#navigation li li a:hover {
		background-image : url(gfx/pfeil_sub_cur.gif);
		background-position: 180px center;
	}

	#navigation li li a:active {
		background-image : url(gfx/pfeil_sub_cur.gif);
		background-position: 180px center;
	}

	#navigation li b {
		display: block;
		color: #ffffff;
		background-color: #C00013;
		width: 178px;
		text-decoration: none;
		border-bottom: 1px solid #ffffff;
		font-weight: bold;
		background-image : url(gfx/pfeil_haupt.gif);
		background-position : 2px;
		background-repeat : no-repeat;
		padding-left: 15px;
		padding-top : 3px;
		padding-bottom : 3px;
		text-transform: uppercase;
	}

	/* INHALTSSEITEN */
	#inhalt {
		width: 375px;
		float: left;
		margin-right: 6px;
	}

	#inhalt p {
		line-height: 16px;
	}

	#inhalt h1 {
	  	font-size: 13px;
		display: block;
   	background-image : url(gfx/bg_headline.gif);
	   background-repeat : no-repeat;
   	padding-left: 4px;
	   padding-top: 3px;
   	height: 19px;
		clear: both;
	}

	#inhalt h2 {
		font-size: 13px;
		color: #C00013;
		margin-top: 4px;
		margin-bottom: 6px;
  	}

	#inhalt h3 {
		font-size: 17px;
		margin-bottom: 5px;
	}

	#inhalt h5 {
		font-size: 9px;
		margin-bottom: 5px;
	}

	#inhalt .basetext img.links, #inhalt img.left {
	   float: left;
	   margin-top: 5px;
	   margin-right: 10px;
	   margin-bottom: 4px;
	   margin-left: 0px;
	   padding: 0px;
	}

	#inhalt .separator {
      border-top: 1px solid #cccccc;
      padding-top: 7px;
      margin-top: 0px;
	}

	#inhalt .leserforum img.links, #inhalt .leserforum img.left {
	   float: left;
	   margin-top: 5px;
	   margin-right: 10px;
	   margin-bottom: 4px;
	   margin-left: 0px;
	   padding: 0px;
	}

	/* TEMPLATE: inc.artikel.php , Artikelauflistung */
	#inhalt .artikel_anreisser {
		padding-bottom: 20px;
		margin-bottom: 10px;
		border-bottom: 1px solid #cccccc;
	}

	#inhalt .artikel_anreisser img {
		float: left;
		margin-right: 11px;
		border: 1px solid #dddddd;
		margin-top: 3px;
	}

	#inhalt .artikel_anreisser img.arrow_detail {
		float: right;
		border: 0;
		margin: 0;
		margin-left: 2px;
	}

   /* TEMPLATE: inc.artikel.php , Artikeldetail*/
	#inhalt .artikel_detail {
		padding-bottom: 4px;
		margin-bottom: 10px;
		border-bottom: 1px solid #cccccc;
	}

	#inhalt .artikel_detail img {
	   float: none;
	   margin-top: 5px;
	   margin-right: 10px;
	   margin-bottom: 8px;
	   margin-left: 0px;
	   padding: 0px;
	}

	#inhalt .artikel_detail img.left, #inhalt .artikel_detail img.links {
	   float: left;
	}

	#inhalt .artikel_detail img.rechts, #inhalt .artikel_detail img.rechts {
	   float: right;
	}

	#inhalt .artikel_detail .beschreibung br {
	   clear: both;
	   float: none;
	}

	#inhalt .artikel_detail .urheber {
	   margin-top: 15px;
	}

	#inhalt .artikel_detail .autor {
	   font-size: 10px;
	   display: block;
	   width: 351px;
	   float: left;
	}

	#inhalt .artikel_detail .drucken img {
      margin-top: -8px;
		margin-left: 3px;
	}

	#inhalt .artikel_detail .urheber a {
	   color: #000000;
	   text-decoration: none;
	}

	#inhalt .artikel_detail .urheber a:hover {
	   color: #c00013;
	   text-decoration: underline;
	}

   #inhalt .artikel_navigation, #inhalt .artikel_navigation_top {
      margin-top: -4px;
   }

	#inhalt .artikel_navigation .zurueck, #inhalt .artikel_navigation_top .zurueck {
      width: 200px;
      display: block;
      float: left;
 	}

	#inhalt .artikel_navigation .top, #inhalt .artikel_navigation_top .top {
      width: 175px;
      display: block;
      float: left;
      text-align: right;
	}

	/* TEMPLATE: inc.mediadaten.php u.a. */
	#inhalt .basetext p {
	   margin-bottom: 10px;
	}

	#inhalt .basetext ol, #inhalt .basetext ul {
	   margin-left: 30px;
	}

   #inhalt .basetext ol li, #inhalt .basetext ul li {
	   padding-top: 10px;
   }

   #inhalt .basetext .artikel_navigation {
      border-top: 1px solid #cccccc;
      padding-top: 7px;
      margin-top: 0px;
   }

   #inhalt .basetext a.arrow_big {
		background-image : url(gfx/detail.gif);
		background-position: left center;
		background-repeat : no-repeat;
		padding-left: 22px;
		padding-top: 2px;
		padding-bottom: 2px;
   }

	 #inhalt .basetext a.arrow_small {
		background-image : url(gfx/pfeil_submit.gif);
		background-position: left center;
		background-repeat : no-repeat;
		background-position: 45px center;
		padding-left: 55px;
		padding-top: 2px;
		padding-bottom: 2px;
   }

	/* TEMPLATE: inc.team.php */
	#inhalt .team {
		padding-bottom: 10px;
	}

	#inhalt .team img {
		float: left;
		margin-right: 10px;
		border: 1px solid #dddddd;
	}

	#inhalt .team p {
		padding-top: 10px;
		line-height: 20px;
	}

	#inhalt .team a img {
		margin-top: 10px;
		border: 0;
	}

	#inhalt a {
		color: #C00013;
		text-decoration: underline;
	}

	#inhalt a:hover {
		color: #C00013;
		text-decoration : none;
		background-color: #FFFFB2;
	}

	/* INFOBOXEN */
	#infoboxen {
		width: 185px;
		float: left;
		font-size: 11px;
	}

	#infoboxen .suche .searchfield {
		background-color: #ffffff;
		border: 1px solid #000000;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		width: 164px;
		margin-bottom: 5px;
		font-size: 11px;
	}

	#infoboxen input[type=image] {
		margin-bottom: 4px;
	}

	#infoboxen a.more {
		background-image : url(gfx/pfeil_more.gif);
		background-position : left center;
		background-repeat : no-repeat;
		padding-left: 8px;
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}

	#infoboxen a.more:hover {
		text-decoration: underline;
	}

	/* INFOBOXEN: Suche */
	#infoboxen .suche {
		border: 1px solid #7f7f7f;
		padding: 5px;
		padding-bottom: 0px;
      height: auto;
	}
	
	
	/* INFOBOXEN: Twitter */
	#infoboxen .twitter {
		border: 1px solid #7f7f7f;
		padding: 5px;
		padding-right: 0px;
		margin-top: 5px;
      height: auto;
	}

	#infoboxen .twitter h4 {
		padding-bottom: 4px;
      font-size: 11px;
      line-height: 13px;
	}

	#infoboxen .twitter p {
		padding-top: 4px;
      line-height: 13px;
	}
	

	/* INFOBOXEN: Termine */
	#infoboxen .termine {
		border: 1px solid #7f7f7f;
		padding: 5px;
		margin-top: 5px;
      height: auto;
	}

	#infoboxen .termine h4 {
		background-image: url(gfx/bg_termine_bottom.gif);
		background-repeat: repeat-x;
		background-position: bottom;
		padding-bottom: 4px;
      font-size: 11px;
      line-height: 13px;
	}

	#infoboxen .termine p {
		padding-top: 4px;
      line-height: 13px;
	}

	/* INFOBOXEN: Diskutieren */
	#infoboxen .diskutieren {
		background-image: url(gfx/bg_disk_middle.gif);
		background-repeat: repeat-y;
      margin-top: 5px;
	}

	#infoboxen .diskutieren h4 {
		color: #c00013;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 5px;
		font-size: 11px;
	}

	#infoboxen .diskutieren p {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 5px;
      line-height: 13px;
	}

	#infoboxen .diskutieren p img {
      float: left;
		margin-right: 5px;
		margin-top: 3px;
		border-bottom: 1px solid #cccccc;
	}

	#infoboxen .diskutieren a {
		color: #000000;
		text-decoration: underline;
	}

	#infoboxen .diskutieren a:hover {
		text-decoration: none;
	}

	/* FUSSZEILE */

	#fusszeile {
		height: 54px;
		width: 765px;
		background-image: url(gfx/bg_bottom.gif);
		background-position: left center;
		background-repeat: no-repeat;
		text-align: center;
		font-size: 10px;
		margin-top: 50px;
	}

	#fusszeile .drucken {
	   margin-top: 1px;
	   display: block;
	   width: 30px;
	   text-align: right;
      float: left;
      margin-left: 191px;
	}

	#fusszeile .slogan {
	   width: 387px;
	   padding-left: 8px;
	}

	#fusszeile .links {
	   display: block;
	   margin-top: 6px;
	   width: 307px;
	   text-align: center;
	   float: left;
	}

   #fusszeile .links a {
      text-decoration: none;
      color: #000000;
   }

   #fusszeile .links a:hover {
      text-decoration: underline;
	   color: #c00013;
   }

	#fusszeile .top {
	   margin-top: 5px;
	   display: block;
	   width: 50px;
	   text-align: left;
	   float: left;
	}
	
	#banner {
		float: right;
	   width: 160px;
		height: 600px;
		padding-left: 20px;
	}