﻿/* 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-Rot # E 4 1 C 0 C*/
/*Pant185 #E 8 1 1 2d*/
/*Ral Leuchtrot # F C 0 A 1 C"*/
/*Blau # 0 8 4 A A 0*/
/*Helleres Blau #86BBFF*/


/* Remove unwanted vertical space between divs */
*  {margin:0; padding:0}

img {
	border: none;
}

.clearing {
	height: 0;
	clear: both;
}


body, html {
	height: 100%;
	width: 650px; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #084AA0;
	background-color: white; /*LightYellow;*/
}




/*Shortcuts are not visible in layout */
#shortcuts {
	display:none;
}
#shortcutsbottom {
	display:none;
}


#header {
	height: 1px;
	background-color: transparent;  /*transparent; /*#084AA0;*/
}

#logo {
	float:right;
	border-top: 0px solid transparent;
	border-left: 0px solid transparent;
		border-bottom: 20px solid transparent;
	font-weight: normal;
	font-size:15px;
	color: #084AA0; 
	
	overflow: hidden;
	white-space: nowrap;
}

#backnavigation {
	display:none;
	
}

#outer_wrapper{
	background-color: transparent;	
	margin-top: 100px;
}

#wrapper{
	background-color: transparent;
	margin-right:0px;
}

#container{
	background-color: transparent;
	width: 650px;
}

#content{
	background-color: transparent;
    color: #084AA0;
	margin-right: 0px;
	padding-top:0px;
	padding-right: 0px;
}

#content H1 {	
	font-size: 18px;
	font-weight: normal;
	
	width: 100%;
	/*text-decoration: underline overline;*/
	/*border-left: 1em solid #084AA0;*/
	border-bottom: 1px solid #084AA0;  /*#084AA0;*/
	/*padding-left:0.8em;	*/
	
	color:#084AA0;  /*#084AA0;*/
	margin-bottom: 8px;
}

#content H2 {
	font-size: 16px;
	font-weight: bold;
	/*text-decoration: underline;*/
	/*border-left: 1em solid #084AA0;
	padding-left:0.8em;	*/
	color: #084AA0;  /*#084AA0;*/
	
	margin-bottom: 8px;
	margin-top: 10px;	
}

#content H3 {
	font-size: 14px;
	font-weight: bold;
	/*text-decoration: underline;*/
	/*border-left: 1em solid #084AA0;
	padding-left:0.8em;	*/
	color: #084AA0;  /*#084AA0;*/
	margin-bottom: 8px;	
	margin-top: 15px;	
}

#content p {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	/*padding:3px;*/
	margin-bottom: 8px;	

}

#content ul {
	margin-top:4px;
	margin-bottom: 8px;
}

#content ul li{
	margin-left: 16px;
	font-size: 14px;
	line-height: 18px;
	list-style-type: square;
	list-style: outside;
}


#content a{
	color: #084AA0;  
	text-decoration: underline;
}

#content a:hover{
	text-decoration: underline;	
}


#main {
	border-top: 12px solid #084AA0;
	
	background-color: white;
	margin-left:  45px; 
	margin-right: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 20px;
}


#sidebar{

}

#mainmenu{
	display:none;
}

#sidenews{
	display:none;
}

#printversion{
	display:none;
}


#language{
	display:none;
}

#login{
	/*visibility:hidden;*/
	display:none;
}

#adress{
	position:absolute; 
	left:45px;
	top: 10px;  /*25px;*/
	font-size: 10px;
	color: #084AA0;
	background-color: white;
	margin-top:0px;
	margin-bottom:0px;
}

#adress a{
	color: #084AA0;
	text-decoration:none;
}

#contact{
	position:absolute; 
	left:175px;
	top:10px;  /*25px;*/
	font-size: 10px;
	color: #084AA0;
	background-color: white;
	margin-top:0px;
	margin-bottom:0px;
}

#contact a{
	color: #084AA0;
	text-decoration:none;
}

#metamenu{
	display:none;
}



/*Finetuning CSC*/


.csc-textpic-image {
	padding-top: 5px;
 }

.csc-textpic-caption{
	padding-top: 8px;
	padding-bottom: 3em;	
	font-size: 12px; 
 }
 
 
