/* @override http://www.mynet.ch/casa-cattai/style.css */

/* CSS casa-cattai.ch */
/* © www.trilogic.ch  */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #431807;
}
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	width: 650px;
	height: 88px;
	float: left;
	margin-top: 40px;
	background-repeat: no-repeat;
	background-image: url(images/header1.jpg);
}
#logo {
	width: 260px;
	float: left;
	height: 108px;
	background: url(images/cattai_logo.gif) no-repeat;
	margin-top: 30px;
	margin-left: 0;
}
#navi {
	width: 830px;
	background-color: #431807;
	height: 24px;
	clear: both;
	float: left;
	margin-top: -10px;
}
#main {
	width: 600px;
	min-height: 360px;
	float: left;
	margin-top: 40px;
	padding-right: 50px;
}
#foto {
	width: 230px;
	float: left;
	margin-top: 40px;
	font-size: 10px;
}
#foot {
	width: 830px;
	clear: both;
	border-top: 3px solid #bfd5ed;
	margin-top: 40px;
	float: left;
	padding-top: 6px;
}
#foot p {
	font-size: 9px;
}
ul li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid white;
	margin-top: 5px;
}

ul li:first-child {
	border-left-style: none;
}


ul li a {
	color: white;
	text-decoration: none;
}
ul li a:hover {
	color: #bfd5ed;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
p {
	font-size: 13px;
	line-height: 1.4;
	padding-bottom: 14px;
}
.clear {
	clear: both;
}
