body {
	background-color: #E6E6EA;
}

/* haupttabelle */

.main-td-content {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
}
.main-td-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4F5B97;
	padding-top: 5px;
	background-color: #EDEDF3;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #8E98C4;
	text-align: right;
}


/* navi */

.navi-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../pix/navi-head.gif);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.navi-cont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8E98C4;
	border-left-color: #8E98C4;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
.navi-end {
	border-bottom-width: 1px;
	height: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8E98C4;
}
.navi-txtc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a.navi-txtc:link {
	text-decoration: none;
}
a.navi-txtc:visited {
	text-decoration: none;
}
a.navi-txtc:hover {
	color: #E68A00;
	text-decoration: underline;
}
a.navi-txtc:active {
	color: #E68A00;
	text-decoration: underline;
}


/* footer */

.footer-txt {
	color: #4F5B97;
}
a.footer-txt:link {
	text-decoration: none;
}
a.footer-txt:visited {
	text-decoration: none;
}
a.footer-txt:hover {
	text-decoration: underline;
}
a.footer-txt:active {
	text-decoration: underline;
}




/* content styles */


.content-head-full {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
.content-cont-full {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 20px;

}


/* rcol // falls nicht in navi definiert */

.rcol-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../pix/rcol-head.gif);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.rcol-cont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8E98C4;
	border-left-color: #8E98C4;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #FFFFFF;
	padding-right: 5px;

}



/* mark */

.content-txt {
	font-size: 11px;
	color: #333333;
}
.content-txt-h1 {
	font-size: 14px;
	font-weight: bold;
	color: #1A4F97;
}
.content-txt-date {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.content-txt-h2 {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.content-txt-h3 {
	font-size: 12px;
	font-weight: bold;
	color: #1A4F97;
}




a.content-txt:link {
	text-decoration: underline;
}
a.content-txt:visited {
	text-decoration: underline;
}
a.content-txt:hover {
	text-decoration: underline;
	color: #4F56B7;	
}
a.content-txt:active {
	text-decoration: underline;
	color: #4F56B7;	
}
