/* Haupt Stylesheet für akw-team.de 
	Autor: Christian Wemhoff cwe(at)netbla.de
	copyright 2005 AKW-Team Gbr.
	
*/

/* Grunddefinitionen */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color:  #27146d;
}

input, select, textarea, option {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000;
	background : #eee;
	margin-bottom: 5px;
	border: 1px solid #27146d;
}

.blau {
	color: #27146d;
}

/* Tabellendefinitionen */
.tbHaupt {
	background-color: #fff;
	width: 800px;
	height: 100%;
	padding-top: 15px;
	background-image : url(../art/scheinwerfer_gelb.png);
	background-repeat : no-repeat;
	background-position: top;
	/*border: 1px solid #27146d;*/
}

.tbInhalt {
	width: 800px;
	padding-right: 10px;
	padding-bottom: 10px;
}
	.tbInhalt img {
		border: 1px solid #27146d;
	}

/* Zellendefinitionen */
.tdKopf {
	text-align: right;
	width: 564px;
}

.tdTitel {
	text-align: center;
	width: 236px;
}

.tdKopfUt {
	padding-top: 10px;
	padding-bottom: 100px;
}

.tdMenu a {
	color: #27146d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.tdMenu a:hover {
	text-decoration: underline;
}

.tdMenu p {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.tdInhalt {
	padding-right: 30px;
}

.tdInhalt a {
	color: #000;
	text-decoration: underline;
}

.tdInhalt a:hover {
	text-decoration: underline;
	color: #666;
}

.tdLinieFuss {
	height: 1px;
	background-color: #a7a7a7;
	width: 800px;
}

.tdFuss {
	height: 20px;
	width: 800px;
}

/* Textdefinitionen*/
.txTitel {
	font-size: 14px;
	font-weight: bold;
	color: #a7a7a7;
}

.txStart {
	font-size: 60px;
	color: #a7a7a7;
	font-weight: bold;
	font-style: italic;
}

.txInhalt {
	font-size: 13px;
}

.txFuss {
	font-size: 11px;
	color: #a7a7a7;
}

.txFuss a {
	color: #a7a7a7;
	text-decoration: none;
}

.txFuss a:hover {
	text-decoration: underline;
}

.txKlein {
	font-size: 11px;
}

.txErr {
	color: #d00;
}