/*------------------- CSS RESET --------------------- */

* {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

b,
strong {
  font-weight: bold;
}

img,
a img {
  border: none;
}

html * { font-size: 100.01% }

/* Layout-Einstellungen */

body {
	padding: 0px;
  line-height: 1.2em;
}

/* (en) Centering layout in old IE-versions */
/* (de) Zentrierung des Layouts in alten IE-versionen */
body { text-align: center; }

/* (en/de) Standard: 200 Pixel */
#col1 { float: left; width: 200px }
/* (en/de) Standard: 200 Pixel */
#col2 { float: right; width: 200px }
/* (en) Standard: center column with flexible width */
/* (de) Standard: Flexible mittlere Spalte */
#col3 { width: auto; margin: 0 205px; background-color: #FFFFFF; }

/* (en) Preparation for absolute positioning within content columns */
/* (de) Vorbereitung für absolute Positionierungen innerhalb der Inhaltsspalten */
#col1_content, #col2_content, #col3_content { position: relative; }

#col3_content { padding: 10px; }

/* Durchgehendes dunkelgrün für die Side- und Topicbar.
   Dazu wird links (Topicbar) die id #content_wrapper
   bemüht und rechts die id #wrapper. */

#content_wrapper {
    background-color: transparent;
    background-image: url(../images/bg_sidebar_topicbar.gif);
    background-repeat: repeat-y;
    background-position: left;
}

#wrapper {
    background-color: #ffffff;
    background-image: url(../images/bg_sidebar_topicbar.gif);
    background-repeat: repeat-y;
    background-position: right;
}

#page_margins {
  margin: 10px auto;
  text-align: left;
  width: 85%;
  min-width: 920px;
  max-width: 1200px;
}

#header {
  position: relative;
  background-color: #ffffff;
}

#content_wrapper {
  clear: both;
  zoom:1; /* IE6 & IE7 */
  width: 100%;
}

#wrapper {
  padding: 0;
}

#logo {
  top: 0px;
	width: 100%;
	height: 80px;
  background: #ffffff url(../images/plg.gif) no-repeat;
}

#maintopic {
	width: 100%;
	height: 30px;
	border-top: 1px solid #cdcdcd;
	background: url(../images/pmt.gif) repeat-x right top;
	overflow: hidden;
}

#fieldcontainer {
  position: relative;
	margin: 2px 0px;
  left: 82%;
}


#plaintext {
  position: relative;
  margin: 0px;
  padding: 2px;
	top: 15px;
  left: 5px;
	/*width: 250px;*/
  height: 40px;
	text-align: left;
	z-index: 100;
}

#plaintext a {
	color: #04874D;
  margin: 0px;
  padding: 2px;
  background-color: #F4F7EE;
	text-decoration: none;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #000000;
  border-top: 1px solid #E4E4E4;
}

#plaintext a:visited {
	color: #04874D;
  margin: 0px;
  padding: 2px;
  background-color: #F4F7EE;
	text-decoration: none;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #000000;
  border-top: 1px solid #E4E4E4;
}

#plaintext a:hover {
	color: #EE6C01;
  margin: 0px;
  padding: 2px;
  background-color: #E3EBD3;
	text-decoration: none;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #000000;
  border-top: 1px solid #E4E4E4;
}

#plaintext a:active {
	color: #04874D;
  margin: 0px;
  padding: 2px;
  background-color: #F4F7EE;
	text-decoration: none;
  border-bottom: 1px solid #E4E4E4;
  border-left: 1px solid #000000;
  border-right: 1px solid #E4E4E4;
  border-top: 1px solid #000000;
}

#youarehere {
  width: 100%;
	height: 30px;
  background: #EE6C01 repeat-y;
}

#youarehere a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 23px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	font-size: 1em;
	background : url(../images/pmr.gif) no-repeat;
}

#youarehere a:hover {
	color: #ffffff;
  font-weight: bold;
	background : url(../images/pmra.gif) no-repeat;
}


#maintopic a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing : 2px;
	background : url(../images/pln.gif) no-repeat right;
}

#maintopic a:hover {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
}

#maintopic a.active {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
	font-weight: bold !important;
	font-size: 1.3em;
}

#content, #topic, #sidebar {
  position: relative;
}

