/* CSS Document */


body
{
 margin-left: 4px;
 margin-top: 3px;
 margin-right: 0px;
 margin-bottom: 0px;
 font-family: Tahoma, Verdana, Arial;
 color: #000000;
 font-size: 10pt;
}


table,td,th
{
 padding:0px;
 margin:0px;
 border-collapse:collapse;
 border-spacing:0px;
 vertical-align:top;
 font-size:10pt;
}

form
{
  display:inline;
}

input, select
{
 font-size:8pt;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

fieldset {
	border: 1px solid;
	border-color: #CCCCCC;
}

legend { 
	color: #999999;
}

.maincontent
{
  width: 990px;
  background-color:#ffffff;
  font-size:10pt;
}    						   

.content
{
  width: 788px;  
  font-size:10pt;
}    						   

.footer
{
  background-color:#02344d;
  color: #dddddd;
  text-align:center;
  height:80px;
}

.ueberschrift {
  font-size: 24px;
  color: #1673c0;
 
}

.formular1 {
  font-size: 12px;
  color: #1673c0;
  font-weight: bold 
}

.button_weiter
{
  background-image:url('/images/_design2/weiter.gif');
  width:200px;
  height:29px;
  font-weight:bold;
  color:#ffffff;
  cursor:pointer;
}

.button_weiter_over
{
  background-image:url('/images/_design2/weiter_over.gif');
  width:200px;
  height:29px;
  font-weight:bold;
  color:#ffffff;
  cursor:pointer;
}


.row_titel
{
   background-color:#cccccc;
   font-weight:bold;
}

.row_titel2
{
   background-color:#d9d9d9;
   font-weight:bold;
}

.row1
{
   background-color:#dddddd;
}

.row2
{
   background-color:#f0f0f0;
}

.row3
{
   background-color:#efefef;
}


