/* CSS Document */

/* Farben
	grau1		#333333
	grau2		#999999
	grau3		#3C545D
	blau		#4C7BFF
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/pictures/basic/hg_dc_01.jpg);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #3C545D;
	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: #4C7BFF;
}
a:visited {
	text-decoration: none;
	color: #4C7BFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
img {
	border: 0px;
}

/* content1 --------------------------------------------------------------------------------------*/
.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 h1 a, #content h1 a {
	color: #000000;
}
.weeditor h1 a:visited, #content h1 a:visited {
	color: #000000;
}
.weeditor h1 a:hover, #content h1 a:hover {
	color: #000000;
}
.weeditor h1.label, #content h1.label {
	padding: 0px 0px 0px 3px;
	background-color: #DADADA;
}
.weeditor h2, #content h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-decoration: underline;
}
.weeditor h2 a, #content h2 a {
	color: #000000;
}
.weeditorh2 a:visited, #content h2 a:visited {
	color: #000000;
}
.weeditor h2 a:hover, #content h2 a:hover {
	color: #000000;
}
.weeditor h3, #content h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
}

.weeditor p, #content p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}
.weeditor ul, #content ul {
	list-style-position: outside;
	list-style-image: url(/pictures/basic/bul1.gif);
	padding-left: 16px;
	margin: 0px 0px 15px 0px;
}
.weeditor li, #content li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
/* Tabellen -------------------------------------------------------------------------------------- */
#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;
}


/* für den Redakteur ----------------------------------------------------------------------------- */
#content .hervorgehoben {
	font-weight: bold;
}
#content .kursiv, #content2 .kursiv {
	font-style: italic;
}


