body {
	padding: 0;
    font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #473422;
	background: #ffffcc;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Logo */

#logo-wrap {
	width: 730px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#logo {
	width: 682px;
	height: 120px;
	margin: 0 auto;
	background: url(images/logo.jpg) no-repeat left top;
}

/* Header */

#header {
	width: 682px;
	height: 32px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	background: url(images/long_bar.jpg) no-repeat left top;
}

/* Menu */

#menuwrap {
	float: left;
	width: 683px;
	height: 37px;
	text-align: center;
	margin-top: 9px;
	margin-bottom: 30px;
	margin-left: 15px;
	width: 100%;
}

ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
	width: 100%;
}


ul#menu li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 20px;
}

ul#menu ul li {
	float: none;
	position: relative;
	/* border-bottom: 1px solid #473422;  fixes gap problem in IE */
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;

	z-index: 1000;
	background: #765534;
	line-height: 200%;

}

ul#menu li ul {
	margin: 0;
	padding: 0;
	display:none;
	list-style: none;
	position: absolute;
}

ul#menu ul ul{
	margin-left: .2em;
	position: absolute;
	top: -1;  /* if using borders, -1px to align top borders */
	left: 100%;
}

ul#menu * a:hover, ul#menu li a:active{
background:#473422 !important;
/* color: #FFFFFF; */
}

ul#menu li a {
font-size: 14px;
}

ul#menu li a:link,
ul#menu li a:visited,
ul#menu li a:hover,
ul#menu  li a:active{
	text-decoration: none;
	font-size: 14px;
	color: #ffffcc;
	display: block;
}


ul#menu ul li a:link,
ul#menu ul li a:visited,
ul#menu ul li a:hover,
ul#menu ul li a:active {
/*	width: 12em; */
/*	height: 20px; */
}



/* Content */


.post {
	width: 682px;
	margin: 0 auto;
	line-height: 160%;
}

.post h1 {
	padding-top: 15px;
	margin-bottom: 5px;
	padding-left: 20px;
	line-height: 120%;
	font-size: 22px;
}

.post h2 {

	/* height: 38px; 
	padding-top: 20px;
	margin-bottom: 2px; */
	/* margin-left: -5px; */
	font-size: 14px;
}

.post .entry {
	padding: 0 15px;
	margin-left: 15px;
	font-size: 13px;
	text-align: justify;
	line-height: 150%;
}

.post .entry h2 {
	margin-top: 25px;
	margin-bottom: 0px;
}

.post .entry p {
	margin-top: 5px;
}

div.cols
{
	width: 100%;
}

div.twocolsleft
{
	width: 48%;
	float: left;
}

div.twocolsright
{
	width: 48%;
	float: right;
}

div.testimonialbox {
	width: 100%;
	min-height: 60px;
	border: 3px solid #444;
/*	border-right: 3px solid #444;
	border-top: 3px solid #444; */
	margin: 0px;
	margin-top: 5px;
	font-style: italic;
	padding: 4px;
	padding-right: 6px;
}

div.testimonialauthor {
/*	width: 100%; */
	font-style: normal;
/*	border-left: 3px solid #444;
	border-right: 3px solid #444;
	border-bottom: 3px solid #444;
	margin: 0px;
	padding: 4px;
	padding-right: 6px; */

}

.post .testimonialbox h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-style: normal;
}

div.rightside {
	float: right;
}

div.leftside {
	float: left;
}



div.decoborder {
	border: 5px solid #fecb00;
	border-top: 0px;
	margin-top: 5px;
}


/*
tr.d0 {

}*/

tr.d1 {
	background-color: #eec;
}

table.termine {
	margin: 0px;
	margin-top: 15px;
	width: 100%;
}

table.termine, table.termine tr, table.termine td, table.termine th
{
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	text-align: left;
}

table.termine td
{
	padding: 5px;
}

table.termine th
{
	font-style: none;
	font-size: 14px;
	text-align: center;
}

img.lefticon
{
	float: left;
	vertical-align: center;
	margin-left: -55px;
}

img {
	border: none;
}

img.left {
	float: left;
	padding: 5px;
	margin-right: 15px;
}

img.right {
	float: right;
	padding: 5px;
	margin-left: 15px;
}

.zitat
{
	width: 400px;
	text-align: left;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 14px;
}


.zitat .author
{
	font-size: 12px;
	text-align: center;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	color: #aaa;
	font-style: none;
}

/* Fix for chrome */
.zitat p
{
	margin: 0px;
	padding: 0px;
}


/* Footer */
#footer-wrap {
	width: 682px;
	height: 35px;
	margin: 0 auto;

	background: url(images/footer_bar.jpg) no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #ffffcc;
}

#legal a {
	color: #999999;
}

