﻿/* default styles for extension "tx_newloginbox_pi3" */
	.tx-newloginbox-pi3-listrow TH { background:#ccc; padding:0 .5em; white-space:nowrap; }
	.tx-newloginbox-pi3-listrow TD { background:#eee; padding:0 .5em; }
	.tx-newloginbox-pi3-singleView TH { background:#ccc; padding:0 .5em; text-align:right; white-space:nowrap; }
	.tx-newloginbox-pi3-singleView TD { background:#eee; padding:0 .5em; }
/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */


/* XHTML 1.0 Strict */
/*Logo-Gruen # 0 0 8 2 0 0;*/
/*Logo-Rot # E C 2 A 2 4;*/



/* Remove unwanted vertical space between divs    */
*  {margin:0; padding:0}

img {
	border: none;
}

.clearing {
	height: 0;
	clear: both;
}



.invisible {

	position: absolute;

	left: -1000px;

	top: -1000px;

	width: 0px;

	height: 0px;

	overflow: hidden;

	display: inline;

}

body, html {
	height: 100%;
	width: 680px; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #008200;
	background-color: white; /*LightYellow;*/
}




/*Shortcuts are not visible in layout */
#shortcuts {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
#shortcutsbottom {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}


#header {
	height: 132px;
	background-color: transparent;  /*#008200;*/
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
}

#logo {
	float:left;
	border-top: 16px solid transparent;
	border-left: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 0px solid transparent;

	font-weight: normal;
	font-size:15px;
	color: #084AA0; 
	
	overflow: hidden;
	white-space: nowrap;
}

#backnavigation {
	display:none;
	
}


#outer_wrapper{
	background-color: transparent;	
	/*background: url(../img/bg_rcol.gif) repeat-y right; */  /*Faerbt die rechte Spalte vertikal füllend ein */
}

#wrapper{
	background-color: transparent;
	margin-right:0px;
	/*background: url(../img/bg_rcol.gif) repeat-y right;  */  /*Faerbt die rechte Spalte vertikal fuellend ein */
}

#container{
	background-color: transparent;
	/*background: url(../img/bg_rcol.gif) repeat-y right; */	
	width: 100%;
	float: left;	
	margin-right: -160px; 
	margin-top: 0px;	
	margin-bottom: 20px;	
}

#content{
	background-color: transparent;
  /*Faerbt die linke und mittlere Spalte */
    color: black;
	padding-left:0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	
}

#content H1 {	
	font-size: 18px;
	font-weight: normal;
	
	/*text-decoration: underline overline;*/
	border-left: 0px solid #EC2A24;
	border-top: 2px solid #EC2A24;;  /*#008200;*/
	border-bottom: 2px solid #EC2A24;;  /*#008200;*/
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 18px;
	
	color: white !important;  /*#EC2A24;*/  /*#008200;*/
	background-color: #EC2A24 !important; /*white;*/

}

#content H2 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	/*text-decoration: underline overline;*/
	/*border-left: 1em solid #008200;
	padding-left:0.8em;	*/
	color: #008200;  /*#EC2A24;*/
	
	margin-bottom: 8px;
	margin-top: 10px;	
}

#content H3 {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	/*text-decoration: underline overline;*/
	/*border-left: 1em solid #008200;
	padding-left:0.8em;	*/
	color: #008200;  /*#EC2A24;*/
	margin-bottom: 8px;	
	margin-top: 10px;	
}

#content p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	/*padding:3px;*/
	margin-bottom: 12px;	

}


#content ul li{
	margin-top: 3px;
	margin-left: 16px;
	font-size: 12px;
	line-height: 16px;	
	list-style-type: square;
	list-style: outside;
}


#content a{
	color: #008200;  
	text-decoration: none;
}

#content a:hover{
	color: #008200;    
	text-decoration: underline;	
}



#main {
	
	/* Kann nur fuellen oder muss mit Bild linke Spalte koordiniert werden, wird von anderen abgedeckt.*/
	background-color: white;
	margin-left:  15px; 
	margin-right: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
	
	margin-left: 20px; 
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


#sidebar{

}



#mainmenu{
	display:none;
}

#main dl {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#main dl dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}	

#main dl dd{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}	

#main dl dd a{
	/* c olor: #74D50A;*/
}

#main dl dd a:hover{
	/* c olor: #38EEE2;*/
}



#sidenews{
	display:none;
}



#login{
	display:none;
}

#adress{
	position:absolute; 
	left: 310px;
	top: 10px;
	font-size: 12px;
	color: #008200;
	background-color: transparent; /*#008200;*/  
	border-top: 0px solid #EC2A24;
	margin-top:0px;
	margin-bottom:20px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	white-space: nowrap;
}


#contact{
	position:absolute; 
	left: 470px;
	top: 10px;
	font-size: 12px;
	color: #008200;
	background-color: transparent; /*#008200;*/  
	border-top: 0px solid #EC2A24;
	margin-top:0px;
	margin-bottom:20px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	white-space: nowrap;
}

#contact a{
	color: #008200;
	text-decoration:none;
}


#metamenu{
	display:none;
}



/*Finetuning CSC*/

.csc-textpic-image {
border: 0px solid  #008200; 
padding: 0px;
margin: 0px;

 }



.csc-textpic-caption{
padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
color: black; /*#008200;*/
background-color:white;
border-right: 0px solid  #008200; 
border-bottom: 2px solid  #008200; 
 }

#main .csc-textpic-imagewrap dt a img
{
margin-right: 20px;
border-right: 10px solid white;
border-left: 10px solid white;
}
