body {
	background-color:#3399ff;
	font-size: 12px;
	font-family:  "Trebuchet MS", Arial, Verdana, sans-serif;
	color:#000;  
	padding:0;
	margin: 0;
	}

#sprachen {
	margin:auto;
	width:100px;
	text-align:center;
	}

a {
	color:#3399ff;
	text-decoration:none;
	}

a:visited {color:#3399ff;}
a:hover {color: #fff; background-color:#3399ff; padding:2px; margin: -2px;}
a:active { color:fff; background-color:#3399ff; padding:2px; margin: -2px;}

#sprachen a {
	color:#fff;
	text-decoration:none;
	font-size:16px;
	}

#sprachen a:visited {color:#fff;}
#sprachen a:hover {color: #fff; text-decoration:underline;}
#sprachen a:active { color:fff; text-decoration:underline;}

h1{
	margin-left:0px;
	margin-top:40px;
	color:#FFF;
	font-size:28px;
	text-align:center;
	}

#hauptcontain{
	position:absolute;
	background-image:url(../images/bg_haupt.png);
	background-repeat:no-repeat;
	left:50%;
	margin-left:-450px;
	margin-bottom:20px;
	margin-top:20px;
	min-width:1050px;
	min-height:950px;
	}
	
.links{
	margin-top:15px;
	}

#linkbox{
	background-image:url(../images/bg_linkbox.png);
	padding:20px;
	font-size:14px;
	width:450px;
	height:20px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:25px;
	margin-right:110px;
	}

#counter{
	position:absolute;
	padding:20px;
	font-size:14px;
	color:#FFF;
	width:450px;
	height:20px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:110px;
	}

#linkbox2{
	background-color:#FFF;
	padding:7px;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:115px;
	margin-right:220px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

#haupt{
	margin-left:470px;
	}

#unterschreibtext{
	background-image:url(../images/bg.png);
	padding:20px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:450px;
	height:260px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:100px;
	margin-left:25px;
	}

#formular{
	margin-left:35px;
	margin-bottom:65px;
	}

#tabelle{
	background-color:#FFF;
	height:400px;
	width:450px;
	overflow:auto;
	padding:20px;
	font-weight:bold;
	margin-left:25px;
	margin-top:20px;
	margin-right:130px;
	margin-bottom:20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

table{
	b__order:1px solid;
	border-bottom:hidden;
	border-top:hidden;
	border-left:hidden;
	border-right:hidden;
	}

td{
	border-bottom:1px solid black;
	}

td.table-footer {
	border-bottom: none;
	text-align: center;
	font-size: 14px;
}

.zelle{
	width:145px;
	}

.zelle2{
	width:100px;
	}

.zelleNr {
	width:20px;
	}
	
.zelletitle{
	color: #fff; 
	background-color:#0099ff;
	}

.zelleunsichtbar{
	display:none;
	}

#footcontain{
	margin-top:50px;
	margin-left:70px;
	min-width:900px;
	}

#achtungtext{
	width:750px;
	background-color:#FFF;
	padding:7px;
	padding-top:20px;
	font-weight:bold;
	text-align:center;
	margin-left:90px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

#errortext{
	width:450px;
    background-color:#FFF;
	color:red;
    padding:20px;
    font-weight:bold;
	font-size:16px;
    text-align:center;
	margin-left:25px;
    margin-right:20px;
    margin-bottom:20px;
	margin-top:20px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
        }


#footer{
	width:736px;
	background-color:#FFF;
	padding:15px;
	padding-bottom:15px;
	font-weight:bold;
	text-align:center;
	margin-left:90px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}


