  body,td,th {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: #000000;
  	background-color: #ccffff;
	}
  body 	{ 
	background: #ccffff url(background.jpg) fixed ;
	}
  #inhalt{
  	width: auto;
  	float: left;
  	height: 760px;
  	padding-top: 30px;
  	padding-right: 100px;
  	padding-bottom: 20px;
  	padding-left: 140px;
	}
  .links {
  	text-align: left;
  	clear: both;
  	}
  .inputsubmit {
  	font-size: 11px;
  	font-weight: bold;
  	color: #000000;
  	text-decoration: none;
  	background-color: #eeeeee;
  	border: 1px solid #333333;
    }
  .inputtext {
  	font-size: 11px;
  	font-weight: normal;
  	color: #000000;
  	text-decoration: none;
  	background-color: #ffffff;
  	border: 1px solid #999999;
    }
  .titel2 {
  	font-size: 12px;
  	font-weight: bold;
  	color: #000000;
  	display: block;
    }
  .stern {
    color: red;
    }

