@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 10px;
	overflow: auto;
	background: none;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

table {
	border: 0px solid #000;
	font-family: Arial,Helvetica;
	font-size: 12px;
	overflow: hidden;
}

.normaltext {
	display:block;
	padding-left:5px;
 	line-height: 1.5;
}
.newstext ul li {
	padding-bottom: 5px;
}
ul li {
	padding-bottom: 15px;		
}

.f_ProgrammingLanguage {
	font-style: normal;
}

.f_Code {
	font-family: 'Courier New';
	font-size: 10pt;
}

.f_Quellcode {
	font-family: 'Arial';
}

.f_question {
	display: block;
	vertical-align: top;
	font-weight: bold;
	line-height: 1.5;
	text-indent:-1.4em;
	margin-left:2em;
}

.f_answer {
	display: block;
	line-height: 1.5;
	text-indent:-1.3em;
	margin-left:2em;
	padding-bottom: 15px;
}

.f_question:before {content:"Q: ";}
.f_answer:before {content:"A: ";}

.f_answer td {
	vertical-align: top;
	padding-bottom: 15px;
}

a {
	color: #000081;
	text-decoration: underline;
}

a:visited {
	color: #000081;
	text-decoration: underline;
}

a:hover {
	color: #5595BB;
	text-decoration: none;
}

a.weblink {
	color: #000081;
	text-decoration: underline;
}

a.weblink:visited {
	color: #000081;
	text-decoration: underline;
}

a.weblink:hover {
	color: #5595BB;
	text-decoration: none;
}

a.popuplink {
	color: #FF0000;
	text-decoration: none;
}

a.popuplink:visited {
	color: #FF0000;
}

a.popuplink:hover {
	color: #FF0000;
	text-decoration: none;
}

a.filelink {
	color: #04BC14;
	text-decoration: none;
}

a.filelink:visited {
	color: #04BC14;
}

a.filelink:hover {
	color: #04BC14;
	text-decoration: none;
}