/* CSS Document */

/* Farben
	lila		#50004A
	helllila:	#A66EA6
	grün		#267836
	grau1		#646566
	grau2		#999999
	blau		#005694
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/pictures/bckgrdpics/gradient_backgr.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #005694;
	text-align: left;
}
.wehelp {
	color: #CC3300;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}
.wehelp_separator {
	margin: 20px 0xp 10px 0px;
	color: #CC3300; 
}
.wehelp_separatorheader {
	width: 100%;
	background-color: #E8E8E8;
}
.wehelp_block {
	padding: 10px;
	background-color: #E8E8E8;
	border: 1px solid #666666;
}

a:link {
	text-decoration: underline;
	color: #005694;
}
a:visited {
	text-decoration: underline;
	color: #005694;
}
a:hover {
	text-decoration: underline;
	color: #005694;
}
img {
	border: 0px;
}
hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #999999;
}
.vam {
	vertical-align: middle;
}
.vab {
	vertical-align: bottom;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.cb {
	clear: both;
}
.error {
  width: 100% ! important;
  padding: 10px 0px 10px 25px ! important;
  color: #c60606 ! important;
  background-image: url(/pictures/basic/warning_obj.gif);
	background-position: left;
	background-repeat: no-repeat;
}
/* für den Redakteur ----------------------------------------------------------------------------- */
.hervorgehoben {
	font-weight: bold;
}
.kursiv {
	font-style: italic;
}
.headlineLogo {
	
}
/* content1 --------------------------------------------------------------------------------------*/
#content h1{
	font-size: 16px;
	font-weight: bold;
	color: #005694;
	margin: 15px 0px 10px 0px;
	padding: 0px;
}
#content h2{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
#content h3{
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 0px;
}
#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: 0px 0px 15px 23px;
	margin: -8px 0px 0px 0px;
}
#content ul li {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
}
#content ul li ul {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 23px;;
}
#content ul li ul li {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;;
}
#content ul li ul li ul {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 23px;;
}
#content ul li ul li ul li {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;;
}
#content ol {
	list-style-type: decimal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
}
#content ol li {
	padding: 5px 0px 5px 0px;
}
/* Tabellen -------------------------------------------------------------------------------------- */
#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;
}



