/* Standards */

html, body, div, p, h1, h2, h3, h4, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, sans-serif;
}

body {
	background-color: White;
	text-align: center;
	color: Black;
	margin: 0px;
}
img {
	border: 0px solid Cyan;
}
img.inaktiv {
	visibility: hidden;
}
@media print {
img.noprint {
	display: none;
}
}
@media print {
img.nodisplay {
	visibility: hidden;
}
}

b  {
     font-weight: bold;
}

a, a:link, a:visited, a:active  {
     color:       Black;
     font-weight: normal 
}

a:hover   {
    color: #ff6300;
    text-decoration: underline; 
}

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
}
  
a.tooltip:hover {
  background: transparent;
}

a.tooltip span {
  display: none;
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 25px; 
  z-index: 100;
  color: #000000; 
  border: 1px solid #000000; 
  background-color: #FFFFCC;
  font: 9px Verdana, sans-serif; 
  text-align: left;
  padding: 2px;
  text-decoration: none; 
}


.tip {
  position: absolute;
  display: none;
  z-index: 100;
  color: #000000; 
  border: 1px solid #000000; 
  background: #FFFFCC;
  font: 9px Verdana, sans-serif; 
  text-align: left;
  padding: 2px;
  text-decoration: none;
}

.unsichtbar, a.unsichtbar, a:link .unsichtbar, a:visited .unsichtbar, a:active .unsichtbar, a:hover .unsichtbar {
  color: White;
  text-decoration: none;
  font-family: Verdana;
  font-height: 9px;
}

/* Layout */

#centeralign {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 744px;
	height: 744px;
	padding: 0px;
	margin-top: -372px;
	margin-left: -372px;
	text-align: left;
	background-color: White;
}

#bild {
	width: 100%;
	height: 370px;
	background-color: #999999;
	overflow: hidden;
	color: #999999;

}
#bild1{
	background-color: #999999;
	color: #000000;
	margin: 30px;
	margin-bottom:0px;
	height: 280px;
	left: 40px;
	font-size:8pt;
	line-height:10pt;
	overflow: hidden;
	display: block;
}
#bild2{
	background-color: #999999;
	color: #000000;
	margin: 30px;
	margin-bottom:0px;
	height: 280px;
	left: 40px;
	font-size:8pt;
	line-height:10pt;
	overflow: hidden;
	display: none;
}
#bild3{
	background-color: #999999;
	color: #000000;
	margin: 30px;
	margin-bottom:0px;
	height: 280px;
	left: 40px;
	font-size:8pt;
	line-height:10pt;
	overflow: hidden;
	display: none;
}
#mitte {
	width: 100%;
	height: 120px;
	background-color: White;
	overflow-x: hidden;
}
#text {
	width: 100%;
	height: 224px;
	text-align: left;
	background-color: #CCCCCC;
	overflow: hidden;
}
#text240{
	width: 100%;
	height: 240px;
	text-align: left;
	background-color: #CCCCCC;
	overflow: hidden;
}
#fuss {
	padding: 0px 0px 0px 186px;
	height: 50px;
	text-align: left;
	background-color: #CCCCCC;
}
#fuss240 {
	padding: 0px 0px 0px 186px;
	height: 34px;
	text-align: left;
	background-color: #CCCCCC;
}

.logo {
	width: 186px;
	background-color: transparent;
	float: left;
	text-align: right;	
}
#menue {
	left: 186px;
	background-color: transparent;
	float: left; 
	width: 510px;
}
#pfeile {
	background-color: transparent;
	text-align: right;
	margin: 0;
}
a.htmlpfeile,a.htmlpfeile:link,a.htmlpfeile:visited{
	text-decoration:none;
	color:#000000;
	font-size:8pt;
	font-weight:bold;
	font-family: Verdana, sans-serif; 
}
a.htmlpfeile:hover{
	text-decoration:none;
	color:#FF9900;
	font-size:8pt;
	font-weight:bold;
	font-family: Verdana, sans-serif; 
}
#pfeileref {
	background-color: transparent;
	margin: 0;
	margin-left: 30px;
}
#content {
	margin: 0px 0px 0px 186px;
}


/*Navigation */

ul.nav  {
	background-color: transparent;
	margin: 10px 0px 10px 0px;
}

ul.nav li  {
	display: inline;
	color: #999999;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	letter-spacing: 0em;
	padding-right: 9px;
}

ul.nav li a:link, ul.nav li a:visited {
	display: inline;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	color: #999999;
}
ul.nav li a:hover {
	display: inline;
	color: #FF9900;
}
ul.nav li.aktiv {
	color: #666666;
	cursor: default;
}
ul.nav li.blind {
	display: inline;
	line-height: 5px;
}

ul.subnav {
	background-color: transparent;
	margin: 0px 0px 3px 0px;
	z-index: 20;
}
ul.subnav li {
	display: inline;
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #CCCCCC;
	margin: 0px;
	padding-right: 10px;
}
ul.subnav li a:link, ul.subnav li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
ul.subnav li a:hover {
	color: #FF9900;
}
ul.subnav li.aktiv {
	color: #999999;
	cursor: default;
}

#seiten, #seiten a, #seiten a:link, #seiten a:visited {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 13px;
}
#seiten a:hover  { 
	color: #ff6300;
}
#seiten .aktiv {
	font-weight: bold;
	letter-spacing: 0em;
	cursor: default;
}

/* Text */

p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin: 8px 0px 8px 0px;
}

ul {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 11px;
	margin: 0;
	padding: 0;
	list-style-image: url('res/list.gif');
}

li {
	margin: 0px 0px 4px 0px;
	
}

b {
	font-weight: bold;
}

h1 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: Black;
	margin: 0px;
	line-height: 16px;
}
h3 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: Black;
	line-height: 12px;
}
h4 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: Black;
	line-height: 12px;
}
/* Formulare */
form {
}

input, textarea {
	color: #000000;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	background-color: White;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
}
select {
	color: #000000;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	background-color: White;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
}
input.check, input.radio {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: White;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	margin-top: 2px;
}
input.button { 
	background-color: #EEEEEE; 
	border-left: 0px solid #EEEEEE;
	border-top: 0px solid #EEEEEE;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666; 
	color: Black; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	padding: 1px 3px 1px 3px;
	text-align: center;
}
input.button:active {
	background-color: #FF8C00;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 0px solid #EEEEEE;
	border-bottom: 0px solid #EEEEEE;
}
input.button:hover {
	background-color: #AAAAAA;
}
