/* --- Fonts --- */
body {
	background-color: #F9F3E5;
	color: #40372A;
	text-align: center;
	font-family: Tahoma;
	margin: 0;
	padding: 0;
	font-size: 0.83em;
}

#myheader {
	text-align: left;
	padding-left: 10px;
	padding-top: 0.1px;
	font-size: 0.8em;
}

#myheader h1 {
	font-size: 1.5em;
}

#myimage {
	position: relative;
	top: -5.3em;
	float: right;
	background-image: url(images/sulztal-weinstrasse.jpg);
	width: 542px;
	height: 89px;
}

#myimage span {
	display: none;
}

/* --- Divs --- */

#pagewrapper {
	position: relative;
	min-width: 750px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 90%;
}

#header {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	min-width: 750px;
	width: 100%;
	text-align: center;
	height: 100px;
}

#pagewrapper>#menu {
	position:relative;
	top:0;
	min-width: 150px;
	width: 20%;
	float: left;
}

/*
#menu {
	position:relative;
	top:-5em;
	min-width: 150px;
	width: 20%;
	float: left;
}

#content {
	min-width: 400px;
	width: 55%;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	position: relative;
	top: -5em;
}
*/

#rightcol {
	float: right;
	width: 15%;
	background-color: rgb(238,230,219);
	padding: 10px;
	position: relative;
	top: -4.6em;
}

#footer {
	clear: both;
	min-width: 750px;
	width: 100%;
	text-align: center;
	font-size: 0.85em;
	color: #6C6C6C;
	height: 68px;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
}

#footer a {
	color: #8E8878;
}

#rightcol  a {
	color: black;
	text-decoration: none;
}

#rightcol a:hover {
	text-decoration: underline;
}

#rightcol .dec {
	font-size: 1em;
}
#rightcol .defaults {
	font-size: 1.4em;
}
#rightcol .inc {
	font-size: 1.7em;
}

/* --- Menue --- */

#menu ul {
	list-style-type: none;
	padding: 0;
	padding-left: 15px;
	margin: 0;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	background-color: #E8E1D0;
	color: black;
}

/*
#menu li {
	padding-top: 2px;
	padding-bottom: 2px;
}
*/

#menu li a {
	color: black;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li.menu1-level1-no {
	border-bottom: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu li.menu1-level1-act {
	border-bottom: 1px solid #FFFFFF;
	background-color: #CAD2A3;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu li.menu1-level2-no {
	border-bottom: 1px solid #FFFFFF;
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu li.menu1-level2-act {
	border-bottom: 1px solid #FFFFFF;
	background-color: #CAD2A3;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu li.menu1-level3-no {
	border-bottom: 1px solid #FFFFFF;
	font-size: 0.8em;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu li.menu1-level3-act {
	border-bottom: 1px solid #FFFFFF;
	background-color: #CAD2A3;
	font-weight: bold;
	font-size: 0.9em;
	font-size: 0.8em;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content h1 {
	font-size: 1.3em;
}

#content a {
	color: #40372A;
	text-decoration: underline;
}

#content a:hover {
	color: #40372A;
	text-decoration: none;
}