#topic {
  float: left;
	width: 200px;
	background-color: #04874D;
}

#topic a {
	display: block;
	color: #ffffff;
	text-decoration: none;
  text-align: right;
	/*border-bottom: 1px solid #A9CC79;*/
	padding: 0px;
	margin: 3px 20px 3px 20px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
  font-family: Arial, Helvetica, sans-serif
}

#topic p {
	text-align: center;
  line-height: 1.3em;
}

#topic a:hover, #topic a.active {
	color: #A9CC79;
}

/* Menübilder für den Bereich Topic mittels DIV linksbündig und Mitte anordnen. */

#img_smenu_container {
  position: relative;
  width: 200px;
}

/* Topic-Bar-Submenu-Zustände. */
#img_smenu_container a {
  display: block;
 	margin: 0px 10px 0px 10px;
  height: 32px;
      voice-family: "\"}\"";
      voice-family: inherit;
  text-decoration: none;
  color: #ffffff;
}

#img_smenu_container a:link {
  display: block;
  background: url(../images/menutopic.gif);
  padding: 5px 8px 3px 16px;
  color: #ffffff;
}

#img_smenu_container a:visited {
  background: url(../images/menutopic.gif) 0 -120px;
  padding: 5px 8px 3px 16px;
  color: #ffffff;
}

#img_smenu_container a:hover {
  background: url(../images/menutopic.gif) 0 -40px;
  padding: 5px 8px 3px 16px;
  color: #000000;
}

#img_smenu_container a:active {
  background: url(../images/menutopic.gif) 0 -80px;
  padding: 5px 8px 3px 16px;
  color: #ffffff;
}

/* Hauptmenu in Topicbar */
#img_hlmenu_container {
  position: relative;
  width: 200px;
}

#img_hlmenu_container a {
  display: block;
 	margin: 0px 10px 0px 10px;
  height: 32px;
      voice-family: "\"}\"";
      voice-family: inherit;
  text-decoration: none;
  color: #ffffff;
}

#img_hlmenu_container a:link {
  background: url(../images/menutopicmain.gif);
  padding: 5px 8px 3px 16px;
  color: #ffffff;
}

#img_hlmenu_container a:visited {
  background: url(../images/menutopicmain.gif) 0 -120px;
  padding: 5px 8px 3px 16px;
  color: #ffffff;
}

#img_hlmenu_container a:hover {
  background: url(../images/menutopicmain.gif) 0 -40px;
  padding: 5px 8px 3px 16px;
  color: #000000;
}

#img_hlmenu_container a:active {
  background: url(../images/menutopicmain.gif) 0 -80px;
  padding: 5px 8px 3px 16px;
  color: #ffffff;
}

/* Commonpages-Zustände. */
#img_cmenu_container {
  background: url(../images/cmenu.gif) no-repeat left center;
	border-bottom: 1px solid #A9CC79;
  width: 200px;
}

#img_cmenu_container a:link {
  color: #A9CC79;
}


#img_cmenu_container a:visited {
  background: #005C32;
}

#img_cmenu_container a:hover {
  background: #005C32;
}

#img_cmenu_container a:active {
  background: #BEE0C4;
  color: #000000;
}

#eyecatcher {
	width: 100%;
  height: 150px;
	background: url(../images/peye.jpg) no-repeat;
  overflow: hidden;
}

#content {
  float: left;
  width: 100%;
	margin: 0px;
}

#sidebar {
  float: right;
	width: 200px;
	background-color: #04874D;
	color: #fffff;
}

#footer {
  background: #DBE5CC none repeat scroll 0 0;
  border-top: 5px solid #04874D;
  border-bottom: 2px solid #04874D;
  border-left: 2px solid #04874D;
  border-right: 2px solid #04874D;
  color: #666666;
  padding: 5px;
  font-size: 0.9em;
}

form.search {
	position: relative;
  padding: 2px;
	top: 10px;
  left: 5px;
	width: 160px;
  text-align: left;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #cdcdcd;
	color: #333333;
	width: 118px;
	padding: 2px;
	background: url(../images/pmt.gif) repeat-x;
	font-size: 0.8em;
}

/* Allgemeine Klassen */

.fl {
  float: left;
}

.fr {
  float: right;
}

