/* CSS Document */

/* Farben
	grau1				#bec3c6
	grau2				#ccd1d5
	grau3				#d2d5d7
*/

body {
	margin: 0px;
	padding: 0px;
	background: #bec3c6 url(/pictures/basic/bckgrd_01.gif) scroll repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.wehelp {
	color: #CC3300;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}
.wehelp_separator {
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #003399;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
img {
	border: 0px;
}

/* content --------------------------------------------------------------------------------------*/
.weeditor .firstParagraph, #content .firstParagraph {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.weeditor h1, #content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 25px 0px 15px 0px;
	padding: 0px;
}
.weeditor h2, #content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 25px 0px 8px 0px;
	padding: 0px;
}
.weeditor h3, #contentRight h3{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
.weeditor p, #content p {
	padding: 0px;
	margin: 0px 0px 9px 0px;
	line-height: 16px;
}
.weeditor ul, #content ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 15px 0px;
}
.weeditor li, #content li {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url('/pictures/basic/bul1.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.weeditor ol, #content ol {
  list-style-position: outside;
	padding-left: 20px;
	margin: 0px 0px 15px 0px;
}
.weeditor td {
  font-size: inherit;
}

/* 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 k�nnen, deshalb mu� die Klasse hier stehen, auch wenn sie leer ist */
#content .table1 { /* Auszeichnungen */
	width: 100%;
  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-bottom: 1px solid #FFFFFF;
}
#content .table1 td{
	vertical-align: top;
	padding: 10px 5px 10px 5px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}
#content .table1 p{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
  color: inherit;
}
#content .table1 .col1 {
  width: 25px;
}
#content .table1 .col2 {
  width: auto;
}
#content .table1 .col3 {
  width: 100px;
}
#content .table1 .col4 {
  width: 80px;
}
#content .table1 .col5 {
  width: 90px;
}

#content .table2, #contentMain .table2 { /* Team */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
#content .table2 td, #contentMain .table2 td {
	vertical-align: top;
	padding-bottom: 10px;
	text-align: left;
}
#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;
}
