
	* {
		font-family: tahoma;
		font-size: 11px;
	}
	
	a {
		text-decoration: none;
	}
	
	body {
		background-image: none;
		margin: 0px;
		padding: 0px;
	}
	
	#logo {
		width: 217px;
		height: 47px;
		position: absolute;
		left: 20px;
		top: 10px;
	}

	#i-page {
		margin: 15px;
		width: 1010px;
	}
	
	#i-content {
		float: left;
		width: 800px;
	}
	
	#i-footer {
		background-image: url('http://img.preistipp.de/preistipp/index/footer.gif');
		background-repeat: repeat-x;
		background-position: 0px 0px;
		border: 1px solid #cbcaca;
		float: left;
		height: 126px;
		margin-top: 10px;
		padding: 0px 0px 0px 10px;
		width: 808px;
	}
	
	.i-footer-box {
		float: left;
		padding: 15px 15px 10px 15px;
		width: 130px;
	}
	
	.i-footer-title {
		color: #888;
		font-weight: bold;
		height: 30px;
	}
	
	.i-footer-link,
	.i-footer-link a {
		color: #888;
		font-size: 11px;
		text-decoration: none;
	}
	
	.i-footer-copyright {
		color: #888;
		padding: 0px 10px 10px 15px;
	}
	
	#i-header {
		background-image: url('http://img.preistipp.de/preistipp/index/header.jpg');
		background-repeat: no-repeat;
		background-position: 0px bottom;
		float: left;
		margin-bottom: 10px;
		height: 89px;
		width: 1000px;
	}
	
	#i-sidebar {
		float: left;
		margin-right: 20px;
		width: 180px;
	}
	
	
	.i-head,
	.i-head-s {
		background-color: #fff;
		background-image: url('http://img.preistipp.de/preistipp/index/bg_head.gif');
		background-repeat: repeat-x;
		background-position: 0px bottom;
		border: 1px solid #ccc;
		color: #000;
		font-weight: bold;
		padding: 0px 10px 0px 10px;
		line-height: 26px;
	}
	
	.i-head-s {
		border-top: 0px;
	}
	
	.i-box,
	.i-boxp {
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
	.i-boxp {
		padding: 10px;
	}
	
	.c {
		clear: both;
	}
	
	.i-odd {
		line-height: 18px;
		padding: 0px 10px 0px 10px;
	}
	
	.i-eve {
		background-color: #f0f0f0;
		line-height: 18px;
		padding: 0px 10px 0px 10px;
	}
	
	
	h1,h2,h3 {
		margin: 0px;
		padding: 0px;
	}
		
	.noBorder {
		border: 0px;
	}
	
	#i-breadcrumb {
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	#i-breadcrumb a {
		color: #666;
		font-weight: bold;
		text-decoration: none;
	}
