body {
    background-color:#fafafa;
}
body, input, textarea {
    font-family: 'Droid Sans','Helvetica Neue',Helvetica, Arial, sans-serif;
    color:#333;
	font-size: 12pt;
	line-height: 18pt;
}
div#topmenu {
	width: 100%;
	top:0px;
	left:0px;
	position: fixed;
	height:76px;
	background-color: #bfe5e5;
	opacity:0.9;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #aaa;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
div#topmenu ul {
  margin: 0 0 0 0;
}
div#topmenu ul li {
	float:left;
	background:none;
	margin: 0 0 0 0;
	padding: 6px 6px 6px 6px;
	height:68px;
}
div#topmenu a,
div#eyecatcher a {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
    text-shadow: white 0 1px 0;
}
div#topmenu a img,
div#eyecatcher a img {
	padding-right:8px;
}
div#topmenu a {
	color: #333;
}
div#topmenu a:hover {
	color: #009d9c;  
}
div#newsletter li {
	margin-bottom: 8px;
}
div#newsletter li strong {
	font-weight:bold;
	background-color: transparent;
}
div#newsletter img.thumb {
	border-width:0px;
	padding:1px;
	float:left;
	margin:0 12px 16px 0;
}

div#eyecatcher {
	position: fixed;
	height: 73px;
	top: 0;
	right: 0;
	border-left: 1px solid white;
	background-color: yellow;
	opacity:0.9;
	padding: 4px 8px 0 8px;
}
div#eyecatcher a {
	color: #333;
}
div#eyecatcher a:hover {
	color: red;
}
div#retreat-teaser {
	border-left:8px solid #d00;
	border-right:8px solid #d00;
	padding:12px;
	margin-top:24px;
}

div#retreat-teaser img {
	float:left;
	padding:0 4px 4px 0;
	border-width:0;
	margin-top:-32px;
}
div#retreat-teaser p {
	padding-top:32px;
}
div#header {
  width: 1010px;
  margin: 8px auto;
}
div#content {
    background-color:white;
    border: 4px solid #ddd;
    margin: 108px auto;
    padding: 8px 24px 24px 24px;
}
div#footer {
  font-size: 9pt;
}
blockquote {
    font-family:'OFL Sorts Mill Goudy TT',Georgia,serif;
	font-size:11pt;
	line-height:14pt;
	border: 4px solid #ddd;
    padding:12px;
    background-color:#fdfdfa;
	margin:16px 64px 16px 64px;
}
blockquote p img {
    float:right;
    margin:0 0 12px 12px;
}
h3 img {
    padding: 1px;
    border: 1px solid #ccc;
    margin-bottom: 4px;
}
p img {
    float:left;
    margin:0 12px 12px 0;
    padding: 1px;
    border: 1px solid #ccc;
}
p.center {
	text-align:center;
}
p.center img {
	border:none;
	float:none;
}
p.sig img {
  float: none;
  border: none;
}
b {
	font-weight:bold;
}
strong {
    font-weight:bold;
}
h1, h2, h3, h4 {
	color: #333;
    font-weight:bold;
    margin:0;
    letter-spacing: -1px;
}
h2, h3 {
	margin-top: 1em;
}
h1 {
    font-size:22pt;
    line-height: 32pt;
}
h2 {
	border-bottom: 1px solid #ccc;
	padding: 16px 0 2px 0;
	margin: 16px 0 12px 0;
    font-size:18pt;
    line-height: 21pt;
}
h3 {
    font-size:12pt;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
}
h4 {
	font-size:10pt;
	text-transform: uppercase;
}
p {
	font-size: 12pt;
	line-height:16pt;
    margin-bottom: 1em;
}
small {
    font-size:9pt;
    line-height:11pt;
}
span.booked-out {
	color: red;
	text-transform: uppercase;
}
label.booked-out {
	color:#888;
	text-decoration:line-through;
}
hr {
    margin: 1em 0 1em 0;
}
.marker {
    background-color: #cff;
}
a, a:visited {
  color: #099;
}
a, a.small {
   text-decoration:underline; 
}
a:hover, a.small:hover {
    text-decoration:none;
}
a.small {
    font-size:8pt;
}
a.noline, a.noline:hover {
  text-decoration: none;
}
#executive-summary li,
#presse li,
#fragen li,
#cv li {
	list-style-type:square;
	margin-left:16px;
}
#content li {
  list-style-type: none;
  background: url(../img/haken.jpg) no-repeat 0 2px;
  padding-left: 24px;
  margin-bottom: 8px;
}
ul {
  margin: 0.5em 2em 1em 0;
}

div.boxed {
  background-color: #eee;
}

form {
  border: 4px solid #00b5b5;
  padding: 4px 16px 16px 16px;
}
fieldset {
  border: 1px solid #ddd;
  padding: 8px 8px 12px 8px;
  margin-bottom: 12px;
}
legend {
  font-size: 11pt;
  font-weight: bold;
  margin-left: 4px;
  padding: 0 4px 0 4px;
}
input:focus,
textarea:focus {
  	background-color: #cff;
}
input, textarea {
	padding:2px;
	border:1px solid #ccc;
}
input.submitbutton {
	font-size:1.1em;
	padding:4px;
	border:2px outset #ccc;
}
textarea {
	width:99%;
}
table, th, td {
  text-align: left;
}
th, td {
  padding: 0 0 0 2em;
}