/*   -----   Sondereintragungen   ----- */
.red {
	color: red;
}
#z1 {
 background:whitesmoke;
}
/* ----- XHTML-Tags formatieren ----- */
* {
	margin: 0;
	padding: 0;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
body {
	text-align: center;
}
p {
	line-height: 160%;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
a, a:link, a:visited {
	color: black;
}
a:hover {
	color: #36648B;
	text-decoration: underline;
}
address {
	text-decoration: none;
	font-style: normal;
}
h1 {
	font-weight: 900;
	font-size: 18px;
	color: #336699;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-style: italic;
}
h2 {
	font-weight: 900;
	font-size: 14px;
	color: #336699;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
}
img {
	border: 0;
}
form, table {
	margin: 0;
}
hr {
	padding: 0;
	margin: 5px 0;
}
td {
	padding: 0.3em;
}
ol {
	margin: 1em 0 1em 3.5em;
}
ol li {
	margin-bottom: 0.4em;
}
/* ----- Template-Formatierungen ----- */
#home {
	background: url(../images/body_background.gif) fixed #36648B repeat-x left bottom;
}
#wrapper {
	width: 950px;
	margin: auto;
	background: white;
	text-align: left;
}
#header {
	position: relative;
	background: url(../images/headgr.gif) top left no-repeat;
	height: 195px;
}
#content {
	position: relative;
}
#contentMenu {
	width: 270px;
	float: left;
}
#contentContent {
	width: 590px;
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}
#footer1 {
	clear: both;
	margin: 15px 30px 15px 0;
	width: 590px;
	float: right;
}
#contentMenuShop {
	width: 310px;
	float: left;
}
#contentContentShop {
	width: 570px;
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}
#footer1Shop {
	text-align: left;
	clear: both;
	margin: 20px;
}
#footer2 {
	clear: both;
	background: url(../images/footgr.gif) bottom left no-repeat;
}
#logo {
	position: absolute;
	left: 20px;
	top: 30px;
}
#legacy {
	margin-top: 1em;
	margin-bottom: 2em;
}
#legacy, #legacy a {
	text-align: left;
	font-size: 11px;
	color: #989898;
}
/* ----- Hintergründe und Farben ----- */
.bg1 {
	background: #E0E8EF;
}
.bg2 {
	background: #FFFFFF;
}
.bg3 {
	background: #ffcc00;
}
.bg4 {
	background: #f0f0f0;
}
.col1 {
	color: #36648B;
}
.col2 {
	color: #ffcc00;
}

/* ----- allgemeine Breiten, Abstände und Paddings ----- */
.w100 {
	width: 98%
}
.w75 {
	width: 75%
}
.w50 {
	width: 48%
}
.w25 {
	width: 23%
}
.w33 {
	width: 31%
}
.w66 {
	width: 64%
}
.w20 {
	width: 18%
}
.w15 {
	width:  13%
}
.w10 {
	width:  8%
}
.w5 {
	width:  3%
}
.abstand5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.abstand15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.pad1 {
	padding: 5px;
}
.pad2 {
	padding: 0 0 5px 0;
}
.mar0 {
	margin: 0;
}
.mar5 {
	margin: 5px 0;
}
#backlink{
   width:300px;
   height:80px;
}
/* ----- Allgemeine Formatierungen ----- */
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
/* ----- Navigation allgemein ----- */
#nav, #nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav {
	margin-left: 15px;
	width: 230px;
	border-top: 3px solid whitesmoke;
	border-bottom: 3px solid whitesmoke;
}
#nav b, #nav b a {
	color: #cd000a;
	font-weight: bold;
}
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}
#nav li a {
	color: black;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	background: whitesmoke;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}
#nav li a:hover {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
#nav li li a {
	padding: 6px 8px 6px 30px;
}
#headermenu {
	position: absolute;
	right: 30px;
	top: 5px;
}
#headermenu ul, #headermenu li {
	height: 80px;
	max-height: 60px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#headermenu li a {
	width: 80px;
	float: left;
	display: inline;
	padding: 40px 15px 10px 15px;
	border-left: 1px solid lightgrey;
}
#headermenu li a:hover {
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #ffcc00;
}
/* ----- Navigation Shop ----- */
#navShop, #navShop ul, #navShop li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navShop {
	margin-left: 15px;
	width: 280px;
	border-top: 3px solid whitesmoke;
	border-bottom: 3px solid whitesmoke;
}
#navShop li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navShop li a {
	color: black;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	background: whitesmoke;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}
#navShop li a:hover {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
.shopMenuItem {
	background: whitesmoke;
	margin: 10px 0 10px 15px;
	width: 280px;
}
#shopMenuItem1 {
	background: whitesmoke;
	margin: 10px 0 10px 15px;
	width: 280px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#shopmenu {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid silver;
}
#shopmenu ul, #shopmenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#shopmenu li {
	padding-right: 10px;
	border-right: 1px solid silver;
	margin-right: 10px;
}
#warengruppenbaummenu, #warengruppenbaummenu ul, #warengruppenbaummenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#warengruppenbaummenu b, #warengruppenbaummenu b a {
	color: #cd000a;
	font-weight: bold;
}
#warengruppenbaummenu li {
	display: inline;
	padding: 0;
	margin: 0;
}
#warengruppenbaummenu li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	background: whitesmoke;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}
#warengruppenbaummenu li a:hover {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
#warengruppenbaummenu li li a {
	padding: 5px 8px 5px 20px;
}
#warengruppenbaummenu li li li a {
	padding: 5px 8px 5px 30px;
}
#selectedItemSub li a {
	color: black;
	background: white;
}
#selectedItem a, #selectedItem a:hover {
	color: #36648B;
	font-weight: bold;
}
.searchRestriction {
	margin: 3px 10px;
	width: 250px;
}
.searchRestrictionField {
	margin: 3px 10px;
	width: 150px;
	padding: 2px;
}
/* ----- Tabellen ----- */
.tableStyle1 {
	border: 1px solid  silver;
}
.tableStyle1 td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tableStyle2 {
	border-collapse: collapse;
	border: 1px solid lightgrey;
}
.tableStyle2 td {
	border: 0 solid black;
	vertical-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tableStyle3 {
	border-collapse: collapse;
	border: 1px solid lightgrey;
}
.tableStyle3 td {
	border: 0 solid black;
	padding-top: 10px;
	padding-bottom: 10px;
	width:145px;
	text-align:center;
}
/* ----- Allgemeine Formatierungen ----- */
.button {
	background: #FFFFFF center center repeat-x url(../images/button.gif);
	border: 1px solid #A9A9A9;
	padding: 2px;
	text-decoration: none;
	margin: 0;
}
.button a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.trenner {
	color: whitesmoke;
	background-color: whitesmoke;
	height: 1px;
	border: 0;
	border-bottom: 1px solid silver;
}
.fehlermeldung {
	color: white;
	background: #CF2626;
	font-weight: bold;
	border: 1px whitesmoke solid;
	padding: 15px;
}
.borderStyle1 {
	border: 1px solid silver;
}
.linked {
	text-decoration: underline;
	cursor: pointer;
}
/* ----- Gästebuch ----- */
#gb {
	background-image: url(../images/blockhg.gif);
	background-repeat: y-repeat;
	padding: 20px 30px 20px 60px;
	margin: 2em 0 2em 0;
}
#listItem p {
	padding: 2px;
	margin: 0;
}
.wre {
	width: 520px;
}

