body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 19px;
	background-color: #f1f7e8;
}

#pagelayout {
	float: left;
	position: absolute;			/* standard konforme horizontale zentrierung */
	left: 50%;
    margin: 40px 0 20px -490px;	
	width: 980px;
  
	
}

#inner {
	float: left;
	width: 980px;
	height: auto;
	background-color: white;
	box-shadow: 0 0 7px #888;	
	-moz-box-shadow: 0 0 7px #888;
	-webkit-box-shadow: 0 0 7px #888;


}

#header {
	float: left;
	position: relative;
	width: 980px;
	height: 160px;
	padding: 20px;
	margin: 0;
}

#logo {
	float: left;
	width: 140px;
	height: 160px;
	margin: 10px 10px 0 0;	
	padding: 0;
}

#menue {
	float: left;
	width: 780px;
	height: 160px;
}

#main {
	float: left;
	position: relative;
	width: 100%;
	min-height: 200px;
	padding: 0;
	margin: 0;
}

#maintitle {
	color: #6d132c;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
	width: 940px;
	margin: 0 20px;
	border-bottom: 3px solid #adce77;
}

#content {
	float: left;
	width: 700px;
	min-height: 200px;
	padding: 20px ;
}

#sidebar {
	float: right;
	width: 219px;
	min-height: 200px;
	padding: 10px 0 20px 20px;
	margin: 20px 0;
	border-left: 1px solid #ccc;
}

#breadcrumbs {
	float: left;
	width: 100%;
	height: 32px;
	background-color: #004b24;
}

#footer {
	width: 980px;
	height: 20px;
	margin: 0px auto;
	text-align: center ;
	color: #888;
}

#footer a {
	font-weight: bold;
	text-decoration: none  ;
	color: #888;
}

#footer a:hover {
	font-weight: bold;
	text-decoration: none  ;
	color: #333;
}

/* ===================== */ 
/* Haupt Navigation Oben */ 
/* ===================== */ 
/*
 Statisches Menu System - Horizontal / Vertikal */

ul#navmenu-h { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: relative; 
	float: left;
	width: 800px;
	height: 160px;	
	background: url(/design/menue_bg.png) 0 0 repeat-y;
}

ul#navmenu-h ul {
	width: 130px; /* Sub Menu Width */
	height: 120px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
}

ul#navmenu-h li { 
	float: left; 
	display: inline; 
	position: relative; 
	font-size: 11px;
	width: 130px;
}

ul#navmenu-h ul li { 
	width: 130px; 
	display: block; 
	text-align: left;
	color: #adce77;
	font-size: 11px;
	line-height: 15px;	
}

ul#navmenu-h ul li a { 
	width: 109px; 
}



/* Root Menu */
ul#navmenu-h a {
	float: left;
	padding: 8px 15px;
	margin: 0;
	width: 99px ;
	display: block;
	color: #004b24 ;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	height: 1%;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover, ul#navmenu-h li:hover a {
	color: white ;
	background: #adce77 url(/design/menue_active.png) 0px bottom no-repeat;
}

ul#navmenu-h a.active1 {
	color: white ;
	background-color: #adce77;		
	overflow: visible;
}

ul#navmenu-h li ul:hover, ul#navmenu-h li ul.active1 { 
	color: #004b24 ;
	background: url(/design/menue_active.png) 0px bottom no-repeat;
}

/* 1st SubMenu */
/* -------- */

ul#navmenu-h ul li a {
	padding: 0px 5px 0 15px;
	color: #adce77;	
	font-weight: normal;
	text-decoration: none;
	text-transform: none ;	
}
ul#navmenu-h li:hover li a, ul#navmenu-h li.iehover li a, ul#navmenu-h li li a.active1 {
	float: none;
	background-color: #adce77 ;			
	color: #474747;	
	text-transform: none;
	font-weight: normal;	
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover, ul#navmenu-h li:hover li:hover a, ul#navmenu-h li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover a {
	color: white ;
	background: #adce77 url(/design/menue_active.png) 0 bottom  no-repeat;	
}

ul#navmenu-h ul.active1 li a.active0 { 	color: #004b24 ; }
ul#navmenu-h ul li a.active1 { 	color: white ; }


/* ===================== */ 
/* Breadcrumbs Navi      */ 
/* ===================== */ 

ul#bread {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: relative; 
	float: left;
	width: 940px;
	height: 32px;	
}

ul#bread li { 
	float: left; 
	display: inline; 
	position: relative;
	background: url(/design/divider.png) right 0 no-repeat;
}

/* Root Menu */
ul#bread a {
	float: left;
	padding: 8px 25px 8px 15px;
	margin: 0;
	width: auto ;
	display: block;
	color: #adce77 ;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal ;
	text-decoration: none;
	text-transform: none ;
	height: 32px;
}

/* Root Menu Hover Persistence */
ul#bread a:hover, ul#bread li:hover a {
	color: white;
}

ul#bread a.active1 {
	color: #adce77;		
	font-weight: bold;
}


