/** 1-TCL Cascading Stylesheets **/
a {
	color : #A03839;
	text-decoration: underline;
}
a:hover {
	text-decoration : none;
}
a:visited {
	color:#444444;
}
.menulink {
	color : White;
	font-size : 11px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.menulink:hover {
	color : White;
	font-size : 11px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.menulink:visited{
	color:#FFFFFF;
}
.footerlink {
	color : White;
	font-size : 11px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	line-height : 23px;
}
.textheadline {
	line-height : 20px;
	color : Black;
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}
p, .text {
	line-height : 20px;
	color : Black;
	font-size : 12px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}
.formEntity {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #712726;
}
li {
	list-style-type: square;
}

/* für Sitemap */
.text_no_lineheight {
	color : Black;
	font-size : 11px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

/* Hinweis Werbung */
.adtext {
	line-height : 23px;
	color : #AAAAAA;
	text-align: left;
	font-size : 11px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}
.adtext_no_lineheight {
	line-height:13px;
	color : #AAAAAA;
	text-align: left;
	font-size : 11px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

/* Weitere Information Container */
.additionalInfoTable {
	border-left:1px solid;
	border-bottom:1px solid;
	border-right:1px solid;
	border-color:#AAAAAA;
	width: 543px;
}
.additionalInfoTable td {
	line-height : 20px;
	color : Black;
	font-size : 12px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding:4px 4px 4px 10px;
	vertical-align:top;
}
.additionalInfoTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height:16px;
	color: #FFFFFF;
	text-align:left;
	background-color:#A03839;
	padding-left:5px;
	background-image:url(../_pics/screen/tableheader.jpg);
	line-height:normal;
}

/* Teaser Box Container */
.teaserBoxTable {
	border-left:1px solid;
	border-bottom:1px solid;
	border-right:1px solid;
	border-color:#AAAAAA;
	width: 200px;
}
.teaserBoxTable td {
	line-height : 23px;
	color : Black;
	font-size : 11px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding:4px 4px 4px 10px;
	vertical-align:top;
}
.teaserBoxTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height:18px;
	color: #FFFFFF;
	text-align:left;
	background-color:#A03839;
	padding-left:5px;
	background-image:url(../_pics/screen/tableheader.jpg);
}

/* Andere Tabellen */
.standardTable {
	border-bottom:1px solid;
	border-right:1px solid;
	border-color:#AAAAAA;
	width: 100%;
}
.standardTable td {
	line-height : 23px;
	color : Black;
	font-size : 11px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding:4px 4px 4px 10px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color:#AAAAAA;
	vertical-align:top;
}
.standardTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height:18px;
	color: #FFFFFF;
	text-align:left;
	background-color:#A03839;
	padding-left:5px;
	border-bottom:1px solid;
	border-bottom-color:#AAAAAA;
	background-image:url(../_pics/screen/tableheader.jpg);
}
.standardTable td.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	background-color:#A03839;
	padding-left:5px;
	border-bottom:1px solid;
	border-bottom-color:#712726;
}
div.testsystemheader {
	width:100%;
	height:30px;
	background-color:#0F0;
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}