html {
		height: 100%;
}
body {
		margin: auto;
		width: 100%;
		height: 100%;
		background: transparent url(../images/layout/linieoben.gif) repeat-x scroll top;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		z-index: 500;
}

h1 { font-size: 20px; color: #f99d33;  font-weight: normal;  }
h2 { font-size: 14px; color: #2A9DCF; }
h4 { font-size: 12px; }

#layout {
		margin: auto;
		width: 960px;
		height: 100%;
		z-index: 1000;
}
#bgnavi {
		margin: auto;
		width: 960px;
		/*height: 100%;*/
		background: transparent url(../images/layout/hintergrundlinks.gif) repeat-y left;	
}

#header {
		min-height: 185px;
		max-height: 185px;
}
#grafik {
		float: left;
		z-index: 1000;
		position: relative;
		top: 0;
		left: 0;
}
#logo {
		float: left;
		margin-left: 10px;
}

#topnavi {
		height: 25px;
		color: #6f6f6f;
		font-size: 11px;
		text-align: right;
		padding: 5px 10px 0 0;
}
#topnavi ul {
		margin-bottom: 0;
}
#topnavi li {
		display: inline;
      margin: 0;
		padding: 0;
		list-style-type: none;
}

#mainnavi {
		height: 28px;
		text-align: right;
		padding: 31px 0px 0px 45px;
		font-size: 13px;
		word-spacing: 40px;
}
#mainnavi ul {
		margin: 0;
}
#mainnavi li {
		display: inline;
      margin: 0;
		padding: 0;
		list-style-type: none;
}

#content {
		width: 960px;
		position: relative;
		top: 0px;
		z-index: 10000;
		background: transparent;
}

#leftside {
		margin: 0px 0 0px 0;
		padding: 0px 0 0px 0;
		width: 255px;
		float: left;
		position: relative;
		top: 0px;
		background: transparent;
}
#leftnavi {
		text-align: left;
		padding-left: 95px;
		line-height: 150%;
		font-size: 15px;
		margin: 0;
		padding: 0;
		position: relative;
		top: 0px;
		left: 70px;
		background: transparent;
}
#leftnavi ul {
		display: block;
		margin-bottom: 0;
		list-style: none;
		margin: 0;
		padding: 0;
}
#leftnavi li {
      margin: 0;
		padding: 0;
		list-style-type: none;
}

/* Rechte Seite */

#rightside {
		width: 695px;
		float: right;
		background: transparent;
		min-height: 600px;
}
#inhalt { 
		/*background-color: #e9f5fa;*/
		background-color: transparent;
		position: relative;
		top: -80px;
	z-index: 6000;
}

#bgfooter {
	width: 100%;
	height: 225px;
	background: transparent url(../images/layout/linieunten.gif) repeat-x bottom;
	position: relative;
	bottom: 0px;
   margin-top: 0px;
	border: 0px dotted Red;
	z-index: 5;
}

#footer {
	width: 960px;
	margin: auto;
	position: relative;
	bottom: 0px;
   margin-top: -200px;
	z-index: 6;
}


#linkerfooter {
	height: 225px;
	width: 255px;
	margin-bottom: 0px;
	float: left;
	z-index: 7;
	border: 0px dotted Red;
	background: transparent;
}
#rechterfooter {
	margin-top: -72px;
	height: 97px;
	width: 695px;
	float: right;
	z-index: 8;
	border: 0px dotted green;
	background: transparent;
}


