/* CSS Document */
* {margin:0; padding:0;} /* alle Randabstände auf Null */
body {
    background-position:center;
    background-position:50% 0px;
    background-repeat: no-repeat;
	background-color: #e1eff9;
	margin:0px;
    padding:0px;
}
table.main {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#124692;
}
td.bold {
	font-size:12px;
    font-weight:bold;

}
a {
	color:#1F3B72;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input.submit {
     background-color: #e1eff9; 
	 width: 130px; 
	 border-bottom: 1px solid #1F3B72;
	 border-top: 1px solid #1F3B72;
 	 border-left: 1px solid #1F3B72;
 	 border-right: 1px solid #1F3B72;
	 font-size: 11px;
	 color:#1F3B72;
	 height:20px;
	 }

input.text {
      font-family:Verdana, Arial, Helvetica, sans-serif;
     background-color: #e1eff9; 
	 width: 250px; 
	 border-bottom: 1px solid #1F3B72;
	 border-top: 1px solid #1F3B72;
 	 border-left: 1px solid #1F3B72;
 	 border-right: 1px solid #1F3B72;
	 font-size: 12px;
	 color:#1F3B72;
	 height:18px;
	 padding-top:3px;
	 }
select {background: #e1eff9;color:#1F3B72;width:70px}

