body {
 background: url('../img/bg_site.png') repeat-x;
 font-family: verdana, sans-serif;
 font-size: 11px;
 line-height: 16px;
 margin-top: 0px;
}

#frame {
 width: 979px;
}

#site {
 width: 965px;
 min-height: 540px;
 _min-height: 540px;
}

#titel_screen {
 display: block;
 padding-left: 320px;
}

#titel_print {
 display: none;
}

#content a {
 text-decoration: none;
 color: #1872d0;
}

#content a:hover {
 text-decoration: underline;
}

#bottom {
 display: block;
 color: #a1a1a1;
 font-size: 7pt;
 margin-right: 5px;
}

#bottom a {
 color: #a1a1a1;
 text-decoration: none;
}

#bottom a:hover {
 text-decoration: underline;
}

input, select, textarea {
  font-family: verdana, sans-serif;
  color: #000000;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #e2e2e2;
	margin: 1px;
	padding-left: 1px;
	background-color: #ffffff;
}

input:focus, select:focus, textarea:focus {
	background-color: #e7f3ff;
}

.button {
	background: url('../img/button.png');
	padding-left: 11px;
	text-align: left;
  color: #000000;
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  width: 151px;
  height: 25px;
  border: 0px;
}


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt;
  padding: 0pt;
  overflow: auto;
  letter-spacing: 0px;
  float: none;
}

/*---- Header styling ---*/


.menuitem {
	font-size: 25px;
}

.menuitem_selected {
	font-size: 25px;
}

.menuitem_sub {
	font-size: 23px;
}

.submenuitem {
	font-size: 22px;
}

.submenuitem_selected {
	font-size: 22px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 34px;
}

/* accordion */

.toggler  {
	cursor:pointer;
	font-weight:bold;
	color:#000;
	margin: 0;
	padding:5px;
}

.toggler:hover   {

}

.element {
	padding:0 5px;
}