/* ------------  */
/*  3. Ebene in der Sidebar */
/* ------------  */

ul#menue3 {
	list-style: none;
	float: left;
	position: relative;
	width: 200px;
	height: auto;
	background-color: #f1f1f1;		
	padding: 0;
	margin: -10px 0 30px 0;
}

ul#menue3 li {
	float: left; 
	display: block; 
	position: relative;		
	width: 200px;
}

/* 3. Menue Ebene */
ul#menue3 li a {
	float: left;
	padding: 3px 5px;
	margin: 0;
	width: 190px ;
	display: block;
	color: #6d132c ;
	font-size: 11px;
	font-weight: normal ;
	text-decoration: none;
	text-transform: none ;
	border-bottom: 1px solid transparent ;		

}

/* Root Menu Hover Persistence */
ul#menue3 li a:hover, ul#menue3 li:hover a {
	color: white;
	background-color: #6d132c;
	border-bottom: 1px solid white;	
}

ul#menue3 li a.active1 {
	color: white;
	background-color: #6d132c;		
	border-bottom: 1px solid white;	
	
}



/* ------- */
/* sidebar */
/* ------- */

#tischreservierung {
	float: left;
	position: relative;
	width: 200px;
	height: 145px;
	margin: -10px 0 30px 0;
	background: #f1f1f1 url(/design/sidebar_arrow_invers.png) 0 0   no-repeat;
}

#sidebar .bottom_line {
	width: 190px;
	height: 15px;
	line-height: 15px;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	text-decoration: none;
	background-color: #77ad1c;
	color: white;
	padding: 0 0 0 10px;
}

#weinshop {
	float: left;
	position: relative;
	width: 200px;
	height: 145px;
	margin: -10px 0 0 0;
	background: #f1f1f1 url(/design/sidebar_arrow_invers.png) 0 0   no-repeat;
}

#sidebar h2 {
	text-transform: uppercase;	 
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #777777;
	margin: 0 0 3px 0;
}

#sidebar img {
	position: relative;
	top: 20px;
	left: 10px;
	border: none;
}


#kontakt {
	float: left;
	position: relative;
	width: 180px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0 10px;
	background: #f1f1f1 url(/design/sidebar_arrow_invers.png) 0 0   no-repeat;
}

#socialnetworks {
	float: left;
	position: relative;
	width: 200px;
	height: auto;
	margin: 20px 0 0 0;
	background: #f1f1f1 url(/design/sidebar_arrow_invers.png) 0 0   no-repeat;
}

#socialnetworks iframe { 
	padding: 15px 10px 10px 10px;

}

/* --------------- */
/* Allgemeine Defs */
/* --------------- */

a {
	color: #77ad1c;	
}

h1 {
	font-size: 19px;
	line-height: 23px;
	color: #004b24;
	font-weight: bold;	
	padding-top: 0;
	margin-top: 0;		
}

h2 {
	font-size: 14px;
	line-height: 23px;
	color: #77ad1c;
	font-weight: bold;	
	padding-top: 0;	
	margin-top: 0;		
}

h3 {
	font-size: 12px;
	line-height: 23px;
	color: #6d132c ;
	font-weight: bold;	
	padding-top: 0;
	margin-top: 0;	
}

p {
	font-size: 12px;
	line-height: 19px;
	color: #484848;
}

.textdivider {
	clear: both ;
	height: 1px;
	width: 700px;
	margin: 10px 0;
	background: url(/design/text_divider.png) 0 0 repeat-x ;
}

.img_style {
	float: right;
	background-color: #f1f1f1 ; 
	border: 5px solid #f1f1f1 ;
	overflow: hidden;
	vertical-align: middle;	
}

.img_style_small {
	width: 90px;
	height: 90px;
	margin: 20px;		
}


.img_style_medium {
	float: left;
	background-color: #f1f1f1 ; 
	border: 5px solid #f1f1f1 ;
	overflow: hidden;
	vertical-align: middle;	
	width: 110px;
	margin: 20px 20px 0 0;
}

#breadcrumbs a.home{
	border: none;
	background: url(/design/icon_home.png) 15px 12px  no-repeat;	
}

ul#bread li a.home:hover {
	background:  url(/design/icon_home_hover.png) 15px 12px no-repeat;
}

.error {
	font-weight: bold;
	color: #6d132c;
}

a.submit_button {
	border: 1px solid  #aaa;
	width: 700px;
	padding: 3px;
	margin: 5px auto;
	text-decoration: none;
	border-radius: 5px;
	
}

#introblock {
	width: 700px;
	float: left;
	
}

#sidebar img.facebook {
	float: left;
	position: relative;
	bottom: 30px;
	top: 0;
	left: 0;
	padding: 10px;
}

#extern_link {
	background-color: white  ;	
	border: none;
}

.myblock {
	width: 600px; height: 400px; overflow: auto;	
}

.claro .dijitDialogTitleBar {
	background-color: #77ad1c !important;
	color: white !important ;
	font-weight: bold !important;
	font-size: 14px !important;
}
