/* CSS Document */
/* global */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #060E6F;
}
body {
	background-color: #EFFBDE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tdcenter {
	background-image: url(imgs/titel.gif);
	background-repeat: no-repeat;
	background-color: #CAF296;
}
.randlinks {
	background-image: url(imgs/randlinks.gif);
	background-repeat: repeat;
	}
.randrechts {
	background-image: url(imgs/randrechts.gif);
	background-repeat: repeat;
	}
.copyright {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #060E6F;
}
/* links */
a {
	font-size: 11px;
	font-weight: bold;
	color: #4E7719;
}
a:link {
	font-size: 11px;
	font-weight: bold;
	color: #4E7719;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #4E7719;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #4E7719;
	text-decoration: underline;
}
a:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #4E7719;
}

/* inhalt */
p {
line-height:1.5em;}
.textinhalt {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #060E6F;
	line-height:18px;
}
.texttitel {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #060E6F;
	background-color:#CCFF00
}
.neu {
	background-color:##4E7719;
	color:#FFFFFF;
}
