	body {
		
		margin:30px 150px;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:1000px;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		background-color:#000;
		background-image:url(backgnd.jpg);

	}
	a {
		color:#369;
	}
	a:hover {
		color:#a8e2e3;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:1000px;
		height:300px;
		background-image:url(header.jpg);
			}
	#linkszupartnern
	{
	 width:1000px;
	 height:30px;
	 position: relative;
     bottom: -0px;
	 border-bottom:1px solid #000;
	 background-color:#fff;
 	}
	#bild200150
	{ 
	  margin: 41px 43px;
	  width: 200px;
	  height:160px;
	  border:#2A00FF;
	  border:thin;
	}		
	#beschreibung
	{ 
	  width:  650px;
	  height: 100px;
	  margin-top:-200px;
	  margin-left:300px;
	}
	#addheader
	{
	  width:650px;
	  height:50px;
	  margin-left:290px;
	  margin-top: -30px;
	}
	#beschreibung h2
	{
	 font-size:16px;
	 
}
	
	#header {
		border-bottom:1px solid #000;
	}

	#header p,
	#header h1
    {	margin: 38px 40px;
	    font-size: 30px;
	    
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#a8e2e3;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#a8e2e3;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	#mitte
	{
	margin: -20px 0px;
	width:590px;
	height:100%;
	background-image:url(mitte.jpg);

	}
	.innen
	{
	width:570px;
	height:100%;
	text-align:left;
	}
	.innen h5
	{
	font:"Times New Roman", Times, serif;
	font-size:16px;
    text-align: center;
	margin: 10px 0px;
	}

	.innenlinks h6
	{
	padding: 0px 0px;
	position:relative;
	margin: 0px 0px;
	width:200px;
	height:40px;
	background-color:#becbd7;
    font:"Times New Roman", Times, serif;
	font-size:15px;
    text-align: center;
	margin: 0px 0px;
	}
	.border
	{
	background:#fff;
	text-align:center;
	width:200px;
	background-color:#e7e1e1;
		}
	.innenlinks h7
	{
	font:"Times New Roman", Times, serif;
	font-size:12px;
    text-align: center;
	margin: 0px 0px;
	
	}
	#vormitte
	{
	margin: 20px 0px;
	width:590px;
	height:20px;
	background-image:url(mitteoben.jpg);
	}
	#nachmitte
	{
	margin: 20px 0px;
	width:590px;
	height:110px;
	background-image:url(mitteunten.jpg);
	}
	.nachmitteinnen
	{ 
	margin: 0px 3px;
	 width:468px;
	 height:60px;
	position: relative;
    bottom: -27px;
	
	}
	#leftside
	{
	 margin: 20px 0px;
	 width:180px;
	 height:100%;
	}

	#add140180
	{
	 margin: 0px 0px;
	 width:165px;
	 height:225px;
	 background-image:url(rechts140180.jpg);
	}
	#add140180inside
	{
	margin: 2px 2px;
	width:150px;
	height:220px;
	}
	#ueberleft
	{
	width:180px;
	height:30px;
	background-image:url(uberleft.jpg);

	}
	#ueberleft h3
	{
	font:"Times New Roman", Times, serif;
	font-size:19px;
    text-align: center;
    position: relative;
    bottom: -3px;
	}
	#ueberleft h4
	{
	font:"Times New Roman", Times, serif;
	font-size:15px;
    text-align: center;
    position: relative;
    bottom: -8px;
	}
	
	#rightside
	{
	 margin: 20px 10px;
	 width:160px;

	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:1000px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:1000px;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;

	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
		background-color:#a8e2e3;
	}
	.threecol .colmid {
		right:180px;			/* width of the right column */
				background-color:#a8e2e3;		/* center column background colour */
	}
	.threecol .colleft {
		right:600px;			/* width of the middle column */
				background-color:#a8e2e3;
	}
	.threecol .col1 {
		width:600px;			/* width of center column content (column width minus padding on either side) */
		left:1000px;			/* 100% plus left padding of center column */
		background-color:#a8e2e3;
	}
	.threecol .col2 {
		width:220px;			/* Width of left column content (column width minus padding on either side) */
		left:200px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
		 height:100%;
	}
	.threecol .col3 {
		width:180px;			/* Width of right column content (column width minus padding on either side) */
		left:780px;
				 height:100%;
		background-color:#a8e2e3;
		/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:1000px;
		border-top:1px solid #000;
		background-color:#a8e2e3;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/*  */

