html {
      font-size: 1em;
      height:           100%;
}

body {
      font-family: Arial,  Verdana, Helvetica, sans-serif;
      font-size: 1em;
      background-color: #FFF;
      background-image: url(../images/logo.png);
      background-repeat: no-repeat;
      color: #000;
      margin:           0px;
      padding:          0px;
      height:           100%;
}

img {
      border: 0px;
}

.borderpic {
    border: 1px solid #000;
    margin:3px;
}

.inlineimg {
	border: 1px solid #000;
	vertical-align: middle;
	margin-bottom:1px;
}

h1 {
	color: black;
	background-color: #FFF;
	font-size: 1.3em;
	margin: 0;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.2em;
}

h2, h4, h5, h6 {
	font-size: 1em;
	margin-top: 10px;
}

h3 {
      margin: 0;
}

th,td,.normal {
        text-align: left;
        font-weight: normal;
     /*   font-size: 0.8em;
        vertical-align: bottom; */
}

td.cen {
        text-align: center;
}

th.bold {
       font-weight: bold;
}


.divider {
      width: 100%;
      height: 2px;
      color: #FFFFFF;
      border-top: 1px solid #B2CC00;
      border-bottom: 1px solid #B2CC00;
      border-right: 0;
      margin-top: 0px;
      font-size: 1px;
      padding: 0;
      clear: both;
}

.divider .colors1 {
      background-color:#B2CC00;
      width: 15%;
      float: left;
      height: 2px;
}

.divider .colors2 {
      background-color:#D9E682;
      width: 10%;
      float: left;
      height: 2px;
}

.navi {
     margin-top:5px;
     font-size: 0.8em;
}

.navidummy {
      margin-top: 5px;
      padding: 5px 15px 7px;
      font-weight: bold;
}


/* Hover Navi */
.navi a:link, .navi a:visited {
        color: #000;
        text-decoration: none;
}

.navi a:hover	{
	color: #000;
	background: transparent;  /* Fixes IE */
}

.navi a .over	{
	visibility: hidden;
	display: none;
	text-decoration: none;
}

.navi a .out	{
	visibility: visible;
	display: inline;
	text-decoration: none;
}

.navi .item	{
	text-decoration: none;
}

.navi .reditem {
	text-decoration: none;

        color: #f00;
}

.navi a:hover .item {
	text-decoration: none;
}

.navi a:hover .over	{
	visibility: visible;
        display: inline;
}

.navi a:hover .out	{
	visibility: hidden;
        display: none;
}

.navi ul, .navi li, .link-list, .link-list li {
     display:inline;
     margin:0px;
	 padding:0px;
}

.nest {
      font-size:1em;
      text-align: left;
      padding-top: 10px;
      padding-bottom: 10px;
}

#content {
     width: 80%;
     float: left;
}

#rcontent {
     padding: 20px;
     background-color: #ffffff;
     height: 100%;
     font-size: 0.8em;
}


p.justify {
    text-align: justify;
}

p.nomargin {
    margin: 0px;
}

p.fieldsetmargin {
    margin: 0px;
	margin-left: 20px;
}

#content ul {
    margin: 10px;
    margin-left: 50px;
    display: block;
}

.linkul, .smalfont{
    /*font-size: 0.8em;*/
}

#content ul li {
    list-style-image: url(../images/arrow.png);
}

dd img {
    vertical-align: middle;
}

#content a:link, #content a:visited {
    font-size: 0.9em;

    color: #000;
    text-decoration: underline;
}

#content a:hover {
    text-decoration: none;
    color: #196200;
}


#subnavi {
      width: 20%;
      float:left;
}

#subnavi h2 {
      margin-top: 10px;
      margin-bottom:3px;
      border-top: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      font-size: 0.8em;
      font-weight: bold;
      text-align: center;
}

#subnavi .subnul {
      list-style-type: none;
      margin-top: 10px;
      margin-left: 10px;
      font-size:0.8em;
}

