@charset "UTF-8";
/* CSS Document */
body, html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #fff;
}
#seite {
	width: 100%;
	min-height: 100%; /* Fuer moderne Browser */
}
#kopf {
	display: block;
	width: 100%;
	height: 94px;
	background-color: #fff;
}	
#menu,
#impressum,
#rechts,
#startslider,
#kopfnavi,
#tabmenu,
DIV.tx-macinasearchbox-pi1 {
	display: none;
}
#kopflogo {
	float: right;	
}
#mainbox {
	display: block;
	width: 100%;
	clear: both;
	background-image: none !important;
	border-top: 14px solid #fff; /* abstand zum druckkopf */
}
.clearer {
	clear: both;
	height: 1px;
	width: 100%;
	line-height: 1px;
	display: block;
}
#fussclearer {
	clear:both;
	height: 50px;	
}
#fusszeile {
	position: relative;
	display:block;
	height: 46px;
	width: 100%;
	background-color: #fff;
	font-size: 10px;
}

/************ SCHRIFTEN *****************/
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:focus, a:hover {
	color: #000;
	text-decoration: underline;
}
p, ul, ol {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
p {
	padding: 0;
	margin: 2px 0 14px 0;
}
ul, ol {
	margin: 2px 0 14px 0;
	padding: 0 0 8px 15px;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 21px;
}
/******* Elementueberschriften sollen clearen *******/
div.csc-header {
	clear: both;
}
#spaltenorm .csc-header-n1 h1,
#spaltenorm h1.csc-firstHeader {
	color: #000;
}
#spaltenorm h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
}

.legende {
	display: block;
	text-align:center;
	font-size: 10px;
	line-height: 14px;
}

#spaltenorm img {
/*	width: 97% !important;
	height: 97% !important;
*/
}


/*******************************filelinks *******************************************/
.filelinks {
	float: left;
	margin-bottom: 16px;
}
div.filelinks div {
	padding-bottom: 4px;
	padding-top: 1px;
}
.filelinks .odd, .filelinks .even {
	float: left;
}
.filelinks .odd {
	background-color:#F7F7F7;
}
.filedownload {
	float: left;
	clear: none;
}
.fileicon {
	float: left;
	clear: none;
	margin-top: -1px;
	width: 30px;
}
.fileicon img {
	float: left;
	margin-left: 4px;
}
a.fileicon img {
	border: 0;
}
.filedescription {
	float: left;
	clear: both;
	width: 510px;
	margin-left: 30px;
	margin-top: 2px;
}
.filesize {
	float: left;
	clear: none;
	color: #999999;
}
.clearfilelist {
    clear:both;
    height:1px;
	border: 0;
}
/************* MEDIEN-FILELINKS **********/
TABLE.filelinks-mediatbl {
	width: 268px;
	margin: 0 0 12px 0;
	overflow: hidden;
	float: left;
	
}

.filelinks div.breaker.odd , .filelinks div.breaker.even{
	float: left;
	width: 100%;
	display: block;
	height: 1px;
	background-color: none;
	background: none;
	background-image: none;
	padding: 0;
	margin:0;
	border: 0;
	}
.filelinks div.breaker.even {
	display:none;
}
.filelinks div.breaker.odd {
	background-color: none;
	

}

/*********** Tabellen ***************************/
.contenttable {
	border: 0;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #999;
}
.contenttable-0, .contenttable-1, .contenttable-2, .contenttable-3 {
	margin: 0 0 30px 0;
}
.contenttable-1, .contenttable-2, .contenttable-3  {	
	border: 0;
}
.contenttable td, .contenttable th {
	border-top: 1px solid #999;
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
	margin:	0px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
}
.contenttable td p {
	margin: 0;
	padding: 0;
	border: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}

.contenttable-1 td, .contenttable-1 th {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 2px 0 2px 0;
	margin:	0px;
}
.contenttable-1 .tr-even {
    background-color: #F7F7F7; 
}
.contenttable-1 .tr-odd {
	background-color:#FFFFFF
}
.contenttable-2 td, .contenttable-2 th {
	border-top: 0px;
	border-left: 0px;
	padding: 0px;
	margin:	0px;
}
.contenttable-2 .tr-0 {
   font-weight: bold;
}
.contenttable-2 .tr-even {
    background-color: #F7F7F7; 
}
.contenttable-2 .tr-odd {
	background-color:#FFFFFF
}
TD {
	vertical-align: top;
}
