body {
   margin: 0;
   padding: 0;
   border: 0;
   overflow: scroll;
   min-height:100%; 
   font-family:Verdana,Arial,sans-serif;
   font-size:10pt;
   background-image:url(../img/body_bg.jpg);
   /*
    * grey : #d3d9dc;
    * dark-grey : #747373
    * dark-green: #4f6228
    */
}

#page {
   min-height:100%; 
   background-image:url(../img/rahmen_links.gif);
   background-position:top left;
   background-repeat:repeat-y;
}

#left {
   position: absolute;
   top: 0;
   bottom: 0; 
   left: 0;
   height: 750px;
   width: 200px; 
   min-height:100%;
	background-color:#d3d9dc;
   background-image:url(../img/wirbelsaeule.jpg);
   background-position:center 50px;
   background-repeat:no-repeat;
}

#right {
   margin:0 0 0 200px;
   min-width:774px;
   max-width:840px;
}
/*IE6 hacks*/
/*
* html body { 
   padding: 0 0 0 200px; 
}
*/
* html #left { 
   height: 100%;  
}
* html #right { 
   height: 100%; width: 100%; 
}

#schriftzug {
   padding:10px 0 0;
   display:block;
   height:150px;
   text-align:center;
}
* html #schriftzug { 
   width: 780px; 
}

#impressum {
   padding:0;
   display:block;
   width:770px;
   height:20px;
   background-image:url(../img/line.gif);
   background-position:bottom left;
   background-repeat:no-repeat;
   text-align:right;
}
#impressum a {
   padding:0;
   margin:0 20px 0 0;
   font-size:10pt;
   font-weight:bold;
   color:#000000;
   text-decoration:underline;   
}

#lauftext {
   height:20px;
   width:650px;
   margin-top:30px;   
}

#map {
   width:500px;
   height:300px;
   margin:auto;
}

.hmenu_box {
   float:left;
   padding:0 18px;
   border-bottom:3px solid #d3d9dc;
   margin-right:14px;
}
.hmenu_box a {
   font-size:11pt;
   font-weight:bold;
   color:#000000;
   text-decoration:none;   
}

#content_area {
   padding:0;   
}

#content {
   margin:0;
   padding:0 20px;  
   width:750px;  
}

#dvogel img {
   border-left:3px solid #747373;
   border-top:2px solid #747373;
}

#home_link {
   margin:40px 0 0 30px;
}

.massage_link {
   margin:4px;
   width:30%;
   height:20px;
   float:right;
   text-align:center;
   border-left:2px #B1B1B1 solid;
   border-bottom:2px #B1B1B1 solid;
}

.pdf_linkbox {
   float:right;
   text-align:right;
}

img { border:0px; }

h1 { font-size:17pt;font-weight:bold;margin:0 0 20px; }
h2 { font-size:15pt;font-weight:bold;margin:0 0 20px; }
h3 { font-size:13pt;font-weight:bold;margin:0 0 20px; }
h4 { font-size:11pt;font-weight:bold;margin:0 0 20px; }
h5 { font-size:9pt;font-weight:bold;margin:0 0 20px; }

.black { color:#000000; }
.dark_grey { color:#747373; }
.grey { color: #909090; }
.red { color: #4f0101; }
.green { color:#4f6228; }

.normal { font-weight:normal; }
.bold { font-weight:bold; }

.pt8 { font-size:8pt; }
.pt9 { font-size:9pt; }
.pt10 { font-size:10pt; }
.pt11 { font-size:11pt; }
.pt12 { font-size:12pt; }
.pt14 { font-size:14pt; }

a { color:#000000;text-decoration:underline; }

div.textsection { margin-bottom:8px; }

label.left {
	float: 				left;
	text-align: 		left;
	font-weight:		normal;
	width: 				150px;
	margin-right: 		3px;
	font-size:        10pt;
}

textarea.form {
	background:			transparent;
	border:				1px solid gray;
	vertical-align:	inherit;
	font-weight:		normal;
}

input.form {
	background:			transparent;
   vertical-align:	inherit;
	font-weight:		normal;
}
* html input.form { width:260px; }

fieldset.contact_form, fieldset.contact_form_memo {
   border:0;
   margin:0 0 0 30px;
}
* html fieldset.contact_form { height:34px; }
* html fieldset.contact_form_memo { height:280px; }

input[type=text].form, input[type=password].form, select.form {
	border:				1px solid gray;
	width:				240px;
	height:          	16px;
}

input[type=checkbox] {
	font-size:			9pt;
	background:			transparent;
}

input.right {
	float: 				left;
	width: 				auto;
	clear: 				both;
	margin-left: 		120px;
	margin-right: 		3px;
}

form br {
	clear: 				both;
}

legend {
	font-size:			14px;
	font-weight:		bold;
}


