/******* ALLGEMEIN *******/
@media all {
html, body {
	font: 90% verdana,helvetica,arial,sans-serif; 
	color: #2a2a2a; 
	background-color: #ffffff;
	padding: 0px; 
	margin: 0px; 
	height: 100%;
}

img {
	border: none;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #CC0033; 
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

form {
	margin: 0px;
}

textarea, input, select, option{
	font-size: 0.8em;
	background : #FFFFFF;
	border: 1px solid #2a2a2a;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
}

hr {  
	color: #B1E002;
	background-color: #B1E002;
	height: 1px;
}

.clear {
	clear: both;
}

/*Styles für CSS styled imagetext*/
	.csi-textpic .csi-caption {
		font-size: 0.7em;
		margin: 2px;
	}
	
	.csi-textpic .csi-image {
		margin: 0 0 3px 0;  
		background: #F0F1F3; 
	}
	
	.csi-textpic .csi-imagewrap {
	}
	
	.csi-textpic .csi-text {
		text-align: left; 
	}
	
	.csi-text p {
		margin-top: 0;
	}
	
	/* CENTER */
	
	.csi-center .csi-image {
		margin: 0 auto 3px;
	
	}
	
	/* RIGHT */
	.csi-right div.csi-image {
		float: right;
		clear: both;
	}
	
	.csi-right div.csi-text {
		clear: right;
	}
	
	
	/* LEFT */
	.csi-left div.csi-image {
		float: left;
		clear: both;
	}
	
	.csi-left div.csi-text {
		clear: left;
	}
	
	
	/* INTEXT LEFT */
	.csi-intext-left .csi-image {
		float: left;
		clear: both;
		margin-right: 5px;
	}
	
	
	.csi-intext-left .csi-image .csi-caption {
		text-align: left; 
	}
	
	
	/* INTEXT RIGHT */
	.csi-intext-right .csi-image {
		float: right;
		clear: both;
		margin-left: 5px;
	}
	
	
	.csi-intext-right .csi-image .csi-caption {
		text-align: left; 
	}
	
	
	/* INTEXT RIGHT NOWRAP */

	/* Hide from IE5-mac. Only IE-win sees this. \*/
	*html .csi-intext-right-nowrap .csi-text {
		height: 1%;
	}
	/* End hide from IE5/mac */ 
	
	.csi-intext-right-nowrap .csi-image {
		float: right;
		clear: both;
		margin-left: 5px;
	}
	
	
	/* INTEXT LEFT NOWRAP*/	

	/* Hide from IE5-mac. Only IE-win sees this. \*/
	*html .csi-intext-left-nowrap .csi-text {
		height: 1%;
	}
	
	/* End hide from IE5/mac */
	.csi-intext-left-nowrap .csi-image {
		float: left;
		clear: both;
		margin-right: 5px;
	}
}

@media print {
/******* HEADER *******/
#naviWrap, #headerWrap, #contextWrap, #divContext, #divFooter, #actionLogoWrap, #divFooter {
	height: 1px;
	width: 1px;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* CONTENT */
#contentWrap {
	width: 18cm;
	margin-bottom: 0px;
}

#divContentArea {
	padding-bottom: 10px;
	margin-left: 10px;
}

#divPath {
	padding: 2px 5px 4px 5px;
	margin-bottom: 10px;
	background: #F0F1F3;
	color: #000033; 
	font-size: 0.8em;
	height: 10px;
}


#divPath ul {
	padding: 0px;
	margin: 0px;
}

#divPath li {
	float: left;
	list-style-type: none;
}

#divPath a {
	color: #000033; 
}

#divContent {
	padding: 0px 0px 5px 10px;
	float: left;
	width: 14cm;
}

#divContent h1,
#divContent h2  {
	margin: 0px 0px 10px 0px;
	color: #82A80F;
	font-weight: bold;
}

#divContent h2  {
	margin-top: 10px;
}

#divContent h2 {
	font-size: 1em;
}

#divContent h3 {
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
}

#divContent a {
	color: #82A80F;
}

#divContent .newsdate {
	font-size: 0.80em;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px red solid;
}
}
