body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
}
input, select {
	background-color: #CCEEFF;
	border: 0px #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	border-bottom: 1px ridge;
}
.submitbox {
	background-color: #CCEEFF;
	border: 1px outset #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
textarea {
	background-color: #CCEEFF;
	border: 1px ridge #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
}


a:link {
	font-weight: bolder;
	color: #0066FF;
	text-decoration: none;
}
form {
     margin-bottom: 0;
	 margin-left: 0;
	 margin-right: 0;
	 margin-top: 0;
	 }
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #01458E;
}
th {
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	font-size: 13px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #01458E;
}


a:visited {
	font-weight: bolder;
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	color: #FF9966;
	text-decoration: none;
}
a:active {
	font-weight: bolder;
	color: #CC0000;
	text-decoration: none;
}
a.nav1:link {
	font-weight: bolder;
	color: #0066FF;
	text-decoration: none;
	padding: 4px 4px;
	font-size: 14px;
}
a.nav1:visited {
	font-weight: bolder;
	color: #0066FF;
	text-decoration: none;
	padding: 4px 4px;
	font-size: 14px;}
ul {
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
}

a.nav1:hover {
	font-weight: bolder;
	color: #FF9900;
	text-decoration: none;
	padding: 4px 4px;
	font-size: 14px;
}
a.nav1:active {
	font-weight: bolder;
	color: #CC3300;
	text-decoration: none;
	padding: 4px 4px;
	font-size: 14px;
}

a.nav2:link {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 16px;
}
a.nav2:visited {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 16px;
}
a.nav2:hover {
	font-weight: bolder;
	color: #FFFF00;
	text-decoration: none;
	padding: 8px 16px;
}
a.nav2:active {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 16px;
}
.LinieUnten {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
}
.RahmenUnten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
}
.OutsideRahmen {
	border: 1px solid #0066FF;
}


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 height:360px;

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 overflow:auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}.source {
	font-size: 9px;
	font-style: italic;
	color: #007CC3;
}
blockquote {
	margin-bottom: 0px;
}
.white {
	color: #FFFFFF;
}

