/* kochen-lassen CSS definitions */
/* written by Johannes Holzer <Johannes.Holzer@allgaeu.org> */

a:visited { text-decoration: none } 
a:link { 
	text-decoration: none;
	color: rgb(51,102,153); 
}
a:hover {
	color: Red;
	background-color: #fffbc2;
	text-decoration: none;
}   
body {  
	font-family: Arial, Helvetica, sans-serif;
	background-position: right; 
	background-color: white;
	background-image: url("/images/bg-verlauf.jpg");
	background-repeat: repeat-y;
}

.price {
	text-align: right;
}
td {
	vertical-align: top;
}
td.white {
	background-color: white;
}
td.price {
	white-space:nowrap;
}
#expleuro { 
	font-style: italic; 
	text-align: right; 
	font-size: x-small; 
}
	
table.intro {
	margin-bottom: 20px;
}
table.intro th { text-align: left;  }

.anc { 
	margin-top: 20px; 
	margin-left: 5%; 
	width: 90%; 
	margin-right: 5%; 
}
table.container {
	margin-top: 20px;
	margin-left: 5%;
}
table.container th {
	text-align: left;
}

table.border3d {
	border-collapse: collapse; 
	width: 100%;
}
table.border3d td {
	border-bottom: 1px solid black; 
	padding-left: 3px; 
	padding-right: 3px; 
	text-align: left;
}
table.border3d th {
	text-align: left;
	border: 0px;
	border-bottom: 1px solid darkblack;
	padding-left: 3px;
	padding-right: 3px;
	background-color: white;
	background-image: url("images/td-verlauf.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	color: black;
}


table.menue {
	width: 100%;
}
table.menue th.menue {
	width: 55%;
}
table.menue tr.white {
	background-color: white;
}
table.menue tr.lightgrey {
	background-color: #f6f6f6;
	color: black;
}	


table#detmenue {
	width: 100%;
	margin-top: 0px;
}
table#notable td {
	border: none;
}
table#fest {
	margin-top: 20px;
} 
div#nav table {
	margin-left: 5%;
	margin-right: 5%; 
	width: 90%;
	margin-bottom: 10px;
	border: 1px solid black;
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
}
div#nav th {
	padding: 0px;
	text-align: right;
	vertical-align: middle;
}

td#internav {
	width: 150px;
}
td#internav h4 {
	width: 100%;
	text-align: center;
	margin: 0px;
	background-color: white;
	background-image: url("images/td-verlauf.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	color: black;
	border: 0px;
	border-bottom: 1px solid black;
	padding-bottom: 3px;
}
td#internav div {
        margin-top: 0px;
	border: 1px solid black;
        width: 125px;
	padding: 0px;
        background-color: white;

}
td#internav div#newsletter p {
	margin: 5px;
	font-size: smaller;
	text-align: center;
	font-style: italic;
}
td#internav div#fillin {
	height: 140px;
	margin-bottom: 15px;
	overflow: hidden;
}
td#internav div#fillin p {
	vertical-align: bottom;
	margin: 5px;
	font-size: smaller;
	text-align: center;
}
td#internav div#fillin b {
	display: block;
}
td#internav input {
	color: black;
	border: 1px solid black;
	background-color: #DFDFDF;
}
td#internav p.small {
	width: 125px;
	margin-top: 10px;
	font-size: x-small;
	text-align: center;
}
h3 {
	font-weight: lighter;
}
div#signet {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
}
td#desc {
	text-align: center;
	font-size: larger;
}

img {
	border: 0px;
}

tr.kuechenwahl th {
	font-size: smaller;
	background-color: rgb(51,102,153);
	background-image: none;
}
