body {
	margin: 0px;
	padding: 0px;
	background-color: #0C2C1F;
}
a {

	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #264B3A;
	text-decoration: underline;
}

a.newslesen:link    { 	
	color: #264B3A;

	}
a.newslesen:visited { 	
	color: #264B3A;
	}
	
a.newslesen:hover   { 	
color: #000000;

	}
a.newslesen:active  {  	
	color: #264B3A;
	}

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #264B3A;
}
.fliesstext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #264B3A;
}
.fliesstextklein {

	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #264B3A;
}

/* added by GS to display news nicely */
tr, td, p, ul, ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #264B3A;
}

input, select {
	background-color: #EEDDBD;
	border: 1px solid #D0A43E;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

.xl {
	width: 130px;
}

.xxl {
	width: 205px;
}

.l {
	width: 70px;
}