.subsubul {
      margin-top: 0px;
      margin-left: 20px;
      list-style-type: none;
      font-size:1em;
}

#subnavi .msg {
     font-size: 0.8em;
     text-align: center;
}

.myclear {
     clear: both;
     font-size: 1px;
}

.msg {
     color: #f00;
}

#subnavi a:link, a:visited, .footer a:link, .footer a:visited {
      color: #196200;
      text-decoration: none;
}

#subnavi a:hover, #subnavi .activesubnavi, .footer a:hover {
      color: #000;
}


.arrow {
    visibility: hidden;
}

#subnavi a:hover .arrow {
    visibility: visible;
}

form {
     display: inline;
}

.textfield {
      margin-left: 10px;
      width: 53%;
      border: 1px solid #3C9B00;
}

.button {
      border: 1px solid #3C9B00;
      background-color: #C1D787;
}

img.button {
    padding: 2px;
}

.button2 {
      font-size: 0.8em;
      border: 1px solid #3C9B00;
      background-color: #C1D787;
}

.quicksearch .button {
      margin-top: 10px;
}

.logout {
      text-align: center;
      display: block;
      margin: 0px;
}

.login .text, .logout .text {
      margin-left: 10px;
      font-size: 0.8em;
      display: block;
}

.logout .text {
       margin-top: 5px;
       margin-bottom: 5px;
}

#subnavi small {
      font-size: 0.7em;
      margin: 0;
      display: block;
      text-align: center;
}

#subnavi small a:link, #subnavi small a:visited {
      padding-left: 0px;
      color: #196200;
      text-decoration: none;
}

#subnavi small a:hover {
      text-decoration: underline;
}

.footer {
     text-align:   center;
     font-size: 0.8em;
}

.underl,
.nonunderl
{
     margin-bottom: 4px;
     font-weight: bold;
}


/* Formulare */
fieldset input, fieldset select, fieldset textarea {
      font-family: Arial, Verdana;
}

fieldset legend {
      font-weight: bold;
}

fieldset .labeler {
      width: 32%;
      float: left;
      line-height: 20px;
      margin-top: 2px;
      padding-right: 4px;
}

fieldset .labeler2 {
      width: 32%;
      float: left;
      line-height: 20px;
      margin-top: 2px;
      padding-right: 4px;
}

fieldset .labeler3 {
      width: 22%;
      float: left;
      line-height: 20px;
      margin-top: 2px;
      padding-right: 4px;
}

.formelements {
      float:left;
      padding: 1px;
}

.required {
      color: #f00;
      vertical-align: top;
}

.failed {
      color: #f00;
      background-color: #E2EDC0;
}

.floatright {
     float:right;
}

.dummy {
     display:none;
}

.path {
     /* font-size: 0.8em;*/
      color: #000;
      text-align: left;
}

.path a:link, .path a:visited {
      padding-left: 0px;
     /* font-size: 0.8em;*/
      color: #000;
      text-decoration: underline;
}

.path .patharrow {
      font-weight: bold;
      color:#3C9B00;
}


.gallery div.img {
    float:left;
    margin: 10px 10px 0 0;
}

.gallery div.img a.img {
    display: block;
    width: 140px;
    height: 140px;
    border: 1px solid silver;
    text-align: center;
}

.gallery div.img a.notapproved {
    background-color: #f6f6f6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity:0.5;
}

.gallery div.img div {
    border: 1px solid silver;
    width: 140px;
    height: 26px;
    margin-top: 2px;
}

.gallery div.img div.descr {
    text-align: center;
    height: 5em;
    overflow: auto;
}

.gallery div.img div a {
    display: block;
    float: left;
    margin: 2px;
}

.gallery div.img div a.right {
    float: right;
}

.gallery div.img a.img img {
    margin: 10px;
}

.fehler{
    color:red;
}

.fehler2{
    background-color:#e2edc0;
}

.prop_text{
	margin-left: 10px;
}

.prop_contactdata{
	float: left;
	margin-left:5px;
}

.prop_contactdata_2{
	margin-left: 250px;
}

