body {
   margin:0;
   padding:0;
	background-color:#b1b1b1;
   font-family:Verdana,Arial,sans-serif;
   font-size:10pt;
   /*
    * grau : #b1b1b1;
    * gelb : #fbf9e6
    * darkred : #4f0101
    */
}

#page_div { 
   margin:40px auto 30px;
   width:1000px;
   background-color:#fbf9e6;
   min-height:600px;
}
#left {
   float:left;
   display:block;
   margin-left:10px;
   min-height:600px;
   height:100%;
   width:200px;
   background-color:#b1b1b1;  
   background-image:url(../img/kuttler_mueller.jpg);
   background-position:bottom center;
   background-repeat:no-repeat;
}

#menu_left {
   margin:50px 0 0;
   text-align:center;
}
#menu_left a {
   margin:0 0 20px;
   color:#000000;
   font-size:11pt;
   font-weight:bold;
   text-decoration:underline;
}
#menu_left a.home_link {
   font-size:9pt;
   font-weight:bold;
   color:#000000;
   text-decoration:underline;   
}

#right {
   width:770px;   
   margin-left:210px;
   background-image:url(../img/logo_red.gif);
   background-position:bottom right;
   background-repeat:no-repeat;
}

#schriftzug {
   padding:40px 0 0;
   display:block;
   height:180px;
   background-image:url(../img/line.gif);
   background-position:bottom left;
   background-repeat:no-repeat;
   text-align:center;
}

#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 #b1b1b1;
   margin-right:14px;
}
.hmenu_box a {
   font-size:11pt;
   font-weight:bold;
   color:#000000;
   text-decoration:none;   
}

#content_area {
   padding:0;   
   margin-top:-360px;
   min-height:300px;
}

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

.glossar_link {
   margin:4px;
   width:23%;
   height:20px;
   float:right;
   border-left:2px #B1B1B1 solid;
   border-bottom:2px #B1B1B1 solid;
}

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

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; }
.blackb { color:#000000;font-weight:bold; }

.grey { color: #909090; }
.greyb { color:#909090;font-weight:bold; }

.red { color: #4f0101; }
.redb { color:#4f0101;font-weight:bold; }

.bold {
   font-weight:bold;
}

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;
}

input.form {
	background:			transparent;
   vertical-align:	inherit;
	font-weight:		normal;
}

fieldset.contact_form {
   border:0;
   margin-left:30px;
   margin-top:0px;
}

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;
}

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

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;
}

img {
	border:0px;
}


