@charset "UTF-8";
/* Ristorante Pinocchio 
1. Styles allgemein
2. styles für #kopf
3. styles für #navi
4. styles für #inhalt
5. styles für #fuss
6. stonstige Styles
*/

* {
	margin:0;
	padding:0;
	}
/*1. Styles allgemein*/
body {
	background:url(images/polenta.jpg) repeat top left;
	color:#3F1311;
	font-family:Tahoma,Verdana,Arial;
	font-size:0.65em; /*10px*/
	padding:160px 0 0 0;
	position:relative;
	}
div div.breite {
	display:block;
	width:780px;
	margin:0 auto;
	font-size:1.3em;
	line-height:1.4em;
	}
p {
	margin-bottom:15px;
	}
h1 {
	font-size:1.35em;
	margin-bottom:15px;
	text-align:center;
	}
h2 {
	font-size:1.1em;
	color:#3f1311;
	clear:both;
	margin-bottom:2px;
	}
hr {
	clear:both;
	margin:15px 0;
	}
strong {
	font-weight:550;
	font-size:0.95em;
	}
address {
	font-style:normal;
	font-weight:bold;
	margin-bottom:3px;
	}
a {
	color:#3F1311;
	text-decoration:underline;
	padding-left:14px;
	background:url(images/a.gif) left bottom no-repeat;
	}
a:hover {
	color:#6b3a2b;
	}
.links {
	float:left;
	margin-right:10px;
	}
.rechts {
	float:right;
	margin-left:10px;
	}
.logo {
	text-align:center;
	}

/*2. styles für #kopf*/
#kopf {
	height:120px;
	background:#3F1311;
	width:100%;
	position:absolute;
	top:40px;
	left:0;
	}
#kopf iframe {
	border:none;
	background-color:#3F1311;
	width:100%;
	height:120px;
	overflow:hidden;
	}

/*3. styles für #navi*/
#navi {
	font-size:1.2em; /*12px*/
	background:#3F1311;
	color:white;
	padding:3px 0;
	text-align:center;
	line-height:1.2em;
	}
#navi li {
	display:inline;
	padding-left:35px;
	}
#navi li.aktiv {
	text-decoration:underline;
	}
#navi a {
	color:white;
	text-decoration:none;
	background:none;
	padding:0;
	}
#navi a:hover {
	background:#6b3a2b;
	}

/*4. styles für #inhalt*/
#inhalt {
	background:url(images/papier.jpg) repeat top left;
	padding:20px 0 20px 0;
	overflow:hidden;
	text-align:justify;
	}
#inhalt #spalte1 {
	width:47%;
	float:left;
	}
#inhalt #spalte2 {
	width:47%;
	float:right;
	}

/*5. styles für #fuss*/
#fuss {
	background:#3F1311;
	color:white;
	text-align:center;
	padding:3px 0;
	clear:both;
	}
#fuss p {
	margin:0;}
#fuss a {
	background:none;
	padding:0;
	color:white;
	}
#fuss a:hover {
	color:#6b3a2b;
	}

/*6. stonstige Styles*/
#slideshow {
	background-color:#6b3a2b;
	padding:5px;
	text-align:center;
	width:313px;
	margin-bottom:10px;
	}
#slideshow a {
	background:none;
	color:white;
	}
#slideshow a:hover {
	text-decoration:underline !important;
	color:#3F1311;
	}