@charset "utf-8";
/* ------------------------------------*/
/* -- insel-restaurant.de -- */
/* ------------------------------------*/



/* ------------------------------*/
/* -- set all to zero -- */
/* ------------------------------*/

html, body {
	height: 100%; /* stretch visible area vertical to 100% */
}
html, body, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, form, label, input, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 5px;
	margin-left: 15px;
	margin-top:20px;

	
	}
td {
	border:thin solid #98b6c4;
	padding: 5px;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ------------------------------*/
/* -- 0# -- global settings -- */
/* ------------------------------*/


body {
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0 0 0px 0;
}
p {
	line-height: 20px;
	color: #666;
}
strong {
	font-size:12px;
	color: #333;
	font-weight: bold;
}
em {
	font-style: normal;
	color: #000;
}
a {
	color: #030;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
/* ------------------------------*/
/* -- layout  -- */
/* ------------------------------*/

.clearFixLeft {
	clear: left;
}
.clearFixRight {
	clear: right;
}
.clearFixBoth {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
p.floatBox {
	width: 220px;
	float: left;
}
p.floatBox1 {
	width: 230px;
	float: left;
}
.marginTop {
	margin-top: 25px;
}
/* ------------------------------*/
/* -- #1 -- header -- */
/* ------------------------------*/
#header {
	width: 975px;
	height: 290px;
	margin: 0px auto;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	position:relative;
	z-index: 10;
}
#header h1 {
	font-size: 14px;
	}
#header h1 a {
	width: 301px;
	height: 244px;
	display: block;
	float: left;
	margin: 45px 0 0 673px;
	font-size: 14px;
	color: #000;
	text-indent: -9999px;
	position:absolute;
	z-index: 10;
	text-decoration: none;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#header h1 a:hover {
	color: #d00d13;
	text-decoration: none;
}

html>body #header h1 a:hover {
	color: #d00d13;
	text-decoration: none;
}
#container {
	width: 100%;
	position: relative;
	z-index: 30;
	clear: both;
}
/* ------------------------------*/
/* -- #2 -- Navigation  ------ */
/* ------------------------------*/
#mainNav{
	width: 975px;
	height: 39px;
	margin: 0px auto;
	position: relative;
	z-index: 100;
	background-image: url(../images/bg-navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
#navi {
	list-style-type:none;
	position:absolute;
	z-index:100;
	}

#navi li {
	float:left;
}

#navi li a {
	float:left;
	display:block;
	height:39px;
	text-indent:-9999px;
	background:url(../images/navi.png) no-repeat 0 0;
}

#navi li a.index {
	width:300px;

}

#navi li a.index:hover,
#navi li.active a.index {
	background-position:0 -39px;
}

#navi li a.restaurant {
	width:140px;
	background-position:-300px 0px;
}

#navi li a.restaurant:hover,
#navi li.active a.restaurant {
	background-position:-300px -39px;
}

#navi li a.geschichte {
	width:200px;
	background-position:-438px 0px;
}

#navi li a.geschichte:hover,
#navi li.active a.geschichte {
	background-position:-438px -39px;
}

#navi li a.kontakt {
	width:100px;
	background-position:-640px 0;
}

#navi li a.kontakt:hover,
#navi li.active a.kontakt {
	background-position:-640px -39px;
}

#navi li a.anfahrt {
	width:95px;
	background-position:-740px 0;
}

#navi li a.anfahrt:hover,
#navi li.active a.anfahrt {
	background-position:-740px -39px;
}

#navi li a.impressum {
	width:115px;
	background-position:-840px 0;
}

#navi li a.impressum:hover,
#navi li.active a.impressum {
	background-position:-840px -39px;
}

#navi li ul { /* second-level lists */
	
	position: absolute;
	background: #fefdc7;
	width: 250px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 30px 0 0 25px;
}

#navi li:hover ul, #navi li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navi li ul li a { /* second-level lists */
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #045709;
	text-decoration: none;
	border-left: 1px solid #045709;
	border-right: 1px solid #045709;
	border-bottom: 1px solid #045709;
	width: 238px;
	float: none;
	display:block;
	height:10px;
	text-indent:0px;
	background:none;
}
#navi li ul li a:hover { /* second-level lists */
	background-color: #fefff1;
	color: #000;
	text-decoration: none;
}
#navi li:hover, #navi li.hover {  
    position: static;  
}
/*#navi li:first-child {
	border-top: 1px solid #042c01;
}*/
/* ------------------------------*/
/* -- 3# --content -- */
/* ------------------------------*/

