*
{
	padding: 0;
	margin: 0;
}
body, textarea, input, select
{
  	font-family: Verdana, Tahoma, Arial, sans-serif;
  	font-size: 8pt;
	color: #333;
}

body
{
	background: white url("images/background.png") repeat;
	margin: 0;
	padding: 0;
}

a { color: #44f; text-decoration: none; }
a:link {  }
a:visited {  }
a:active {  }
a:hover { text-decoration: underline; }

a h1, a h2, a h3 { text-decoration: none; }

a img { text-decoration: none; }
a:hover img { text-decoration: none; }
a img:hover { text-decoration: none; }
a img:hover { text-decoration: none; }

.navi a { color: #fff; text-decoration: none; }

div
{
	margin: 0px;
	padding: 0px;
}

#iewarnung
{
	padding: 5px;
	background: #ffc;
	font-size: 9pt;
	border-bottom: 1px solid grey;
}

div.across
{
	position:absolute;
	z-index: 6;
	background: white url("images/across.png") repeat-x;
	width: 100%;
	height: 110px;
	margin: 0;
	padding: 0;
}

div.logo
{
	width: 600px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}

div.navi
{
	background: url("images/navi.png") no-repeat;
	color: white;
	font-weight: bold;
	width: 630px;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 9px 0 0px 0;
}

div.navi table
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

div.navi td
{
	width: 20%;
	text-align: center;
}

div.shadow
{
	background: url("images/shadow.png") no-repeat;
	width: 630px;
	height: 10px;
	margin-left: -21px;
	margin-top: 0px;
	margin-bottom: 5px;
}

div.content
{
	background: url("images/border.png") repeat-y;
	width: 590px;
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	padding: 0px 20px 10px 20px;
}

div.bottom
{
	background: url("images/bottom.gif") no-repeat;
	width: 631px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
}


p
{
	margin: 1em 0;
}

h1
{
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0px;
}

h2
{
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0px;
}

h3
{
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
}

h4
{
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
}


img
{
	border: 0;
}

table
{
	background-color: inherit;
}

td
{
	padding: 2px;
	text-align: left;
}

ul
{
	margin: 0 0 5px 15px;
	padding: 0;
	list-style-type: disc;
	list-style-image: url(images/disc.gif)
}

li
{
	padding: 0;
}

ul.nobullet
{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

ul.nobullet li
{
	margin: 1px 0 0 0;
}

textarea, input, select
{
	background-color: white;
	border: 1px solid gray;
}

input.button, input[type="button"], input[type="submit"]
{
	background-color: white;
	width: 100px;
}

input.button:hover, input[type="button"]:hover, input[type="submit"]:hover
{
	background-color: #bbb;
	width: 100px;
}

.dialog
{
	margin: 5px;
	padding: 5px 5px 0 5px;
	border: 1px solid gray;
	background-color: #eee;
}

.gray-border
{
	border: 1px solid gray;
	padding: 5px;
	margin-bottom: 1em;
}

/* Gästebuch */

.gaestebuchheader
{
	margin-bottom: 15px;
	text-align: center;
}

.gaestebucheintrag
{
	border: 1px solid gray;
	padding: 5px;
	margin-bottom: 15px;
}

.gaestebucheintrag hr
{
	margin: 5px 0;
	color: #ccc;
}

.gaestebuchpages
{
	text-align: center;
	margin: 0 0 5px 0;
}

/* hespi */

h1.hespi
{
	margin: 0;
	display: inline;
	font-family: Arial;
	font-size: 36pt;
	letter-spacing: -4pt;
}

/* navi_privat */

.navi_privat
{
	border-bottom: 1px solid gray;
	margin-bottom: 15px;
}

.navi_privat td
{
	border-right: 1px solid gray;
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
}


/* Wegbeschreibung */

.wegbeschreibung li
{
	margin-bottom: 1em;
}

