/* CSS Document */
@import url("formate.css");
@import url("formular1.css");

body{
width:185mm;
font-family:arial, helvetica, sans-serif;
font-size:8pt;
background-color:#ffffff;

/*wenn dadrauf verzichtet wird ist der text druckbar in firefox*/
/*overflow:scroll;*/
color:black;
}

.haupt img {

width:90%;
height:90%;

}

/*fuer archiv-druck --------*/

.news-list-item
	{
	position:relative;
	left:1mm;
	height:29mm;
	width:160mm;
	top:1mm;
	margin-bottom:1mm;
	list-style:none;
	background-color:#EEEEEE;
	padding:3mm;
	
	}
	
#list-date {position:absolute;
		top:3mm;
		z-index:1;}
.anderes_datum {position:absolute;
		top:3mm;
		z-index:2;
		background-color:#EEEEEE;}
		
#list-inhalt { position:absolute;
		top:8mm;
		font-weight:bold;
		}
		
#untertitel_archiv { position:absolute;
		top:11mm;
		color:#999999;
		font-size:9pt;
		font-weight:light;
		}

ul {list-style:none;}

li {margin:4mm;}

.news-list-item img
	{
	width:auto;
	height:35px;
	border:none;
	float:right;
	}

.news-list-item a {
	color:black;
	text-decoration:none;
	}
	
.news-list-item a:hover{
	color:green;
	text-decoration:underline;
	}
	
	
/* Ende Darstellung archiv ------- */

#whitecontent{
	
	width:170mm;
	height:auto;
	position:absolute;
	top:0;
	left:0;

	
	
	}
#noscript-whitecontent{
	
	text-align:left;
	
	width:168mm;
	height:auto;
	

	
	background-color:#ffffff;
	}

		
.fuss-druck {	display:block;
		height:auto;
		width:150mm;
		background-color:#ffffff;
		padding:1mm;
		white-space:nowrap;
		
		}
	

	 	
.x-button{
	position: relative;
	top: 5%;
	left: 97%;
	padding-left:0;
	padding-bottom:0;
	padding-top:0;
	padding-right:0;
	white-space:nowrap;
	height:14pt;
	width:12pt;

	color:#88CC44;
	font-size:20pt;
	font-weight:700;
	text-transform:lowercase;
	text-decoration:none;
	}

.x-button a{
	color:#88CC44;
	font-size:20pt;
	font-weight:700;
	text-transform:lowercase;
	text-decoration:none;
	}
.x-button a:hover{
	color:grey;
	text-decoration:none;
	}
	
	




.box_inhalt{
	height:auto;
	width:auto;
	min-width:52mm;
	/*max-width:98%;*/
	display:block;
	/*padding:1mm;*/
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;
	}

.rechts{
	float:right;
	overflow:hidden;
	width:52mm;
	heigth:auto;
	margin-left:4mm;
	margin-bottom:5mm;
	margin-top:3mm;
	margin-right:1mm;
	padding: 2mm;
	font-size:9pt;
	border: 1px dashed #88CC44;
	}
	

.rechts .bodytext, .rechts li{
	text-align:left;
	}
.links{
	overflow:hidden;
	width:52mm;
	
	height:auto;
	float:left;
	
	margin-right:4mm;
	margin-bottom:5mm;
	font-size:9pt;
	}


.fuss h1, .fuss h2, .fuss h3, .fuss h4, fuss h5, .fuss h6, .fuss p{	
	font-size: 10pt;
	}
	
.fuss{
	}
	
.fuss ol, .fuss ul {
	list-style-type:decimal;
	font-size: 8pt;
	text-align:justify;
	
	}

.fuss_trenner {
	border-top: solid 1pt #666;
	max-width:24%;
	}
	
.titel	{
	font-size:14pt;
	font-weight:800;
	overflow:hidden;
	width:auto;
	float:none;
	/*clear:both;*/
	margin-bottom:1mm;
	margin-top:5mm;
	text-transform:uppercase;
	}
.subtitel{
	overflow:hidden;
	width:auto;
	float:none;
	/*clear:both;*/
	margin-bottom:10mm;
	font-style:italic;
	}

	
.csc-textpic-caption{
	padding-top:1%;
	font-size:10pt;
	font-style:italic;
	}
#galerie{
	position: absolute;
	top: 1%;
	left: 60%;
	}
	
/*fuer tabellen --------*/

.haupt .contenttable {
	border-spacing: 1px;
	width: 630px ! important;
	table-layout:fixed;
	overflow:hidden;
	}
.haupt .contenttable td{
	vertical-align: top;
	text-align:left;
	border-bottom: 1px dotted black;
	}
	
.haupt .contenttable td p{
	width: 190px;
	margin-right:29px;
	}

.haupt .contenttable td img{
	width: 190px ! important;
        height: auto ! important;
        }

