@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	}

.clearFix {
	display: block;
	clear: both;
	line-height: 0px;
	font-size: 0px;
	}

#wrap {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #ccc;
	position: relative;
	}
	
#header {
	width: 960px;
	height: 140px;
	position: relative;
	background:url(../img/header_karo.jpg) bottom left no-repeat;
	}
	
.fontWhite {
	color: #FFF;
	}
	
.fontOrange {
	color: #f8802a;
	}
	
.fontGreen {
	color: #4b731d;
	}
	
.fontLightgreen{
	color: #c1d72d;
	}	
	
a.logo {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 5000;
	}	

a {
	text-decoration: none;
	color: #f8802a;
	}

img {
	border: none;
	}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #4c721d;
	}
	
h2 {
	color: #f08340;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	}
	
	
h3 {
	color: #f08340;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: normal;
	}	
	
.margin20 {
	margin-bottom: 20px;
	}	

#container {
	background:url(../img/leftbar.jpg) repeat-y top left;
	}

.leftbar {
	width: 130px;
	float: left;
	}
	
.content {
	width: 570px;
	float: left;
	padding: 30px;
	font-size: 11px;
	color: #4c721d;
	min-height: 500px;
	}
	
.content p {
	line-height: 18px;
	margin-bottom: 15px;
	}
	
ul.navi {
	margin-top: 30px;
	list-style: none;
	}
	
ul.navi li{
	text-align: right;
	padding-right: 10px;
	}
	
ul.navi li a{
	text-decoration: none;
	color: #729344;
	font-weight: bold;
	display: block;
	padding: 4px 0px 4px 0px
	}
	
ul.navi li.active a{
	text-decoration: none;
	color: #f08340;
	font-weight: bold;
	text-transform: uppercase;
	}
	
img.navibild {
	display: block;
	margin-top: 30px;
	}

.headerimage img{
	display: none;
	}
	
div.stern {
	position: absolute;
	width: 183px;
	height: 123px;
	top: 27px;
	left: 650px;
	z-index: 5000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 63px;
	}
	
div.stern_gruen {
	background: url(../img/stern_gruen.png)
	}
	
div.stern_hellgruen {
	background: url(../img/stern_hellgruen.png)
	}
	
div.stern_orange {
	background: url(../img/stern_orange.png)
	}
	
ul.tabs {
	list-style: none;
	height: 100px;
	}
	
ul.tabs li {
	text-transform: uppercase;
	background:url(../img/tabs.jpg) no-repeat top left;
	float: left;
	padding: 6px 0px 0px 10px;
	font-size: 10px;
	color: #c1d72d;
	height: 67px;
	width: 108px;
	cursor: pointer;
	}
	
ul.tabs li span{
	color: #c1d72d;
	}
	
ul.tabs li.current {
	text-transform: uppercase;
	background:url(../img/tabs.jpg) no-repeat 0px -73px;
	float: left;
	padding: 6px 0px 0px 10px;
	font-size: 10px;
	color: #4b731d;
	}
	
ul.tabs li#salad.current {
	background:url(../img/salad-tab.jpg) no-repeat top left;
	}
	
ul.tabs li#classico.current {
	background:url(../img/classico-tab.jpg) no-repeat top left;
	}
	
ul.tabs li#speciale.current {
	background:url(../img/speciale-tab.jpg) no-repeat top left;
	}

ul.tabs li#dessert.current {
	background:url(../img/dessert-tab.jpg) no-repeat top left;
	}
	
ul.tabs li.current  span.fontOrange {
	color: #f8802a;
	}
	
div.img-text {
	overflow: hidden
	}
	
div.img-text .text {
	float: left;
	width: 350px;
	margin-right: 20px;
	}
	
div.menulist label {
	display: block;
	font-weight: bold;
	}
	
div.menulist p {
	overflow: hidden;
	}

div.menulist span.description {
	width: 380px; 
	float: left;
	}
	
div.menulist span.price {
	width: 80px; 
	float: left;
	text-align: right;
	}
	
div.drinklist p {
	margin-bottom: 0px;
	}
	
.contactform div.row {
	margin-bottom: 10px;
	}	

div.contactform div.textarea-row label,
.contactform div.row label{
	width: 140px;
	float: left;
	display: block;
	padding-top: 4px;
	}
	
.contactform div.row input{
	width: 230px;
	padding: 3px;
	border: 1px solid #ccc;
	}
	
.contactform div.textarea-row textarea{
	width: 230px;
	padding: 3px;
	height: 80px;
	border: 1px solid #ccc;
	}
	
.contactform div.textarea-row {
	margin-bottom: 10px;
	}
	
.contactform div.wide-row {
	padding-left: 140px;
	}
	
.contactform input.button {
	margin-top: 20px;
	padding: 3px 8px;
	background: #4b731d;
	border: 1px solid #4b731d;
	color: #fff;
	margin-left: 308px;
	}