body, html {
	padding: 0;
	margin: 0;
	height:100%;
	min-width: 728px;
}

body {
	background: #cecece url(../img/body_bg.gif) center top;
}

.inner_wrapper {
	margin:0px auto;
	width: 728px;
}

.clear {
	clear: both;
}

#logo {
	position: absolute;
	z-index: 30;
	top: 0px;
	left: 50%;
	padding-left: 145px;
	padding-top: 15px;
}

#bgfade_wrapper {
	background: url(../img/shade_bg.gif) repeat-x center top;
	min-height: 387px;
	
}

#ranke_oben {
	background: url(../img/ranke_oben.png) no-repeat center top;
	min-height: 387px;
	min-width: 728px;
}

	#header_wrapper {
		height: 149px;
	}

	#topmenu ul {
		list-style: none;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	
	#topmenu li {
		float: left;
	}
	
		#topmenu a {
			height: 36px;
			display: block;
			background: url(../img/topmenu.png) no-repeat;
			background-position: 0px 0px;
			text-decoration: none;
		}
	
		#topmenu a.tm_home, #topmenu a.tm_home.active, #topmenu a.tm_home:hover {
			background-position: -33px 0px;
		}
		#topmenu a.tm_home.active, #topmenu a.tm_home:hover {
			background-position: -33px -36px;
		}
	
		#topmenu a.tm_fotoalbum, #topmenu a.tm_fotoalbum.active, #topmenu a.tm_fotoalbum:hover {
			background-position: -120px 0px;
		}
		#topmenu a.tm_fotoalbum.active, #topmenu a.tm_fotoalbum:hover {
			background-position: -120px -36px;
		}
	
		#topmenu a.tm_leistungen, #topmenu a.tm_leistungen.active, #topmenu a.tm_leistungen:hover {
			background-position: -244px 0px;
		}
		#topmenu a.tm_leistungen.active, #topmenu a.tm_leistungen:hover {
			background-position: -244px -36px;
		}
	
		#topmenu a.tm_ueber_mich, #topmenu a.tm_ueber_mich.active, #topmenu a.tm_ueber_mich:hover {
			background-position: -365px 0px;
		}
		#topmenu a.tm_ueber_mich.active, #topmenu a.tm_ueber_mich:hover {
			background-position: -365px -36px;
		}
	
		#topmenu a.tm_kontakt, #topmenu a.tm_kontakt.active, #topmenu a.tm_kontakt:hover {
			background-position: -489px 0px;
		}
		#topmenu a.tm_kontakt.active, #topmenu a.tm_kontakt:hover {
			background-position: -489px -36px;
		}
	
		#topmenu a.tm_impressum, #topmenu a.tm_impressum.active, #topmenu a.tm_impressum:hover {
			background-position: -593px 0px;
		}
		#topmenu a.tm_impressum.active, #topmenu a.tm_impressum:hover {
			background-position: -593px -36px;
		}
		
	#content_wrapper {
		position: absolute;
		top: 130px;
		left: 0px;
		z-index: 10;
		width: 100%;
	}
	
		#content_wrapper div.content {			
			padding: 10px;
			font-size: 12pt;
			font-family: Trebuchet MS;			
		}
	
		#content_wrapper div.content_shade_top {
			background: url(../img/content_shade_top.png) no-repeat center top;
			height: 40px;
		}
		
		#content_wrapper div.content_shade_middle {
			background: url(../img/content_shade_middle.png) repeat-y center top;
			padding-left: 40px;
			padding-right: 40px;
			min-height: 420px;
		}
		
		#content_wrapper div.content_shade_bottom {
			background: url(../img/content_shade_bottom.png) no-repeat center top;
			height: 40px;
		}
	
	#ranke_unten {
		position: absolute;
		margin-left: 50%;
		top: 387px;
		left: 0px;
		z-index: 0;
		width: 534px;
		height: 414px;
		background: url(../img/ranke_unten.png) no-repeat;
	}
		
		
		