/* CSS Document */

/* Farben
	orange		#fbba00
	grau1			#e2e2e2
	grau2			#f7f7f7
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: center;
	background-color: #cccccc;
}
.wehelp {
	width: 100%;
	color: #CC0000;
	background-color: #CCCCCC;
	border-top: 1px solid #006699;
	padding-top: 20px;
	margin: 0px;
}
.wehelp_block {
	background-color: #EEEEEE;
	border-bottom: 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: #ff9900;
}
a:visited {
	text-decoration: none;
	color: #ff9900;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
.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: none;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('/pictures/basic/bckgrd_hr.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.error {
	color: #CC0000;
}
/* content1 --------------------------------------------------------------------------------------*/
.weeditor {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content h1, .weeditor h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #fbba00;
}
#content h2, .weeditor h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #000000;
}
#content h3, .weeditor h3  {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	color: #000000;
}
#content p, .weeditor p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}
#content ul, .weeditor ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}
#content li, .weeditor li {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 11px;
	background-image: url('/pictures/basic/bul_0.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
/* content2 --------------------------------------------------------------------------------------*/
#content2 h2 {
	width: 210px;
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #b0b5b8;
}
/* Tabellen -------------------------------------------------------------------------------------- */
/* allgemein -------------------------------------------------------------------------------------- */
.tdLeft {
	text-align: left;
}
.tdMiddle {
	text-align: center;
}
.tdRight {
	text-align: right;
}
.detailLink {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

/* table1 ------------------------------------------------- */
#content .table1 { /* Anmeldung register-3 */
	/*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: 0px 5px 0px 0px;
	text-align: left;
	
}
#content .table1 td {
	vertical-align: top;
	padding: 10px 5px 10px 0px;
	text-align: left;
	border-bottom: 1px solid #dbdbdb;
}
#content .table1 .td1 {
	width: 140px;
	font-weight: bold;
}
#content .table1 .td2 {
	width: 270px;
}
#content .table1 p {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
/* table2 ------------------------------------------------- */
#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;
}

/* für den Redakteur ----------------------------------------------------------------------------- */
#content .hervorgehoben, .weeditor .hervorgehoben, #headercontent .hervorgehoben {
	font-weight: bold;
}
#content .kursiv, .weeditor .kursiv {
	font-style: italic;
}
#content .vertikalZentriert, .weeditor .vertikalZentriert {
	vertical-align: middle;
}
#content .rechtsUmflossen, .weeditor .rechtsUmflossen {
	float: left;
	padding: 0px 5px 5px 0px;
}
#content .orange, .weeditor .orange {
	color: #ff9900;
}
#content .textUpperCase, .weeditor .textUpperCase {
	text-transform: uppercase;
}

