/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  float: none;
  width: auto;
}
/* Commonly used to style page titles. */
h1 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #000000;
}
/* Commonly used to style section titles. */
h2 {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  color: #000000;
}
h3 {
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #000000;
}
h4 {
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
  color: #000000;
}
h5 {
  font-size: 8px;
  line-height: 14px;
  color: #000000;
}
h6 {
	font-size: 7px;
	line-height: 10px;
  color: #000000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#OW {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px auto 0px;
	text-align: left;
  background-color: #FFFFFF;
  border-color: #000000; 
  color: #000000;
  float: none;
  width: 600;
}
  #OW #header { /* Kopf */
  	height: 0px;
  	line-height: 15px;
  background-color: #FFFFFF;
  border-color: #000000; 
  color: #000000;
  float: none;
  width: auto;
	display: none;
/*	visibility: hidden; */ 
  }
    #OW #header h1 {
    	color:#FFFFFF;
    	height:15px;
    	display: block;
    	text-align: left;
    	font-style: italic;
    	text-indent: 200px;
    	font-weight: normal;
    	padding: 1px;
    }
  #OW #CW { /* Inhaltshuelle */
/*    height: 490px; */
    padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #FFFFFF;
  border-color: #000000; 
  color: #000000;
  float: none;
  width: 600;
/*	visibility: hidden; */
  }
    #OW #CW #NI {
/*	height: 470px; */
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF;
	border-color: #000000;
	color: #000000;
	float: none;
	width: 10;
	display: none;
	/*	visibility: hidden; */
   }
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
  /* --------------------------------------------------------------------
	   Spalte rechts bei dreispaltigem Layout mit Bild ganz rechts          */
    #OW #CW #bilder h1 {
	color:#000000;
	display: block;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding-top: 8px;
	font-style: normal;
	font-weight: bold;
    }
    #OW #CW #bilder p {
	color:#000000;
	display: block;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: left;
	font-size: 10px;
    }
    #OW #CW #bilder ul {
	color:#000000;
	display: block;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	z-index:100;
	list-style-type: disc;
	}
  /* --------------------------------------------------------------------
	   Spalte rechts bei dreispaltigem Layout ohne Bild ganz rechts          */
  #OW #CW #rechts {
		float: right;
 /*		height: 480px; */
		padding: 18px 0px 10px 10px;
		width: 200px;
  }
    #OW #CW #rechts p {
	color:#000000;
	font-size: 10px;
    }
  #OW #CW #bilder {
		float: right;
/*		height: 480px; */
		padding: 36px 0px 10px 0px;
		width: 200px;
  }
  .glossindex a:link {
	color: #4000000;
	text-decoration: underline;
	width: 25px;
	padding: 0px 3px 0px 3px;
}
  .glossindex a:visited {
	color: #000000;
	text-decoration: underline;
	width: 25px;
	padding: 0px 3px 0px 3px;
}
  /* --------------------------------------------------------------------
	   Mittlere Spalte (für Inhalt) bei dreispaltigem Layout                
     Contains the main page content. When using a mutliple column layout 
	   the margins will be set to account for the floated columns' width, 
		 margins, and padding.                                                */
  #OW #CW #content {
/*	height: 470px; */
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
  }
  #OW #CW #content h1 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
	padding-top: 10px;
}
  #OW #CW #content h3 {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  color: #000000;
}
    #OW #CW #content dt {
	font-weight: bold;
	}
  #OW #CW #content #archivtab {
	margin-top: 10px;
}
  #OW #CW #content #archivtab th {
	font-weight: bold;
	text-align: left;
}
  .breadcrumbs a:link {
  color: #000000;
  text-decoration: none;
}
  .breadcrumbs a:visited {
  color: #000000;
  text-decoration: none;
}
  /* --------------------------------------------------------------------
	   Spalte rechts bei zweispaltigem Layout                               */
  #OW #CW #spalte2 {
/*	height: 470px; */
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
  }
  #OW #CW #spalte2 h1 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
	padding-top: 10px;
}
  #OW #CW #spalte2 h3 {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  color: #000000;
}
  #OW #CW #spalte2 form {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 6px;
}
  #OW #CW #spalte2 input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
  #OW #CW #spalte2 textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	overflow: auto;
}
  #OW #CW #spalte2 input#kontaktart {
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF	;
/*	border: 0px; */
}
/*	   Spalte rechts bei Druck-Layout                          */
  #OW #CW #druckspalte {
/*	height: 470px; */
	margin: 0px 0px 0px 10px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
  }
  #OW #CW #druckspalte h1 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
	padding-top: 10px;
}
  #OW #CW #druckspalte h3 {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  color: #000000;
}
  #OW #CW #druckspalte form {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 6px;
}
  #OW #CW #druckspalte input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
  #OW #CW #druckspalte textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	overflow: auto;
}
  #OW #CW #druckspalte input#kontaktart {
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF	;
/*	border: 0px; */
}
  .karte  {
	margin-top: 5px;
}
  /* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
  #OW #CW .clearFloat {
    clear: both;
    display: block;
}
  .hoch  {
	vertical-align: top;
	font-size: 9px;
}
