html, div, span, a, table, tr, td, img, dd, p, dfn, h4, font {
   margin: 0;
   padding: 0;
   border: 0px solid;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #0F353B;
}

p, li {
   margin-bottom: 10px;
}

h1 {
	color: #c16228;
	font-weight: normal;
	font-size: 35px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #213871;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 35px;
	border-left: 7px solid #c16228;
	padding-left: 20px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #213871;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* ----------------------------------------------- standard text-schriften - START */
/* info: f = font; fc = fontcolor; -a = typ */


/* ----------------------------------------------- standard text-schriften - END */


/* ----------------------------------------------- default links - START */
a:link {
   color: #800000;
   text-decoration: none;
}

a:visited {
   color: #800000;
   text-decoration: none;
}

a:hover, a:focus {
   color: #000;
   text-decoration: underline;
}
/* ----------------------------------------------- default links - END */


/* ----------------------------------------------- default bilderformatierung - START */
/* info: b = bild; li = links; re = rechts; o = oben; u= unten; */

.b-li-o {
   float: left;
   margin: 0px 10px 10px 0px;
}

.b-re-u {
   float: right;
   margin: 10px 0px 0px 10px;
}

.b-re-o {
   float: right;
   margin: 0px 0px 10px 10px;
}

.b-li-u {
   float: left;
   margin: 10px 10px 0px 0px;
}

/* ----------------------------------------------- default bilderformatierung - END */



/* ----------------------------------------------- default specials - START */
acronym {
   text-decoration: underline;
   cursor: help;
}

#printkopf,
.displaynone {
   position: absolute; 
   left: -1000px; 
   top: -1000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline;
}

hr {
   height: 1px;
   color: #8e8e8d;
   background-color: #8e8e8d;
   border: none;
}

/* ----------------------------------------------- default specials - END */



/* ----------------------------------------------- layout 1 - START */

body {
   margin: 0px 0px 20px 0px;
   padding: 0px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ! important;
   font-size: 12px;
   color: #333;
   background: #6f7687 url(../_images/body_bg.gif) top left repeat-y;
}

#kopf {
   background: url(../_images/kopf_1.jpg) left top no-repeat;
   width: 800px;
   height: 500px;
   top: 0px;
	left: 0px;
   position: absolute;
   z-index: 2;
}

#content {
   width: 470px;
   top: 340px;
   left: 30px;
   position: absolute;
   z-index: 5;
}

#content #content-b {
   z-index: 6;
}

#cr {
   color: #abb29a;
   font-size: 9px !important;
   margin-bottom: 20px;
}

#cr a:link,
#cr a:visited {
   color: #abb29a;
   text-decoration: none;
   font-size: 9px !important;
}

#cr a:hover, 
#cr a:focus {
   color: #abb29a;
   text-decoration: underline;
   font-size: 9px !important;
}

#navi {
	top: 330px;
	left: 540px;
	width: 210px;
	z-index: 10;
	position: absolute;
	font-size: 12px !important;
}

#stichworte {
	position: absolute;
	top: 15px;
	left: 780px;
	width: 230px;
	z-index: 30;
	color: #ccc;
	font-size: 9px;
}

#stichworte ul {
	margin-left: 10px;
	margin-top: 10px;
	padding: 0px;
}

#stichworte li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#stichworte a,
#stichworte td,
#navi #emailform a {
	color: #ccc;
	font-size: 9px !important;
	text-decoration: none;
}

#stichworte a:hover,
#navi #emailform a:hover {
	color: #000;
	text-decoration: underline;
}

#navi #emailform {
	width: 210px;
	z-index: 30;
	color: #73af00;
	font-size: 9px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#navi #emailform #mailok {
	width: 205px;
	height: 270px;
	z-index: 30;
	color: #ffffff;
	font-size: 10px;
	margin-bottom: 10px;
	position: absolute;
	left: 0px;
	top: 340px;
	padding: 5px 5px 5px 5px;
	background: #c16228;
}

#navi #emailform #mailok a {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#navi #emailform fieldset#kurzmail {
	border: none;
	margin: 0px;
	padding: 0px;
}

#navi #emailform fieldset#kurzmail label {
	color: #5f677a;
	font-size: 9px !important;
	width: 206px;
	background: #fff;
}

#navi #emailform fieldset#kurzmail input {
	width: 206px;
	background: #FFF;
	border: 1px solid #c16228;
	color: #000;
	font-size: 10px !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}

#navi #emailform fieldset#kurzmail textarea {
	width: 206px;
	height: 250px;
	background: #FFF;
	border: 1px solid #c16228;
	color: #000;
	font-size: 10px !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	overflow: auto;
}

#navi #emailform #submit {
	width: 212px !important;
   	background: #c16228 !important;
	color: #fff !important;
	border: 1px solid #c16228;
	font-size: 10px !important;
}

#navi #emailform .checkbox {
	border: 1px solid #000;
	width: 19px !important;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.checkboxlabel {
	color: #5f677a;
	font-size: 9px;
}

#navi li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}

#navi ul {
	padding: 0px;
	margin: 0px;
}

#navi a {
   font-size: 12px !important;
   text-decoration: none;
   display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	padding-right: 10px;
	margin: 0px;
}

#navi a:link,
#navi a:visited {
   color: #213871;
}

#navi a:hover, 
#navi a:focus {
   color: #c16228;
	background: #FFF;
}

#navi a.aktiv {
	text-decoration: none;
   display: block;
	font-weight: bold;
	color: #FFF;
	background: #c16228;
}

/* ----------------------------------------------- mail - START*/

form {
	border: 0px solid;
	padding: 0px;
	margin: 0px;
}

label {
   font: 10px !important;
   color: #5f677a;
   background: #bdbdbd;
   display: block;
   width: 435px;
	padding: 2px;
}

input {
   color: #000;
   font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif ! important;
   background: #d8d9da;
	border: 0px solid;
	padding: 2px;
	margin: 0px;
}

input#Firma {
   width: 435px;
}

input#Vorname {
   width: 214px;
   border-right: 4px solid #fff;
}

input#Name {
   width: 213px;
}

input#Anschrift {
   width: 435px;
}

input#PLZ {
   width: 114px;
   border-right: 4px solid #fff;
}

input#Ort {
   width: 313px;
}

input#Telefon {
   width: 214px;
   border-right: 4px solid #fff;
}

input#Fax {
   width: 213px;
}

input#email {
   width: 435px;
}

input#subject {
   width: 435px;
}

select#subject {
   width: 439px;
}

textarea {
   color: #000;
   font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif ! important;
   width: 435px;
   background: #d8d9da;
	border: 0px solid;
	padding: 2px;
	margin: 0px;
	overflow: auto;
}

select {
   color: #000;
   font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif ! important;
   width: 439px;
   background: #d8d9da;
}

select {
   color: #000;
   font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif ! important;
   width: 439px;
   background: #d8d9da;
}

#submit {
   color: #fff;
   text-align: center;
   background: #e25500;
   font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif ! important;
   width: 439px;
}

/* ----------------------------------------------- mail - END */




