html, body {
	height: 100%;
}

body { 
  margin: 0;
  padding: 0;
	border: 0;
  text-align: center;
	font-family: arial, trebuchet ms, helvetica, univers; 
	color: #787878;
	color: #444444;
	font-size: 75%;
	line-height: 135%;
}

div {
	padding: 0;
	margin: 0;
	border: 0;
}

#shadow {
	margin: 0 auto;
	min-height: 100%;
	height: auto;
  text-align: center;
	width: 970px;
	background: #fff url(/images/shadow.jpg) repeat-y;
}	

#wrapper {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
	width: 940px;
	text-align: left;
}

#header {
	clear: both;
}

#menu {
	clear: both;
	width: 100%;
}

#buffer_top {
	clear: both;
	width: 100%;
	height: 30px;
	border-top: 1px solid #dadada;
} 

#left {
	float: left;
	display: inline;
	margin-left: 20px;
	padding: 20px;
	height: 260px; 
	width: 160px;
	background-repeat: repeat-x;
	border: 0px solid black;
}

#right {
	float: left;
	margin-left: 20px;
	padding: 20px;
	height: 260px; 
	width: 160px;
	float: left;
	background-repeat: repeat-x;
}

#right img {
	margin-bottom:6px;
	vertical-align:middle;
}


#content {
	float: left;
	margin-left: 20px;
	padding: 10px 0 0 0;
	width: 460px;
}

#footer {
	clear: both;
	height: 20px;
}	

#foto {
	float: left;
	margin-bottom: 20px;
	border: 0px solid #d9e0f3;
}

#foto_left {
	text-align: center;
	clear: both;
	margin-top: 9px;
	margin-bottom: 20px;
	border: 0px solid #d9e0f3;
}

#foto_left p {
	margin-top: 0;
	font-size: 83.33%; /* 10px */
	text-align: center;
}

#pasfoto {
	padding: 2px 10px 0px 0px;
	float: left;
}


#bericht {
	margin-bottom: 11px;
	clear: both;
	border: 1px solid #2e7e99;
	border: 1px solid #0083af;

}

#bericht p { 
	margin-top: 3px;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-right: 7px;
}

#bericht p.title { 
	border-bottom: 1px dotted #2e7e99;
	border-bottom: 1px dotted #0083af;
}


p { 
	margin-top: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	margin-right: 0px;
}


h2 { 
	margin-top: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 150%; /* 18px */
	color: #444444;
}

h3 { 
	margin-top: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 116.66%; /* 14px */
	color: #444444;
}

h4 { 
	font-size: 116.66%; /* 14px */
}

a:link { 
	color: #0083af;
	text-decoration: none 
}

a:visited { 
	color: #0083af;
	text-decoration: none 
}

a:active { 
	color: #0083af;
	text-decoration: none 
}

a:hover { 
	color: #b45733;
	color: #3ec5f3;
	text-decoration: underline 
}

img {
	border: 0;
}

ul {
	list-style-position: outside;
	margin: 0 0 13px 20px;
	padding: 0;
	font-size: 100%; /* 12 px */
}

li {
	margin-bottom: 0px;
}

ul ul li {
	margin-bottom: 0px;
}


.nobullet {
	list-style-type: none;
}

.nested li {
	font-weight: bold;
	list-style-position: outside;
	margin-bottom: 10px;
}

.nested li li {
	font-weight: normal;
	margin-bottom: 0px;
}

.nested li li li {
	font-style: italic;
	margin-bottom: 0px;
}


#left ul, #right ul {
	font-weight: normal;
	list-style-position: outside;
	margin: 0 0 30px 0;
}

#left ul ul, #right ul ul {
	list-style-position: outside;
	font-size: 83.33%; /* 10px */
	margin: 0 0 0 10px;
}

#left li, #right li {
	font-weight: normal;
	list-style: none;
	list-style-position: outside;
	margin: 5px 0 0 0;
}

#left li li, #right li li {
	margin: 0 0 0 0;
}

#left ul ul li, #right ul ul li {
	margin: 0 0 0 0px;
}

#left h3, #right h3 { 
	text-transform: uppercase;
	border-bottom: 1px dashed #787878;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 5px;
}


/* fieldset {
}

legend {
	color: #74773e;
	font-weight: bold;
}

label {
	width: 115px;
	float: left;
	text-align: right;
	margin-right: 5px;
}

input[type="text"], textarea {
	width: 300px;
	margin-bottom: 5px;
	font-family: arial, trebuchet ms, univers, sans-serif, arial, helvetica, verdana; 
	font-size: 12px;
	background-color: #f2f4d6;
	border: 1px solid #74773e;
}

input[name="postcode"] {
	width: 60px;
} */

input[type="text"], textarea {
	font-family: arial, trebuchet ms, univers, sans-serif, arial, helvetica, verdana; 
	font-size: 100%; /* 12px */
	background-color: #f2f4d6;
	border: 1px solid #74773e;
}

input[type="submit"], input[type="reset"] {
	font-family: arial, trebuchet ms, univers, sans-serif, arial, helvetica, verdana; 
	font-weight: bold;
	font-size: 100%; /* 12px */
	margin-top: 8px;
}

textarea {
    width: 300px;
    height: 120px;
}

/* Custom styles */

.small {
	font-size: 91.66%; /* 11px */
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.italic {
	font-style: italic;
}

.italic_right {
	font-style: italic;
	text-align: right;
}

.cell_right {
	text-align: right;
	padding-right: 5px;
	width: 120px;
}

.cell_righttop {
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
}

.cell_top {
	vertical-align: top;
}

.cell_bottom {
	vertical-align: bottom;
}

.checkbox {
	padding-left: 22px;
}

td {
/*
	padding-bottom: 5px;
*/
}

/* Horizontal menu */

#menu ul {
	text-align: center;
	list-style: none;
	font-size: 116.66%; /* 14px */
	font-size: 100%; /* 13.xpx */
	font-weight: bold; 
	padding: 0 0 7px 0;
	margin: 0;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 12px;
	padding-left: 12px;
	border-right: 1px solid #DADADA;
	color: #0083af;
	text-decoration: none;
	text-transform: uppercase;
}

#menu li.first a {
	padding-left: 0;
}

#menu li.last a {
	padding-right: 0;
	border-right: 0px;
}

#menu a:hover {
	color: #3ec5f3;
	text-decoration: underline; 
}