/**
 *	Stylesheet for - la-fattoria.de
 *	2008 NetResults, All rights reserved.
 *	http://www.netresults.de
 *
 *	Erstellungsdatum: 04.07.2008
 *	@author Alexander Maier
 *	
 *	GENERIC
 *	HEADER
 *	TEASER
 *	NAVI
 *	BODY
 * 	CONTENT
 *  FOOTER
 *  
 *  
 */



/*
 *	GENERIC ############################################
 */

body {
	margin: 0px;
	padding: 0px;
	line-height: 160%;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;	
	color: #663333;
	background: #fffbeb;
}
 

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

.spacer-gif {
	border: none;
}

a {
	color: #663333;
	font-weight: bold;
}

a:hover {
}

#all {
	width: 750px;
	margin: 0 auto;
	background: url(../images/allBg.png) repeat-y;
	padding: 0px 10px;

}

.wrapper {
	background: url(../images/wrapperBg.png) repeat-x;
	min-height: 900px;
	width:  750px;
}

h1 {
	font-weight: normal;
	font-family: Times, serif;
	font-size: 16px;
}

img {
	/*padding: 5px;*/
	border: 1px solid #FFFFFF;
}

ul {
	padding-left: 15px;
}

/*
 *	HEADER	############################################
 */
 
#header {
	height: 170px;
	background: url(../images/headerBg.png) repeat-x;
}

#logo {
}

#logo img {
	border: none;
	margin: 19px 28px;
}



/*
 *	TEASER	############################################
 */


/*
 *	NAVI	############################################
 */

.navi, #footerRight {
	font-family: Times, serif;
	font-size: 14px;
	margin: 20px 0px 0px 30px;
}


.navi ul, #footerRight ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.navi ul li, #footerRight ul li {
	display: inline;
	float: left;
}

.navi ul li a, #footerRight ul li a{
	padding: 7px 10px;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
}

.navi ul li a img, #footerRight ul li a img{
	border: none;
}


.navi ul li a:hover, .navi ul li a.active, #footerRight ul li a:hover, #footerRight ul li a.active{
	background: #cbb279;
}

#naviLeft {
	width: 565px;
	float: left;
	margin-left: 30px;
}

#naviRight {
	text-align: right;
	width: 60px;
	float: left;
}



/*
 *	BANNER	############################################
 */
 
#banner {
	width: 683px;
	height: 219px;
	background: #d9c38f;
	display: block;
	margin: 0px 28px;
	padding: 5px 5px 5px 5px;
}

/*
 *	TITLE	############################################
 */
 
#title {
	background: url(../images/titleBg.png) repeat-x center;y
	display: block;
	margin: 30px 28px;
	padding: 0px 32px 0px 31px	;
	font-family: Times, serif;
	font-size: 20px;
}

#title span {
	background: url(../images/wrapperBg.png) repeat-x -300px;
	padding: 0px 10px;
}


/*
 *	CONTENT	############################################
 */
 
#contentMain {
	padding: 0px 30px 0px 70px;
}


#contentMain p {
	padding-right: 40px;
}

#contentMain table {
	margin: 0px;
	padding: 0px;
}


.csc-textpic-image {
	background: #d9c38f;
	padding: 5px 7px 0px 5px;
	
}

div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, 
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image, 
div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	margin-right: 12px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:12px;
}

div.csc-textpic img {
	border: 1px solid #FFFFFF;
}


/*
 *	FOOTER	############################################
 */

#footer {
	font-weight: normal;
	font-family: Times, serif;
	font-size: 12px;
	border-top: 1px solid #663333;
	margin: 50px 30px 0px;
	padding: 0px 40px;
	height: 40px;
	line-height: 36px;
}

#footer #footerLeft {
	width: 530px;
	float: left;
}

#footer #footerRight {
	text-align: right;
	width: 80px;
	float: left;
	margin: 0px 0px 0px 0px;
}


/*
*	MENU	##############################################
*/

#menuItemTitle {
	width: 460px;
	float: left;

}

#menuItemPrice {
	width: 100px;
	float: left;

}

#menuItemTitle img, #menuItemPrice img, #menuDate img{
	border: none;
	margin-bottom: 10px;
}

#menuDate {
	width: 510px;
	text-align: center;
	padding-top: 20px;
}

.csc-frame-frame1 #menuDate {
	padding-top: 0px;
	padding-bottom: 20px;
}

.menuHeader {
	width: 611px;
	height: 119px;
	background: url(../images/menuHeader.jpg) no-repeat center;
}

#menuMain {
	width: 560px;
	background: url(../images/menuMain.jpg) repeat-y;
	padding: 0px 40px 20px 40px;
}

.menuFooter {
	width: 611px;
	height: 98px;
	background: url(../images/menuFooter.jpg) no-repeat left;
}






