/* <body> properties */
body {
	background-color: #ffffff;
   margin-left: 0px;
   margin-right:0px;
   margin-top:0px;
   margin-bottom: 0px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#mhighlight    {
	position: absolute;
   left: 0px;
   top: 0px;
   width: 100px;
   height: 20px;
	z-index: 10;
   visibility:hidden;
}

#htext {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
   color: #fff;
   font-size: 11px;
   font-weight: bold;
   padding-left: 5px;
   padding-right: 5px;
   vertical-align: middle;
}

#infoDIV {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fff;
	border: 1px solid #ff0000;
}

.help {
	text-align: right;
	width: 100%;
	background-color: #334f77;
}

td.nav {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

td.sub {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

a.nav:link {
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
}
a.sub:link      {font-family:verdana; font-size:11px; color:#6D737B}

a img {border: 0px}

frameset {
	background-color: #fff;
}

frame {
	background-color: #fff;
}

/* Hauptlinks für die Navigation */
a.main:link     {color: #ffffff; text-decoration: none; font-size: 11px; font-weight: bold}
a.main:visited  {color: #ffffff; text-decoration: none; font-size: 11px; font-weight: bold}
a.main:active   {color: #ffffff; text-decoration: none; font-size: 11px; font-weight: bold}
a.main:hover    {color: #ffffff; text-decoration: none; font-size: 11px; font-weight: bold}

/* Hauptlinks für die Navigation */
a.main_on:link     {color: #334F77; text-decoration: none; font-size: 11px; font-weight: bold}
a.main_on:visited  {color: #334F77; text-decoration: none; font-size: 11px; font-weight: bold}
a.main_on:active   {color: #334F77; text-decoration: none; font-size: 11px; font-weight: bold}
a.main_on:hover    {color: #334F77; text-decoration: none; font-size: 11px; font-weight: bold}

/* Sublinks für die Navigation */
a.sub:link      {color: #6D737B; text-decoration: none; font-size: 11px}
a.sub:visited   {color: #6D737B; text-decoration: none; font-size: 11px}
a.sub:active    {color: #6D737B; text-decoration: none; font-size: 11px}
a.sub:hover     {color: #6D737B; text-decoration: none; font-size: 11px}

/* Sublinks für die Navigation */
a.sub_on:link      {color: #334F77; text-decoration: none; font-size: 11px}
a.sub_on:visited   {color: #334F77; text-decoration: none; font-size: 11px}
a.sub_on:active    {color: #334F77; text-decoration: none; font-size: 11px}
a.sub_on:hover     {color: #334F77; text-decoration: none; font-size: 11px}

/* Links Generell */
a:link      {color: #000000; text-decoration: underline; font-size: 11px}
a:visited   {color: #000000; text-decoration: underline; font-size: 11px}
a:active    {color: #000000; text-decoration: underline; font-size: 11px}
a:hover     {color: #000000; text-decoration: underline; font-size: 11px}

/* Links Weiss */
a.white:link      {color: #ffffff; text-decoration: none; font-size: 11px}
a.white:visited   {color: #ffffff; text-decoration: none; font-size: 11px}
a.white:active    {color: #ffffff; text-decoration: none; font-size: 11px}
a.white:hover     {color: #ffffff; text-decoration: none; font-size: 11px}

/* Texte */
.text_small {
	font-size: 10px;
	color: #000;
}

.text_medium {
	font-size: 11px;
	color: #000;
}

.text_large {
	font-size: 12px;
	color: #000;
}

/* Blauer Text */
.textb_medium {
	font-size: 11px;
	color: #334F77;
}

/* Weisse Texte */
.textw_small {
	font-size: 10px;
	color: #fff;
}

.textw_medium {
	font-size: 11px;
	color: #fff;
}

.textw_large {
	font-size: 12px;
	color: #fff;
}

/* Fehlermeldungen */
.text_error     {font-size: 11px; color: #ff0000}

/* Code areas */
.code           {font-size: 11px; color: #000000; color: #000000; width: 500px; height: 300px}
.text_fullwidth {font-size: 11px; color: #000000; width: 100%; height: 300px}
.text_fullwidth_120 {font-size: 11px; color: #000000; width: 100%; height: 80px}
.code_fullwidth {font-size: 11px; color: #000000; width: 100%; height: 300px}
.code_sfullwidth {font-size: 11px; color: #000000; width: 100%; height: 150px}
.code_input   {font-size: 11px; color: #000000; width: 100%;}

/* Form Elemente */
input.bb {
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	color: #000000;
	border: 15px solid #000000;
}

input.txt {
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	color: #000;
	width: 250px;
	border: 1px solid #000;
}

.unsichtbar {
	visibility: hidden;
	position: absolute;
	left: -2000px;
	overflow: hidden;
}
