@charset "utf-8";
body {
	background-color:#e5dcce;
	margin: 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#e5dcce;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#main {
	width:923px;
	position:relative;
	margin: 0 auto;
	overflow:visible;
}

#top {
	height:35px;
	position:relative;
	padding-top:20px;
	background-color:#594b44;
	font-size:11px;
	color:#FFF;
	border-bottom:1px solid #e5dcce;
	clear:both;
}
	.top-navi {
		color:#FFF;
	}

#banner {
	height:300px;
	position:relative;
	clear:both;
}

	#banner-left {
		width:230px;
		height:300px;
		position:relative;
		background-image:url(img/banner-left.jpg);
		border-right:1px solid #e5dcce;
		float:left;
	}
	
	#banner-right {
		width:692px;
		height:300px;
		position:relative;
		background-image:url(img/banner-right.jpg);
		float:left;
	}

#navi {
	width:924px;
	height:130px;
	position:relative;
	border-top:1px solid #e5dcce;
	clear:both;
}
	
	#navi-in {
		width:230px;
		height:130px;
		position:relative;
		border-right:1px solid #e5dcce;
		background-color:#CCC;
		float:left;
	}

#content {
	height:300px auto;
	width: 753px;
	position:relative;
	padding:100px 85px 100px 85px;
	background-color:#594b44;
	border-top:1px solid #e5dcce;
}
	
	#content-in {
			width:750px;
			height:300px;
			position:relative;
			
	}
			
		.klein {
				font-size:10px;
		}
		
		
		.orange {
			color:#de5d21;
		}
		
		
		#content-pic {
		width:230px;
		height:300px;
		position:relative;
		border:0px solid #e5dcce;
		float:right;
	}
	
			

