*, html, body {
	/*font-family: "Lucida Sans Unicode", Tahoma, sans-serif;*/
	font-family: Tahoma, sans-serif; /*JH*/
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.png) repeat-y top center;
}

a {
	outline: 0px;
}

a img {
	border: 0px;
}

.separator {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0px;
}

#wrapper {
	width: 958px;
	margin: 0px auto;
	padding: 0px 10px;
}

#header {
	position: relative;
	height: 230px;
	background: url(images/header.png) no-repeat;
}

/* mainmenu */

#mainmenu {
	position: absolute;
	left: 0px;
	top: 155px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 32px;
	overflow: hidden;
}

#mainmenu li {
	list-style: inline;
	float: left;
}

#mainmenu li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #38321e;
	padding: 7px 25px;
}

#mainmenu li.selected a {
	color: #5f573a;
	background: #e8debc;
}

#mainmenu li a:hover {
	text-decoration: underline;
}

/* submenu */

#submenu ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 187px;
	width: 958px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 32px;
	overflow: hidden;
	background: #e8debc;
}

#submenu li {
	list-style: inline;
	float: left;
}

#submenu li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #5f573a;
	padding: 6px 25px;
}

#submenu li.selected a {
	color: #a39d87;
}

#submenu li a:hover {
	text-decoration: underline;
}

/* left */

#left {
	float: left;
	width: 258px;
	background: url(images/vr.png) no-repeat top right;
}

#left ul {
	list-style: none;
	margin: 0px;
	padding: 20px;
}

#left li {
	margin: 0px 0px 14px 0px;
	padding: 0px;
	font-size: 14px;
}

#left li a {
	color: #aca182;
	text-decoration: none;
}

#left li a:hover {
	text-decoration: underline;
}

#left li.selected a {
	color: #4b4327;
}

/* content */

#content {
	float: right;
	width: 660px;
	margin-right: 20px;
	padding: 20px 0px;
}

#content h1 {
	color: #5f573a;
	font-size: 30px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
}

#content h2 {
	color: #5f573a;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#content h3 {
	color: #5f573a;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#content p,
#content li,
#content pre,
#content cite,
#content blockquote {
	line-height: 135%;
	font-size: 15px;
}

#footer {
	clear: both;
	margin: 20px;
	padding: 20px;
	border-top: 1px solid #eee;
	color: #999;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #aca182;
}

/* Typo3 specific */

.csc-textpic-caption {
	font-size: 12px;
}




/* modern guestbook: JH */
/* styles for list mode */
    .tx-veguestbook-pi1 {
        font-size:100%;
    }
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#990000;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		font-weight:bold;
		float:right;
	}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		background:#e8debc;
		color:#FFF;
		display:block;
		font-size:100%;
		font-weight:bold;
		padding: 1em;
		width: 35em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		float:left;
		width:12em;
		background:#EFEFEF;
		min-height:4em;
		padding: 1em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		height:4em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left p {
		color:#333;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right {
		float:left;
		width:21em;
		background:#FFF;
		padding: 1em;
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		color:#333;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:#990000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#333;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding: 1em 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 30em;
		display: block;
		float: left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		padding-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
	}


