/* project: internet market
   design: luka cvrk (www.solucija.com) 
   framework: Concept Nova (www.conceptnova.com) */
   
body { padding: 0; margin: 0; background: #E6BF96; }

/* layout - content hat Hintergrund in der mitte incl. footer
   ------ */

.content { 
	margin: 10px auto;
	width: 768px;
	background: #F7E9DB url(images/big_middle.gif) repeat-y;
	color: #E82F00;
	
}

.logo {	padding: 18px 0 0 3px; }

/* header */
.header_top { background: #FFF5CE url(images/big_top.gif) no-repeat; color: #FFF; height: 15px; }
.header_bottom { clear: both; background: #FEFEFE url(images/big_bottom.gif) no-repeat; color: #FFF; height: 15px; }

.header { 
	float:none;
	width: 765px;
	margin: 0 0 0 0;
}

.subheader { 
	float:center;
	width: 720px;
	height: 95px;
	margin: 0 0 0 20px;
	background: #F7E9DB url(images/banner.gif) no-repeat;
}
    
.article { 
	float:center;
	width: 720px;
	height: 410px;
	margin: 0 0 0 20px;
	background: #F7E9DB url(images/bgs.gif) no-repeat;
}
		
.article a {
		color: #E82F00;
	}	

.article a:hover {
		color: #971E00;
	}	

a, img, button {border:0 none}
		
/* footer mit Hintergrund für footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	color: #E82F00;
	font-size: 1.0em;
	background: #E6BF96;
	padding: 10px 0 5px 0;
	border-top: 0px solid #eee;
}
.footer p {	line-height: 2em; }
.footer a {	color: #E82F00; font-size: 1.0em; border-bottom: 1px dotted #E82F00; text-decoration: none; } 
