/* ------------------------------------------------------------------ */
/* dcoul-faq.css                                                      */
/*                                                                    */
/* Allgemeines Stylesheet fuer die dcoul-FAQ http://www.dcoul.de/faq/ */
/* Wende dich mit Fragen oder Anregungen an die Mailingliste des      */
/* linux-faq Projektes: linux-faq@lists.netuse.de                     */
/*                                                                    */
/*                               2001 Thomas Nesges <thomas@dcoul.de> */
/* ------------------------------------------------------------------ */


/* -- Allgemeines Layout -------------------------------------------- */

body {
	color:#000099;
	background-color:#eeeeee;
	font-family:sans-serif;
	margin-left:5%;
	margin-right:5%;
}

div.content {
	padding:2%;
	border:1px solid silver;
	background-color:white;
}


.normaltext {
	color:#000099;
	background-color:white;
	font-family:sans-serif;
	text-decoration:none;
}

a:link {
	color:#993333;
}
a:hover {
	color:#f0a500;
}
a:active {
	color:#990000;
}
a:visited {
	color:#666666;
}
a.faqlabel {
	font-weight:bold;
}

table {
	border:none;
}
td {
	vertical-align:top;
}


pre {
	color:blue;
	font-family:monospace;
	white-space:pre;
}

code {
	color:black;
	font-family:monospace;
}

i {
	font-style:italic;
}

b {
	font-weight:bolder;
}


/* -- Ueberschriften ------------------------------------------------ */

h1 {
	color:#000099;
	background-color:#cccccc;
	text-align:center;
}
h2 {
	color:#990000;
	background-color:#ffffcc;
	text-align:center;
}
h3 {
	color:#000099;
}


/* -- Absaetze ------------------------------------------------------ */

.header {
	text-align:right;
	font-size:x-small;
	border-bottom:1px solid silver;
	padding-bottom:5px;
}
.footer {
	text-align:left;
	font-size:x-small;
	border-top:1px solid silver;
	padding-top:5px;
	font-style:italic;
}

div.intro {
	border:1px solid silver;
	padding:15px;
	margin:20px;
}
.date  {
	font-style:italic;
}
.authors {
	text-align:left;
	padding-left:25px;
	font-family:sans-serif;
}
div.preamble {
	color:black;
	font-family:sans-serif;
	border:1px solid silver;
	padding:15px;
}

.comment {
	font-size:90%;
	font-family:monospace;
	color:#000099;
	border:1px solid #9999ff;
	margin-left:25px;
	padding:2px;
}


div.userjob {
	font-size:80%;
	color:#000099;
	margin-left:25px;
}
div.authorComment {
	font-size:80%;
	color:#000066;
	margin-left:25px;
}


div.section {
	border:1px solid silver;
}
div.sections {
	margin-top:30px;
}

div.faqindex {
	margin-top:3px;
	margin-bottom:6px;
	/*margin-left:20px;*/
	/*text-indent:-20px;*/
}

div.answerAuthor {
	font-size:small;
	color:#cccccc;
}

div.sectionindex {
	font-size:small;
}

pre.license {
	color:black;
	white-space:pre;
}

div.faq1 {
	background-color:#eeeeee;
}

a.faq1:link {
	color:#000099;
	text-decoration:none;
}
a.faq1:hover {
	color:#f0a500;
	text-decoration:none;
}
a.faq1:visited {
	color:#000099;
	text-decoration:none;
}
a.faq1:active {
	color:#ff0000;
	text-decoration:none;
}


div.faq0 {
	background-color:white;
}

a.faq0:link {
	color:#000066;
	text-decoration:none;
}
a.faq0:hover {
	color:#f0a500;
	text-decoration:none;
}
a.faq0:visited {
	color:#000066;
	text-decoration:none;
}
a.faq0:active {
	color:#ff0000;
	text-decoration:none;
}


/* -- Listen -------------------------------------------------------- */

dl {
	border-top:1px solid silver;
}
dl.inxml {
	border:none;
}
dl.index {
	border:none;
	padding-left:15px;
	font-family:sans-serif;
}
dt {
	margin-top:17px;
	margin-bottom:15px;
}
dt.index {
	margin:0px;
	padding:0px;
}
dt.question {
	color:#000099;
	border:1px solid silver;
	background-color:#ffffcc;
}
dd.answer {
	color:#000000;
	font-family:sans-serif;
	border-left:5px solid silver;
	padding-left:5px;
}

dl.change {
	border:none;
}
dt.change {
	font-weight:bold;
	margin-top:2px;
	margin-bottom:2px;
}
dt a:link {
	text-decoration:none;
	color:#993333;
}
dt a:hover {
	text-decoration:none;
	color:#f0a500;
}
dt a:visited {
	text-decoration:none;
	color:#990000;
}
dt a:active {
	text-decoration:none;
	color:#666666;
}
dd.change {
	color:black;
	font-family:sans-serif;
}



/* -- DHTML Version ------------------------------------------------- */

div.dhtmlBody {
	background-color:#ffffee;
	padding:15px;
}

div.dhtmlIntro {
	margin-top:8px;
	border:1px solid silver;
}

div.dhtmlAnswer {
	border:1px solid #990000;
	padding:15px;
	margin:3px;
	text-indent:0;
	font-family:sans-serif;
	color:black;
	display:none;
}

div.dhtmlSection {
	background-color:white;
	border:1px solid silver;
	margin-left:25px;
	display:none;
}

div.dhtmlPreamble {
	background-color:white;
	color:black;
	font-family:sans-serif;
	border:1px solid silver;
	padding:15px;
	display:none;
}

h2.dhtml {
	background-color:#ffffee;
	text-align:left;
	margin-bottom:3px;
	margin-top:3px;
	font-size:20px;
}


/* -- Inline Elemente ----------------------------------------------- */

span.dir {
	font-family:monospace;
	font-style:italic;
}
span.file {
	font-family:monospace;
	font-style:italic;
}
span.element {
	font-family:monospace;
	font-weight:bold;
	color:#000066;
}
span.attribute {
	font-family:monospace;
	font-style:italic;
	color:#660000;
}
span.entity {
	font-family:monospace;
	color:#660066;
}
