﻿/* CSS-Layout */
#left_col {
	padding: 10px;
	width: 170px;
	position: absolute;
	left: -20px;
	top: 55px;
	background-color: #F2CAB2;
	border: 1px #104476 solid;
	line-height: 20px;
	text-align: left;
}
#page_content {
	padding-right: 20px;
	width: 540px;
	padding-left: 150px;
}
#container {
	border: 1px #104476 solid;
	position: relative;
	width: 90%;
	margin-top: 45px;
	background-color: #EFF8FC;
	font-size: 0.9em;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333333;
}
#banner {
	position: relative;
	width: 377px;
	height: 63px;
	top: -43px;
	left: -10%;
}

.impressum {
	font-size: xx-small;
}
#zubereitung {
	position: inherit;
	height: auto;
	width: 468px;
	margin-left: 10px;
	text-align: justify;
}

#sabenda {
	border-bottom: 1px #104476 solid;
	border-top: 1px #104476 solid;
	position: inherit;
	width: 468px;
	height: 110px;
	z-index: 1;
	margin-left: 10px;
	margin-bottom: 30px;
}
h2 {
	font-weight: bold;
	font-size: large;
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-style: italic;
}
h3 {
	font-weight: bold;
	font-size: large;
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-style: italic;
}
h1 {
	font-weight: bold;
	font-size: large;
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-style: italic;
}
hr {
	color: #104476;
} 	
a:link {
	color:#104476;
 	text-decoration: underline;
} 
a:visited {
	color:#104476;
 	text-decoration: underline;
} 	
a:hover {
	color: #104476;
	text-decoration: none;
	background-color: #E2BDA6;
}
