* {
   margin: 0;
   padding: 0;
   border: 0px solid;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

p, ul {
   margin-bottom: 15px;
}

h1 {
	color: #7c8a7a;
	font-weight: normal;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 120%;
}

h2, h3 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #7c8a7a;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 120%;
}

h3 {
	color: #da1527;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	color: #ddd;
	margin-bottom: 2px;
	margin-left: 13px;
	font-family: "Times New Roman", Times, serif;
}

h5 {
	font-size: 10px;
	font-weight: normal;
	color: #7c8a7a;
	padding-top: 5px;
	margin-bottom: 5px;
}

/* ----------------------------------------------- standard text-schriften - START */
/* info: f = font; fc = fontcolor; -a = typ */


/* ----------------------------------------------- standard text-schriften - END */


/* ----------------------------------------------- default links - START */
a:link {
   color: #da1527;
   text-decoration: none;
}

a:visited {
   color: #da1527;
   text-decoration: none;
}

a:hover, a:focus {
   background: #da1527;
   color: #fff;
   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: #abb29a;
   background-color: #abb29a;
   border: none;
}

/* ----------------------------------------------- default specials - END */



/* ----------------------------------------------- layout 1 - START */

body {
   margin: 0px 0px 20px 0px;
   color: #333;
   background: #c5d0d4 url(../_images/body_bg.gif) top left repeat-y;
}

#kopf-bg {
	width: 100%;
	background: url(../_images/kopf_bg.gif) top left repeat-x;
	top: 0px;
	left: 0px;
	position: absolute;
}

#kopf {
   	background: url(../_images/kopf_1.jpg) left top no-repeat;
   	width: 960px;
   	height: 243px;
   	top: 0px;
	left: 0px;
   	position: absolute;
   	z-index: 2;
}

#content {
   background: url(../_images/text_bg.jpg) right top no-repeat;
   width: 960px;
   top: 242px;
   left: 0px;
   position: absolute;
}

#content-b {
	margin: 20px;
	width: 440px;
   	z-index: 6;
   	line-height: 140%;
}

#content-b li {
	margin-left: 20px;
}

#navi {
	top: 253px;
	left: 483px;
	width: 272px;
	z-index: 10;
	position: absolute;
	font-size: 12px !important;
}

#mainnavi {

}

.stripNav a {
	display: block;
	text-decoration: none;
	width: 263px;
}

.stripNav a {
	font-weight: bold;
}

.stripNav a:hover {
	background: #da1527;
	color: #FFF;
}

.stripNav {
	width: 272px !important;
}

.stripNav a.current {
	background: #da1527;
	color: #FFF !important;
}

.stripNavL,
.stripNavR {
	display: none;
}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 272px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
	margin-top: 15px;
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; 
	top: 0;
	list-style-type: none;
	width: 272px;
/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	position: relative;
	width: 272px; /* Also specified in  .stripViewer  above */
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	width: 272px;
}

#stichworte {
	position: absolute;
	top: 225px;
	left: 800px;
	width: 230px;
	z-index: 30;
	color: #224420;
	font-size: 9px;
}

#stichworte ul {
	margin-left: 10px;
	margin-top: 10px;
	padding: 0px;
}

#stichworte li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
}

#stichworte a,
#stichworte td,
#emailform a {
	color: #224420;
	font-size: 9px !important;
	text-decoration: none;
}

#stichworte a:hover,
#emailform a:hover {
	color: #000;
	text-decoration: underline;
}

#emailform {
	width: 195px;
	z-index: 30;
	color: #73af00;
	font-size: 9px;
	margin-bottom: 10px;
	position: absolute;
	top: 70px;
	left: 771px;
}

#emailform #mailok {
	width: 195px;
	height: 400px;
	z-index: 30;
	color: #ffffff;
	font-size: 10px;
	margin-bottom: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px 5px 5px 5px;
	background: #da1527;
}

#emailform fieldset#kurzmail {
	border: none;
	margin: 0px;
	padding: 0px;
}

#emailform fieldset#kurzmail label {
	color: #6b6d74;
	font-size: 9px !important;
	width: 195px;
	margin: 0px;
	padding: 0px;
}

#emailform fieldset#kurzmail input {
	width: 195px;
	background: url(../_images/input_bg.gif);
	border: 1px solid #aaa;
	color: #000;
	font-size: 11px;
}

#emailform fieldset#kurzmail textarea {
	width: 195px;
	height: 130px;
	background: url(../_images/input_bg.gif);
	border: 1px solid #aaa;
	color: #000;
	font-size: 11px;
	overflow: auto;
}

#emailform #submit {
	width: 201px !important;
	height: 30px;
  	background: url(../_images/submit_bg.gif) left top no-repeat !important;
	color: #fff !important;
	border: 0px solid;
	font-size: 11px;
	border: 0px solid !important;
}

#emailform .checkbox {
	background: #d9e5e9 !important;
	border: 1px solid #000;
	width: 19px !important;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.checkboxlabel {
	color: #6b6d74;
	font-size: 9px;
}


#navi ul {
	padding: 0px;
	margin: 0px;
}

#navi li {
	padding: 0px;
	margin: 0px;
	list-style: none
}

#navi a {
   text-decoration: none;
   display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 13px;
	padding-right: 5px;
	margin: 0px;
	width: 255px;
}

#navi-b a {
	width: 253px;
}

.startseite {
	width: 270px;
}

#navi a:link,
#navi a:visited {
   color: #000;
}

#navi-b a:link,
#navi-b a:visited {
   color: #FFF;
}

#navi a:hover, 
#navi a:focus {
    color: #000;
	background: #ddd;
	font-weight: bold
}

#navi a.aktiv {
	color: #fff !important;
	text-decoration: none;
    display: block;
	background: #da1527;
	font-weight: bold;
}

#cr {
   color: #abb29a;
   font-size: 9px;
   margin-bottom: 20px;
   padding-top: 20px;
}

#cr a {
   color: #abb29a;
   text-decoration: none;
   font-size: 9px !important;
}

#cr a:hover, 
#cr a:focus {
   text-decoration: underline;
}

/* ----------------------------------------------- mail - START*/

form {
	border: 0px solid;
	padding: 0px;
	margin: 0px;
}

label {
   font: 10px !important;
   color: #7c8a7a;
   display: block;
   width: 435px;
	padding: 2px;
}

input {
   color: #000;
   background: #d9e5e9;
	border: 1px solid #999;
	padding: 2px;
	margin: 0px;
}

input#Firma {
   width: 430px;
}

input#Vorname {
   width: 209px;
   margin-right: 4px;
}

input#Name {
   width: 211px;
}

input#Anschrift {
   width: 430px;
}

input#PLZ {
   width: 109px;
   margin-right: 4px;
}

input#Ort {
   width: 311px;
}

input#Telefon {
   width: 209px;
   margin-right: 4px;
}

input#Fax {
   width: 210px;
}

input#email {
   width: 430px;
}


textarea {
   color: #000;
   width: 430px;
   background: #d9e5e9;
	border: 1px solid #999;
	padding: 2px;
	margin: 0px;
	overflow: auto;
}

#submit {
   color: #fff;
   text-align: center;
   background: #da1527;
   width: 436px;
}

/* ----------------------------------------------- mail - END */



