*         {
         	margin:  0;
         	padding: 0;         
         	border-collapse:collapse;
         	border-spacing: 0;
			color:      #000;
         }

body {
         	font-size:   		95%;
         	font-family: 		'AGaramond','Garamond','Times New Roman',Times,serif;
			background-color:	#fff;
			margin-bottom: 		3em;
                min-width: 1000px;
         }

body.home {
		 	background-image: url(hinter_home.gif);
			background-position: top left;
			background-repeat: repeat-y;
			background-color: #f3f6f5;
}

body.zwischen {
		 	background-image: url(hinter_zwischen.gif);
			background-position: top left;
			background-repeat: repeat-y;
			background-color: #eef2f1;
}

body.content {
		 	background-image: url(hinter_content.gif);
			background-position: top left;
			background-repeat: repeat-y;
			background-color: #eef2f1;
}
	 
#header {
	width: 100%;
	background-color: #14453d;
}

body.home #header {
	height: 240px;
}

body.zwischen #header {
	height: 275px;
	margin-bottom: 2em;
}

body.content #header {
	height: 275px;
	margin-bottom: 2em;
}

#header #navzone {
	float: left;
}

body.home #header div {
	width: 990px;
}

#leftcol {
		clear: both;
		float: left;
		width: 240px;
		height: auto ! important;
		margin: 0;
		border:none;
}

#contenthome {
		float: left;
		width: 504px;
		float: left;
		margin: 0;
		padding: 0;
}

body.zwischen #content{
		width: 480px;
		float: left;
        margin: 0 42px 0 0;
		padding: 0;
}

body.content div.ohnesidenode {
       float: left;
       margin: 0 0 0 0;
       padding: 0 0 0 0;
}

body.content #content{
		width: 360px;
		float: left;
        margin: 0 42px 0 42px;
		padding: 0 39px 0 39px;
}


* html body.content div.ohnesidenode #content, * html body.content div.ohnesidenode #contentkontakt {
        margin: 0 0 0 21px;
}


body.content #contentkontakt {
                clear: left;
		width: 639px;
		float: left;
                margin: 0 0 0 42px;
		padding: 0 0 0 39px;
}

#sidenotehome {
		margin-top: 4.3em;
  		float: left;
		width: 216px;
}

#sidenote {
		margin-top: 1.9em;
		margin-left: 12px;
  		float: left;
		width: 186px;
}

.fixfloat {
		display: block;
		clear: both;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		font-size: 1px;
		line-height: 1px;
}

