* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#Tabelle_01 {
	margin: 10px auto;
	border: 2px solid #688813;
}

body, td {
	color: white;
	font-size: 13px;
}


p, ul {
	margin-bottom: 13px;
}

li {
	margin-bottom: 10px;
	margin-left: 16px;
}

h1 {
	font-size: 20px;
	color: #8a2236;
	margin-bottom: 20px;
	margin-top: 12px;
}

h2 {
	font-size: 16px;
	color: #8a2236;
	margin-bottom: 16px;
}


td, th {
	vertical-align: top;
}

#Tabelle_01 {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

#header_bg {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
}

#logo {
	margin-left: 44px;
}

#gbText {
	text-align: right;
	margin-top: 36px;
	margin-right: 18px;
}

#gbText a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#mainContent, #rightContent, #wideContent {
	background-color: #FFFFFF;
	color: #688813;
}

#mainContent a, #rightContent a, #wideContent a {
	color: #688813;
}

#mainContent td {
	color: #688813;
	border: 1px solid #688813;
	padding: 8px;
}

#mainContent table, #wideContent table {
	border-collapse: collapse;
}


#mainContent {
	padding-right: 32px;
	padding-left: 16px;
}
#wideContent {
	padding-right: 16px;
	padding-left: 16px;
}
#rightContent {
	padding-right: 10px;
	padding-left: 10px;
}

img.float-left { 
	float: left; 
	margin: 0 12px 12px 0;
}

img.float-right { 
	float: right; 
	margin: 0 0 12px 12px;
}


#footer {
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*** Navigation ***/

#navi {
	padding-left: 6px;
	padding-top: 34px;
}
#navi a {
	font-size: 14px;
	font-weight: bold;
	color: #e2fc8d;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 10px;
}

#navi a:hover {
	color: white;
}


#page1 #navi a.n1, #page2 #navi a.n2, #page3 #navi a.n3, #page4 #navi a.n4, #page5 #navi a.n5, #page6 #navi a.n6 {
	color: white;
} 


/***  Gaestebuch  ***/
#gbTable td {
	color: #688813;
}

#gbTable table td {
	padding: 8px 4px;
}

#gbTable input, #gbTable textarea {
	color: #688813;
	font-size: 13px;
}


#gbTable .input-wrapper {
	width: 195px;
	height: 17px;
	background-image: url(images/input-text.gif);
	background-repeat: no-repeat;
	padding: 2px;
}

.input-wrapper input {
	width: 195px;
	height: 17px;
	border: 0px solid white;
}

#gbTable .input-wrapper-klein {
	width: 91px;
	height: 17px;
	background-image: url(images/input-text-klein.gif);
	background-repeat: no-repeat;
	padding: 2px;
}

.input-wrapper-klein input {
	width: 91px;
	height: 17px;
	border: 0px solid white;
}

#gbTable .textarea-wrapper {
	width: 195px;
	height: 69px;
	background-image: url(images/input-area.gif);
	background-repeat: no-repeat;
	padding: 2px;
}

.textarea-wrapper textarea {
	border: 0px solid white;
	width: 195px;
	height: 67px;

}

#gbTable .buttons input {
}

#gbTable #scroller {
	height: 450px;
	overflow: scroll;
	margin: 10px 0;
}


