/* Styles für d'Chraftstoff 5 Houmpeitsch: www.chraftstoff5.ch */
/* (c) 2004 by Rolf Bruderer, Stephan Classen und Michael Löw */

body {
	margin: 5px 10px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color: #ddddbb;
	text-decoration: none;
	background-color: #000000;
	}

p, .standard {		/* .standard is just for compatibility, obsolete */
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color: #ddddbb;
	text-decoration: none;
	}

.darker {		/* .darker is just for compatibility, obsolete */
	color: #999977;
	}
	
ul {
	margin-top: 0px;
	margin-bottom: 15px;	
	}
	
li {
	margin-top: 0px;
	margin-bottom: 5px;	
	}

h1, .seitentitel {		/* .seitentitel is just for compatibility, obsolete */
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 1.4em;
	font-weight: bold;
	color: #ff8200;
	text-decoration: none;
	}

h2 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 1.3em;
	font-weight: bold;
	color: #ff8200;
	text-decoration: none;
	}

h3 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ff8200;
	text-decoration: none;
	}

h4 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ff8200;
	text-decoration: none;
	}

a:link, a:visited, a.tabellink:link, a.tabellink:visited {   /* a.tabellink is just for compatibility, obsolete */
	color: #ffc700;
	text-decoration: none;
	font-weight: bold;
	}

a:hover, a.tabellink:hover {	/* a.tabellink is just for compatibility, obsolete */
	color: #fff500;
	text-decoration: underline;
	font-weight: bold;
	}
	
a.aktiv:link, a.aktiv:visited {
	color: #ff8200;
	}
	
/* the following .ptx styles are just for compatibility, obsolete */
.pt8 {font-size: 8pt}
.pt9 {font-size: 9pt}
.pt10 {font-size: 1.0em}
.pt11 {font-size: 1.1em}
.pt12 {font-size: 1.2em}
.pt13 {font-size: 1.3em}
.pt14 {font-size: 1.4em}

td {
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color: #ddddbb;
	text-decoration: none;
	vertical-align: top;
	}

.lighted, td.tabelcell {  	 /* td.tabelcell is just for compatibility, obsolete */
	background-color: #333333;
	}

img {
	border: none;
	}

img.left {
	clear: left;
	float: left;
	margin: 0px 5px 10px 0px;
	}

img.right {
	clear: right;
	float: right;
	margin: 0px 0px 10px 5px;
	}

hr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: thin ridge #888888;
	border-bottom: none;
	height: 0px;
	}
	
/****************************************/
/* Styles für Seiten-Struktur 		*/
/****************************************/

div.block {
	clear: both;
	}
	
div.text {
	float: left;
	margin: 0px 5px 10px 0px;
	width: 450px;
	}

div.hinweis {
	margin: 0px 0px 10px 460px;
	padding: 5px 5px 5px 5px;
	width: 275px;
	background-color: #333333;
	}


/****************************************/
/* Styles for Formulars 		*/
/****************************************/

/* siehe auch http://www.manuelbieh.de/www/blog/2005/02/20/schone-formulare-in-xhtmlcss# */
	
form {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
fieldset {
	padding: 10px 10px 5px 10px;
	width: 400px;
	margin: 10px auto 10px 20px;
	display: block;
	border: 1px solid #888888;
	background: #333333;
	clear: both;
	}

fieldset.buttons {	/* e.g. for use with fieldset containing buttons. */
	text-align: center;	
	}
	
legend {
	background: #000000;
	color: #ff8200;
	padding: 4px;
	border: 1px solid #888888;
	margin-bottom: 8px;
	font-weight: bold;
	}
	
label {
	margin: 0px 10px 5px 0px;	
	}
	
label.left {   /* for labels that are on the left side of input fields */
	display: block;
	clear: both;
	float: left;
	width: 90px;	
	}
	
input, textarea, select {
	margin: 0px 10px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color: #ddddbb;
	background-color: #000000;
	border-color: #ffb000;
	border-style: solid;
	border-width: 1px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
	}
	
select {
	padding-left: 0px;
	padding-right: 0px;
	}	
	
input.field, textarea, select.field {	
	width: 220px;
	}
	
input.radio {
	border-width: 0px;
	background-color: #333333;	
	}
	
input.button {
	color: #ffc700;	
	background-color: #666666;
	font-weight: bold;
	width: auto;
	}
	
input.button:hover {
	color: #fff500;
	text-decoration: underline;	
	}
	


