/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body{
	background-color:#E8EFDA;
}

table,td,tr,div{
font-family:Verdana;
font-size:10px;
color:#000000;
}

a{
	font-family:Verdana;
	font-size:10px;
	color:#779944;
	text-decoration:none;
}

a:hover{
	color:#000000;
}


#main{
	position:absolute;
	top:0px;
	left:50%;
	right:50%;
	width:802px;
	margin-left:-401px;
	margin-bottom:20px;
	background-color:#FFFFFF;
}

div#header{
	width:792px;
	height:90px;
	margin:5px;
}

div.divider{
	width:802px;
}

div.logo-meldung{
	width:802px;
	text-align:center;
}

div.table{
	width:761px;
	margin-left:21px;
	border-top: 1px solid #9C9D9F;
}

div.table-news{
	width:761px;
	margin-left:21px;
}

div.table table{
	margin-top:3px;
	margin-left:0px;
}

div.table table.padding tr.padding-tr td{
	padding-top:4px;
	padding-bottom:4px;
}

div.table a.download{
	color:#76933F;
	background-image:url(img/icon_download.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	font-weight:bold;
}

div.table a.download:hover{
	background-image:url(img/icon_download_ro.gif);
	color:#a0c06c;
}

div.table-news a.download{
	color:#76933F;
	background-image:url(img/icon_download.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	font-weight:bold;
}

div.table-news a.download:hover{
	background-image:url(img/icon_download_ro.gif);
	color:#a0c06c;
}

div.space{
	width:802px;
	height:67px;
}

div.footer-space{
	height:20px;
}

div#footer{
	width:802px;
	font-size:10px;
	color:#999999;
	text-align:center;
}
