
/* 
 *
 * Toscana
 * Version: 1.0
 * Autor: A&K www.arzberger-krueger.de
 *
 * usr: ma
 * 
 */

body {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0;
	margin:0;
	background: #A67C52 url('images/body_bg.jpg') top center repeat-y;
	text-align: center;
}

a {color: #dd292b;}
a:visited {color: #dd292b;}
a:hover {color: #564b47;}
a:active {color:#000;}

h2 {
	font-size: 14px;
	padding:25px 15px;
	padding-left: 0px;
	text-transform: uppercase;
	margin:0;
	color: #dd292b;
}
h3 {
	font-size: 12px;
	padding:5px 15px;
	padding-left: 0px;
	text-transform: uppercase;
	margin:0;
	color: #DD292B;
}
#container {
	width: 860px;
	margin:0 auto;
	margin-bottom: 10px;
	text-align: left;
}
#head {
	clear: both;
	height: 176px;
	padding: 0px;
	text-align: right;
	background: #ccc url(images/toscana_header.gif) no-repeat;
	border: 10px solid #fff;
}

#navigation {
	float: right;
	height: 26px;
	margin-right: 8px;
	margin-top: 30px;
}

#mainContent {
	background-color: #fff;
}

#content {
	float: left;
	width: 460px;
	padding: 20px;
	background: url(images/toscana_bg_content.gif) center top no-repeat;
	margin-left: 10px;
}

* html #content {
	margin-left: 5px;
}

#content_galerie {
	float: left;
	padding: 20px;
	background: url(images/toscana_bg_content.gif) center top no-repeat;
	margin-left: 10px;
}
#content p {
	line-height: 25px;
	
}

#right {
	float: right;
	width: 335px;
	padding-right: 10px;
}

#box {
	width: 335px;
	padding-top: 0px;
	/* background: url(images/toscana_bg_box.gif) center top no-repeat; */
	margin-bottom: 10px;
}
#box_flash {
	width: 335px;
	padding-top: 0px;
	background: url(images/toscana_bg_box.gif) center top no-repeat;
	margin-bottom: 10px;
}
#box p{
	font-size:9px;
}
#box_route {
	width: 335px;
	padding-top: 0px;
	text-align: center;
	/* background: url(images/toscana_bg_box.gif) center top no-repeat; */
	margin-bottom: 10px;
}
#box_reservierung {
	width: 335px;
	padding-top: 0px;
	/* background: url(images/toscana_reservierung_bg.gif) center top no-repeat; */
	margin-bottom: 10px;
}
#box_big {
	width: 335px;
	padding-top: 20px;
	background: url(images/toscana_bg_box_big.gif) center top no-repeat;
	margin-bottom: 10px;
}
#div_box_big {
	width: 280px;
	padding: 20px;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

* html #navigation ul {
	padding-top: 3px;
	padding-left: 410px;
} 

#navigation li {
	width: 76px;
	height: 18px;
	float: left;
	text-align: center;
	background: url('images/button.gif');
	margin-left: 10px;
	padding-top: 8px;
}

#navigation li a { 
	text-decoration: none;
	font-size: 10px;
	color: #de232a;
}
#footer {
	clear: both;
	height: 55px;
	color: #666;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #de232a;
}

* html #footer p {
	padding-top: 10px;
} 

#speisekarte td {
	border-top: 1px dotted #666;
	padding-bottom: 10px;	
}


