/* CSS Document */

/* Farben
	grün		#63D400
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-image: url(/pictures/basic/dpb_bckgrd_01.jpg);
	background-repeat: repeat-x;
}
.wehelp {
	width: 100%;
	color: #CC0000;
	background-color: #CCCCCC;
	border-top: 1px solid #006699;
	padding-top: 20px;
	margin: 0px;
}
.wehelp_block {
	background-color: #EEEEEE;
	border-botto: 1px solid #000000;
	padding: 10px 5px 10px 5px;
	margin: 15px 0px 10px 25px;
}
.wehelp wehelp_blockheader {
	margin: 15px 0px 15px 0px !important;
}
a:link {
	text-decoration: none;
	color: #226682;
	outline: none;

}
a:visited {
	text-decoration: none;
	color: #226682;
	outline: none;

}
a:hover {
	text-decoration: none;
	color: #2F97A0;
	outline: none;

}
.noHover:link {
	text-decoration: none;
	color: #333333;
}
.noHover:visited {
	text-decoration: none;
	color: #333333;
}
.noHover:hover {
	text-decoration: none;
	color: #333333;
}
img {
	border: none;
}
.fRight {
	float: right;
}
.fLeft {
	float: left;
}
.clearFloat {
	clear: both;
}
.vAlignM {
	vertical-align: middle;
}
.emphasized {
	font-weight: bold;
}
.cb {
	clear: both;
}
object {
	outline: none;
}
hr {
	border-bottom: 1px solid #CCCCCC;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
}
.but0 {
	width: 210px;
	height: 16px;
	display: block;
	background-image: url(/pictures/basic/320_butt_app_einzel_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.but0:hover {
	background-position: 0px -16px;	
}
/* content1 --------------------------------------------------------------------------------------*/
#content h1{
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #000000;
}
#content h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	color: #000000;
}
#content h3{
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #000000;
}
#content .introHeader{
	font-size: 12px;
	font-weight: normal;
	margin: 25px 0px 10px 0px;
	padding: 0px;
	color: #E9DAAD;
}
#content p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}
#content ul {
	list-style-position: outside;
	list-style-image: url(/pictures/basic/bul1.gif);
	padding-left: 23px;
	margin: 0px 0px 15px 0px;
}
#content li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
/* Tabellen -------------------------------------------------------------------------------------- */
/* allgemein -------------------------------------------------------------------------------------- */
.tdLeft {
	text-align: left;
}
.tdMiddle {
	text-align: center;
}
.tdRight {
	text-align: right;
}
.detailLink {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

/* Tabellenformat soll in we einer Tabelle zugewiesen werden knnen, deshalb mu die Klasse hier stehen, auch wenn sie leer ist */
#content .table1 { /* Auszeichnungen */
	background-color: #F0F0F0;
	margin: 0px 0px 20px 0px;
}
#content .table1 tr:hover {
	background-color: #CCCCCC;
	color: #000000;
}
#content .table1 th{
	font-weight: bold;
	font-style: normal;
	vertical-align: top;
	padding: 10px 5px 10px 5px;
	text-align: left;
	border: 1px solid #FFFFFF;
}
#content .table1 td{
	vertical-align: top;
	padding: 10px 5px 10px 5px;
	text-align: left;
	border: 1px solid #FFFFFF;
}
#content .table1 p{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#content .table2 { /*  */
}
#content .table2 td{
	vertical-align: top;
	padding-bottom: 40px;
	text-align: center;
}
#content .table3 { /* impressum */
	margin-bottom: 40px;
}
#content .table3 td{ /* padding 5px */
	vertical-align: top;
	padding: 5px 5px 5px 0px;
	text-align: left;
}
#content .table3 p{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#content .projectdatatable {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#content .projectdatatable tr {

}
#content .projectdatatable tr:hover {
	background-color: #E9DAAD;
	color: #000000;
}
#content .projectdatatable td {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}

/* Preislisten */
.preisliste {
	width: 100%;
}

/* für den Redakteur ----------------------------------------------------------------------------- */
#content .hervorgehoben {
	font-weight: bold;
}
#content .kursiv, #content2 .kursiv {
	font-style: italic;
}


