* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}


body {
	background-color: #F1F1F1;
	padding: 0;
	margin: 0;
	color: #222;
	font-family: verdana, geneva, lucida, arial, helvetica, sans-serif;
}

/* Allgemeine Hyperlinks */
a:link, a:visited {
  text-decoration:none;
  font-weight:normal;
  color: #459067;
}

a:active, a:hover {
  text-decoration:underline;
  color: #58B783;
}


/* Navigation */
.nav {
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 80%;
}

.nav ul, .nav li {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(/FAQ/images/nav_1.gif);
	margin: 0px;
	padding: 2px;
}

#activ {
	list-style-image: url(/FAQ/images/nav.gif);
}

.nav #activ a {
	font-weight: bold;
	text-decoration: underline;
	color:#459067;
}


pre {
	white-space: pre-wrap;
}

.pre {
	font-family: Monospace, 'Helvetica', Arial, sans-serif;
	font-size: 80%;
}

table {
	border: none;
}


.table {
	border: 1px solid #AAA;
	border-collapse: separate;
	border-spacing: 1px;
}

th, .th {
	border: 1px solid #64CF94;
	/*font-size: 12px;*/
/* 	font-size: 0.9em; */
	font-family: Georgia, Verdana, ARIAL, Helvetica, sans-serif;
	height: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 2px;
	background-image: url(/FAQ/images/bg_th.png);
	background-position: top;
	background-repeat: repeat-x;
}

/* Allgemeine Hyperlinks */
th a:link, th a:visited {
  text-decoration:underline;
  font-weight: bold;
  color: #ECE404;
}

th a:active, th a:hover {
  color: #F8F400;
}

.td {
	border: 1px solid #F5F5F5;
	/*font-size: 12px;*/
	font-size: 90%;
	color: #000000;
	background-color: #FFF;
	padding: 5px;
}

.td2 {
	border: 1px solid #F5F5F5;
	/*font-size: 12px;*/
	font-size: 0.8em;
	color: #000000;
	background-color: #EFEFEF;
	padding: 5px;
}

#scroll {
	height: 240px;
}

td {
	padding: 1px;
}
#td {
	/*font-size: 9px;*/
	font-size: 0.8em;
/* 	white-space: nowrap; */
	color: #000;
}

.posthilit {
	background-color: #13F02D;
	border: 1px solid #85F00B;
}

th .posthilit {
	background-color: #290F7F;
	border: 1px solid #4B1BE7;
	color: #FFF;
}

.beschreibung {
	color: #000000;
	font-family: Verdana, Arial, serif, sans-serif;
	/*font-size:8px;*/
	font-size: 70%;
}

.copyright {
	font-family: Monospace;
	font-size: 70%;

}
p {
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.6em;
	margin: 0;
}

hr {
	border:solid #cb5 1px;
	height:1px;
	width:100%;
	margin:7px auto;
}

/*code {
	font-size: 1.4em;
	font-family: Monospace;
	padding: 2px;
}*/

.CODE {
	background-color: #EEE;
	font-family: Terminal, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.zitat {
	background-color: #FFFF9E;
	font-family: Terminal, sans-serif;
	font-size: 70%;
	padding: 2px;
}


/* Die Titelzeile */
#title {
	margin: 0 auto;
	padding: 15px;
	border: none;
	font: bold 220% "Century Gothic", "Apple Gothic", Verdana, Arial, Geneva, sans-serif;
	color: #EBEBEB;
	text-align: center;
	letter-spacing: 2px;
}

img {
	border: 0 none;
}

.img {
    padding: 2px;
    border: 1px dotted #C3C3C3;
}

.ja {
	background-color: #3c0;
	border: 1px solid #6f0;
	padding: 1px;
	color: black;
}

.nein {
	background-color: Red;
	border: 1px solid #f90;
	padding: 1px;
	color: black;
}

.cfgdir a {
	text-indent: 1em;
	line-height: 2.3em;
	font-weight: bold;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 9px;
}

.cfgdir img {
	margin-bottom: -3px;
	position: relative;
	bottom: 0;
}

.cfgfile img {
	margin: 1px;
	position: relative;
	left: 1px;
	bottom: 1px;
	white-space: nowrap;
}

.cfgfile, .cfgfile a {
	text-decoration: none;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	font-size: 9px;
}

/* Form elements */
form {
	display: inline;
}

.form {
	background-color: #fff;
	border: 1px solid #b93;
	/*-moz-border-radius:7px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-indent: 2px;
	padding: 3px 2px 3px 6px;
	color: black;
}

.button   {
	background-color: #dadada;
	color: black;
	font-family: verdana, geneva, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
	/*font-weight: bold;*/
	font-variant: small-caps;
	cursor: pointer;
	white-space: nowrap;
	border: 1px dotted #808080;
}

.button A:link, .button A:visited, .button A:active {
	color: black;
	text-decoration: none;
}

.button A:hover {
	color: #AF0000;
	text-decoration: underline;
	/*font-weight: bold;*/
}

fieldset {
	padding: 10px;
	margin: 5px;
	display:block;
	color:black;
	border:1px dashed #6884A8;
	background-color:#efefef;
}

fieldset legend {
/* 	-moz-border-radius:5px; */
	padding: 3px 10px;
	border:1px solid #606060;
	background-color:#ddd;
	font-size: 70%;
}
fieldset label.left {
	float: left;
	text-align: right;
	width: 25%;
	margin-right: .3em;
}

fieldset br {
	clear: both;
	line-height: 2.5em;
}


/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	/*text-align: right;
	margin-top: 5px;
	float: right;*/
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

/*.pagination strong, .pagination b {
	font-weight: normal;
}*/

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	/*font-weight: normal;
	color: #FFFFFF;*/
	/*background-color: #000000;*/
	border: 1px solid #AAA;
	/*font-size: 0.9em;*/
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	/*font-weight: normal;*/
	text-decoration: none;
	/*color: #747474;*/
	margin: 0 2px;
	padding: 0 2px;
	/*background-color: #eeeeee;*/
	border: 1px solid #AAA;
	/*font-size: 0.9em;
	line-height: 1.5em;*/
}

.pagination span a:hover {
	border-color: #AAA;
	/*background-color: #d2d2d2;
	color: #FFF;*/
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}