#contentContainer {
	width: 975px;
	padding-top: 0px;
	margin: 0px auto;
	position: relative;
	z-index:100;
	clear: left;
}
/* ------------------------------*/
/* -- 4# --content Main -- */
/* ------------------------------*/


/* --- right content area --- */
#contentMain {
	width: 580px;
	min-height: 490px;
	float: left;
	position:relative;
	z-index: 100;
	padding: 0px 0px 20px 80px;
	margin: 30px 0px 0px 0px;
}
#contentMain h2 {
	color: #030;
	font-size:24px;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
}
#contentMain h3 {
	color: #999;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding: 5px 0px 0px 5px;
}
#contentMain h4 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	padding: 0px 0px 0px 5px;
}
#contentMain p {
	margin: 15px 0px 10px 5px;
}
#contentMain dl {
	width: 238px;
	margin: 10px 30px 15px 0px;
	float: left;
}
#contentMain dl dt {
	margin: 0 0 5px 0;
	padding: 0 0 0px 5px;
	width: 238px;
	line-height: 25px;
	background-image: url(../images/bg-dt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
}
#contentMain dl dd {
	margin: 0 0 5px 0;
	padding: 0 0 0px 20px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contentMain ul{
	margin: 20px 0 15px 30px;
	}
#contentMain ul li{
	margin: 0px 0 5px 0px;
	padding-left: 20px;
	background-image:url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
#contentMain img.contentImg {
	border: 1px solid #360;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#contentMain img.transImg {
	z-index: 300;
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.link2 {
	width: 150px;
	margin-right: 235px;
	float:right;
	text-align:center;
}
#contentMain p.Karte1{
	width: 150px;
	height: 220px;
	border: 1px solid #360;
	float:left;
	margin-left: 5px;
	margin-top: 10px;
	background-image:url(../images/speisekarte01.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#contentMain p.Karte1 a {
	padding: 200px 150px 0px 0px;
	position: absolute;
	display: block;
	text-indent: -9999px;
}
#contentMain p.Karte2{
	width: 150px;
	height: 220px;
	border: 1px solid #360;
	float:left;
	margin-top: 10px;
	margin-left: 20px;
	background-image:url(../images/speisekarte02.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#contentMain p.Karte2 a {
	padding: 200px 150px 0px 0px;
	position: absolute;
	display: block;
	text-indent: -9999px;
}

#contentMain p.Karte3{
	width: 150px;
	height: 220px;
	border: 1px solid #360;
	float:left;
	margin-top: 10px;
	margin-left: 20px;
	background-image:url(../images/speisekarte03.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#contentMain p.Karte3 a {
	padding: 200px 150px 0px 0px;
	position: absolute;
	display: block;
	text-indent: -9999px;
}
#contentMain img.video {
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#contentMain img.rightImg {
	z-index: 300;
	float: right;
	border: 1px solid #360;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}
/* ------------------------------*/
/* ---- #5 contentSidebar -----  */
/* ------------------------------*/

#contentSidebar {
	width: 300px;
	min-height: 630px;
	float: left;
	position:relative;
	z-index: 30;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#contentSidebar p {
	text-indent:-9999px;
}
#contentSidebar h2.box1 {
	text-indent:-9999px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	}
#contentSidebar h2.box2 {
	text-indent:-9999px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	}
#contentSidebar h3 {
	color: #9a0202;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	padding: 5px 0px 10px 22px;
}
#contentSidebar a {
	font-size: 12px;
	color: #036;
	text-decoration:underline;
}
#contentSidebar a:hover {
	color: #393;
	text-decoration: none;
}
.sidebarBox1{
    width: 140px;
	height: 171px;
	background:url(../images/tafel.png) no-repeat 0 0;
	margin-top: 133px;
	margin-left: 92px;

}
.sidebarBox2{
    width: 210px;
	height: 59px;
	background:url(../images/telefon.png) no-repeat 0 0;
	margin-top: 200px;
	margin-left: 80px;
}
/* ------------------------------*/
/* -- 6# -- footer -- */
/* ------------------------------*/
#footer {
	width: 100%;
	height: 39px;
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	padding: 0px 0px 0px 0px;
}
#footer ul{
	width: 900px;
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 50px;
	color: #060;
	font-size: 11px;

}	
#footer li {
	float:left;
	color: #060;
	font-size: 11px;
	padding: 0px 5px 0px 15px;
	background-image:url(../images/bullet_footer.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer li:first-child {
	background-image:none;
}
#footer li a {
	color: #060;
	font-size: 11px;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
/* ------------------------------*/
/* -- 6# standard pages --*/
/* ------------------------------*/

/* --  impressum -- */
#euroweb {
	margin: 20px 0 20px 5px;
	border: none;
}

