html, body, div {
	padding: 0px;
	margin: 0px;
	}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
h1, h2, h3, h4, h5, h6, p, form{
	margin: 0;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
img {
	/*border: none;*/
}
abbr, acronym, .abbr {
	cursor: help;
	border-bottom: 1px dotted #3c79b5;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000033;

}

h3 {
	font-size: 12px;
	color: #000033;

}

/* Styles für den Content Bereich*/

#content p {

}
#content table{
	background-color: #660000;
	color: #CCCCCC;

}
#content th{
	background-color: #660000;
	color: #CCCCCC;

}

#content td, #content td p{
	text-align:left;
	padding-left:3px;
	background-color: #E4E4E4;
	color: #000000;
	padding-right: 3px;
}

#content  a:link, #content  a:visited
{
	color: #711621;
	font-weight:bold;/*wird weitervererbt -> nachfolgende sind bold*/
	height: 15px;/*wird weitervererbt*/
	text-decoration: none;
}

#content  a:hover
{
	color: #123885;
	text-decoration: underline;
}

/* */
#navcontainer h2{
display: none;
}
.version h1{
	font-size:9px;
	color:#CCCCCC;
}
.invisible, hr {
	display: none;
}
.clear {
	clear: both;
}
.sp10{
	height:10px;
	width:auto;
}
.sp10 h1, .sp10 h2 {
	display: none;	
}
