body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	background-color: F9F3EC;
	text-align: center;
}

div#docbody {
	margin-top: 40px;
	margin-bottom: 10px; /*border: 1px solid #f56618;*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 777px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	border-left: 1px solid #8A8082;
	border-right: 1px solid #8A8082;
	border-top: 1px solid #8A8082;
	border-bottom: 1px solid #8A8082;
	background-color: White;
}
.leftbg {
	background-color: #EFEFEF;
	color: #EFEFEF;
	border-right: 2px solid #ffffff;
}

/*Formatierungen für den Bereich SEITENTITEL*/
div#sitetitle {
	color: #666666;
	background-color: transparent;
	/*font-family: "Courier New", Courier, monospace;*/
	font-size: 20px;
	text-align: right;
	font-weight: bold;
}

/*Formatierungen für den Bereich NAVIGATION*/
div.navspace {
	color: Black;
	background-color: #D5D5D5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid White;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
}
div.navnormal {
	color: Black;
	background-color: #D5D5D5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid White;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-top: 2px;
}
div.navnormal a {
	text-decoration: none;
	color: Black;
	background-color: #D5D5D5;
}
div.navnormal a:hover {
	text-decoration: underline;
	color: #CC0000;
	background-color: #D5D5D5;
}

div.navactive {
	color: White;
	background-color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid White;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-top: 2px;
}
div.navactive a {
	text-decoration: none;
	color: White;
	background-color: #999999;
}
div.navactive a:hover {
	text-decoration: underline;
	/*color: #F5EA7F;*/
	color: #CC0000;
	background-color: #999999;
}

div.navactive a.subnav {
	font-size: 10px;
	font-weight: normal;
	color: White;
	background-color: #999999;
	text-decoration: none;
	margin-top: 2px;
	margin-left: 5px;
}
div.navactive a.subnav:hover {
	font-size: 10px;
	/*color: #F5EA7F;*/
	color: #CC0000;
	background-color: #999999;
	text-decoration: underline;
	padding-top: 2px;
}
div.subnav2 {
	font-size: 10px;
	font-weight: normal;
	color: White;
	background-color: #999999;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
div.subnav2 a {
	font-size: 10px;
	font-weight: normal;
	color: White;
	background-color: #999999;
	text-decoration: none;
}
div.subnav2 a:hover {
	font-size: 10px;
	/*color: #F5EA7F;*/
	color: #CC0000;
	background-color: #999999;
	text-decoration: underline;
	/*padding-top: 2px;*/
}
/*Formatierungen für den Bereich CONTENT*/
td.contentcell {
	background-color: White;
	margin: 0px;
	padding: 0px;
}

div#content {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	padding: 0px;
	color: Black;
	background-color: White;
}
div#content p {
	font-size: 11px;
	margin-bottom: 5px;
}
/* div#content table {
	width: 400px;
}*/
div#content td {
	font-size: 11px;
	/*border-bottom: 1px solid Silver;*/
	padding-top: 5px;
	padding-bottom: 1px;
	/*margin-bottom: 25px;*/
}
div#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 3px;
}
div#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	padding-top: 5px;
	padding-bottom: 3px;
}
div#content h3 {
	font-size: 11px;
	font-weight: bold;
	color: Black;
	margin-bottom: 0px;
	padding-bottom: 3px;
}
div#content a {
	color: #CC0000;
	background-color: White;
	text-decoration: none;
	font-weight: normal;
}
div#content a:hover {
	color: #CC3300;
	background-color: White;
	text-decoration: underline;
	/*font-weight: bold;*/
}
div#content input {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#content textarea {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#content select {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#content ul, div#content ol, div#content li {
	font-size: 11px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-left: 5px;
}
.mailform {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.mailformrequired {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.searchform {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.searchresultheader {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.searchresultpagetitle {
	font-size: 12px;
	color: #CC6600;
	background-color: White;
	text-decoration: none;
	font-weight: bold;
}

.searchresultcontent {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.domainreg {
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

#content table.preistab td {
	font-size: 11px;
	border: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
}
#content table.preistab td.preiscell-r {
	text-align: right;	
}


/*Formatierungen für gepunktete Linie DOTTEDLINE*/
td.dottedlinecell {
	background-image: url(dottedline.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
/*Formatierungen für den Bereich SIDEBAR*/
td.sidebarcell {
	background-color: White;
	margin: 0px;
	padding: 0px;
}

div#sidebar {
	margin-left: 5px;
	color: Black;
	background-color: White;
	font-size: 10px;
}
div#sidebar h1 {
	font-size: 11px;
	font-weight: bold;
	color: #CC6600;
	background-color: transparent;
	margin-top: 6px;
	margin-bottom: 6px;
}
div#sidebar h2 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#sidebar p {
	font-size: 10px;
	color: Black;
	background-color: transparent;
	margin-bottom: 5px;
	margin-top: 0px;
}
div#sidebar a {
	color: #CC0000;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}
div#sidebar a:hover {
	color: #CC3300;
	background-color: transparent;
	text-decoration: underline;
}
div#sidebar ul, div#sidebar ol, div#sidebar li {
	font-size: 10px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
}
div#sidebar input {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#sidebar textarea {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#sidebar select {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/*Formatierungen für den Bereich FOOTER*/
div#footer {
	font-size: 9px;
	text-align: center;
	color: Black;
	background-color: #F5EA7F;
}
div#footer a {	
	color: #666666;
	background-color: #F5EA7F;

	text-decoration: none;
	font-weight: bold;
}

div#footer a:hover {
	color: #CC0000;
	background-color: #F5EA7F;
	text-decoration: underline;
}
.caption {
	font-size: 10px;
	color: Black;
	background-color: White;
	margin-bottom: 5px;
	margin-top: 0px;
}
.right {
	text-align: right;
}
