/*------------------------------------*/
/*------       style.css   -----------*/
/*------    (c) STUVA (MS) -----------*/
/*------------------------------------*/

/*
Colorscheme is:

	Background Color 1:#7091B3;(Dark Blue)
	Background Color 2:#9FB6C7;(Blue)
	Background Color 3:#CEDCE5;(Medium Blue)
	Background Color 4:#ECF1F5;(Light Blue)
	Background Color 5:#FFFFFF;(White)

	Text, main:#333333
	Text Color 1:#186900;(red)
	Text Color 2:#10007B;(green)
	Text Color 3:#8A0020;(blue)

	Links:#1E6289;(cyan blue)
	Link hover:#FF6000;(orange)

	Borders/Lines:#CFDCE5;
*/ 

/* *** start general stuff *** */

	body {
	margin: 5px 0;
	padding: 0;
	color: #333;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
	/* IE hack */
	* html body {
	font-size: x-small;  /* for IE5 */ 
	f\ont-size:small;  /* other IE */
	}
	/* be nice to Opera */
	*html>body { font-size: small; }

	img { border: 0; }

	/* for mozilla: form margin zero */
	form { margin: 0 auto; }

	/* do not show hidden form fields using NS7 */
	input[type="hidden"] { visibility:hidden !important; }


hr{
color: #FFFFFF; 
background: #FFFFFF; 
margin: auto 0px auto auto; 
height: 1px;
border: 1px #FFFFFF;
width: 60%;
text-align: right;
}
/*
	hr {
	display: block;
	clear: left;
	border: none;
	border-bottom: 1px solid #CFDCE5;
	margin: 2px 0;
	padding: 0;
	height: 1px;
	}
*/
/* *** end general stuff *** */

/* *** start main layout *** */

/* #main: make min-width of page, sub of body  */
	/* IE 5.5 und 6.0 workaround */
	* html #main {
	width: 992px;
	width:expression(document.body.clientWidth > 1000? "1000px": "1000px");
	wid\th:expression(document.body.clientWidth > 1000? "1000px": "1000px");
	}
	/* IE 5.0 hack */
	html + body #main { width:992px; }
	/* mozilla code */
	#main {
	width: 1000px; 
	}

/* #head: wraps the complete site head, sub of #main  */
	#head {
	display:block;
	margin:0 20px 0 20px;
	padding: 0;
	background: url(../img/bg.gif) repeat-y top left; 
	}
	* html #head {
	height:1px;
	}	
/* #logo: wraps the STUVA logo, sub of #head */
	#logo {
	float:left;
	width:196px;
	margin-bottom:-6px;
	}
	#logo[id] {
	margin-bottom:-1px;
	}

/* #banner: wraps the section header or banner, sub of #head */
	#banner {
	float:left;
	margin-bottom:-6px;
	}
	#banner[id] {
	margin-bottom:-1px;
	}

/* #metanavi: wraps the top navigation in the header, sub of #head */
	#metanavi {
	width:auto;
	text-align:right;
	font-size: 80%;
	padding: 2px 20px 2px 2px;
	background-color: #7091B3;
	}
	div.tx-macinasearchbox-pi1 {
	display:inline;
	}
	topnav, a.topnav, .metanavitxt {
	display:inline;
	vertical-align:middle;
	color: #FFFFFF;
	}
	/* IE hack */
	*html #metanavi form input {
	font-size: 80%;
	}


/* #contall: wraps the complete area below the header, sub of #main */
	#contall {
	font-size: 100%;
	margin: 0 20px 0 20px;
	}

/* #outer: helper container, sub of #contall */
	#outer {
	width: auto;
	padding-right: 0px;
	padding-left: 196px;
	}

/* #inner: helper container, sub of #outer */
	#inner {
	width: 100%;
	margin: 0;
	}
	/* mozilla code */
	#outer > #inner[id] {
	border-bottom: 1px solid transparent; }
	#contnavi[id] { margin-right: 1px; }
	#content[id] { margin: 0; }
	#outer #content[id] { margin: 0 -3px 0 -1px; }
	/* bug fix for IE win rendering, hide from IE Mac */
	* html body div.navi,
	* html body div.leftcontent,
	* html body div#content {
	position: relative; 
	}

/* #contnavi: build the left column (navi) by using negative margin, sub of #inner */
	#contnavi {
	font-size:100%;
	width: 196px;
	margin-left: -196px;
	float: left;
	}

/* #content: build the content area, sub of #inner */
	#content {
	background-color:#FFF;
	position: relative;
	width: 760px;
	float: left;
	min-width: 760px;
	}

	/* set margins for main content */
	.inhalt {
	margin: 20px 0px 20px 20px;
	}

/* #pagebottom: the page footer (date + printlink) */
	#pagebottom{
	clear:both;
	width:100%;
	font-size:75%;
	border-top: 1px solid #CFDCE5;
	margin-top:10px;
	}

/* #footernavi: wraps the accesible menu below content, sub of #outer */
	#footernavi {
	padding: 8px 16px 16px 16px;
	width: 96%;
	background: url(../img/line.gif) repeat-x top;
	}
	#footernavi a {
	font-size:90%;
	font-weight: normal;
	padding: 0 4px;
	width: 5em;
	height: 0.9em;
	}

/* #footer: wraps the page footer , sub of #contall */
	#footer {
	border-top: 2px solid #9FB6C7;
	color: #666;
	padding: 4px 0 30px 0;
	font-size: 90%;
	}
	/* #copy: copyright notice, sub of #footer */
	#copy { float: left; }
	/* #linktotop: link to top, sub of #footer */
	#linktotop a { float: right; font-weight: normal; }

/* #map: wraps maps */
	#map {
	border: 1px solid #9FB6C7;
	text-align: center;
	vertical-align: middle;
	}

/* *** end main layout *** */

/* *** start content layout *** */

/* navigation */
	.navi {
	width: 196px;
	color: #000;
	background-color: #ECF1F5;
	overflow:hidden;
	}
	/* list-style navi */
	.navi ul {
	list-style-type: none;
	border-top: 24px solid #ECF1F5;
	border-bottom: 14px solid #ECF1F5;
	margin: 0;
	padding: 0;
	}
	.navi ul ul {
	border: none;
	list-style-type: none;
	padding: 0;
	}
	.navi li {
	display: inline;
	}
	/* navi spacer */
	.navi li a.space {
	margin-top: 6px;
	border-top: 1px solid #FFF;}
	/* 1st level */
	.navi li a:link, .navi li a:visited, .navi li a:hover, .navi li a:active {
	display: block;
	background-color: #9FB6C7;
	border-bottom: 1px solid #FFF;
	padding: 4px 0 4px 21px;
	background-image: url(../img/navi_pfeil_01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 176px;
	font-weight: normal;
	color: #000
	}
	.navi li a:hover {
	text-decoration: none;
	background-color: #FFF}
	.navi li a.child:link, .navi li a.child:visited, .navi li a.child:hover, .navi li a.child:active {
	background-image: url(../img/pfeil_navi_down.gif);
	background-repeat: no-repeat;
	background-position: top left;}
	/* 2nd level */
	.navi li li a:link, .navi li li a:visited, .navi li li a:hover, .navi li li a:active {
	background-color: #CEDCE5;
	padding: 4px 0 4px 31px;
	background-position: 10px 0;
	width: 165px !important;
	}
	.navi li li a:hover {
	background-color: #FFF
	}
	.navi li li a.child:link, .navi li li a.child:visited, .navi li li a.child:hover, .navi li li a.child:active {
	background-position: 10px 0;
	}
	.navi li li a.child:hover {
	background-color: #FFF}
	/* 3rd level */
	.navi li li li a:link, .navi li li li a:visited, .navi li li li a:hover, .navi li li li a:active {
	background-color: #ECF1F5;
	padding: 4px 0 4px 41px;
	background-position: 20px 0;
	width: 155px !important
	}
	.navi li li li a:hover {
	background-color: #FFF}
	.navi li li li a.child:link, .navi li li li a.child:visited, .navi li li li a.child:hover, .navi li li li a.child:active {
	background-position: 20px 0;
	}
	/* 4th level */
	.navi li li li li a:link, .navi li li li li a:visited, .navi li li li li a:hover, .navi li li li li a:active {
	background-color: #FFF;
	padding: 4px 0 4px 51px;
	width: 145px !important;
	background-image: none;
	border-bottom: 1px solid #ECF1F5;
	}
	.navi li a.activ:link, .navi li a.activ:visited, .navi li a.activ:hover, .navi li a.activ:active {
	font-weight: bold
	}
	/* IE navigation width adjust 1st level */
	* html div.navi ul li a:link,
	* html div.navi ul li a:visited,
	* html div.navi ul li a:hover,
	* html div.navi ul li a:active
	{
	width: 196px;   /* IE5.x/Win) */
	w\idth: 175px; /* other IE) */
	}
	/* IE navigation width adjust 2nd level */
	* html div.navi ul li li a:link,
	* html div.navi ul li li a:visited,
	* html div.navi ul li li a:hover,
	* html div.navi ul li li a:active
	{
	width: 196px;   /* IE5.x/Win) */
	w\idth: 170px;  /* other IE) */
	}
	/* IE navigation width adjust 3rd level */
	* html div.navi ul li li li a:link,
	* html div.navi ul li li li a:visited,
	* html div.navi ul li li li a:hover,
	* html div.navi ul li li li a:active
	{
	width: 196px;   /* IE5.x/Win) */
	w\idth: 155px;  /* other IE) */
	}
	/* IE navigation width adjust 4th level */
	* html div.navi ul li li li li a:link,
	* html div.navi ul li li li li a:visited,
	* html div.navi ul li li li li a:hover,
	* html div.navi ul li li li li a:active
	{
	width: 196px;   /* IE5.x/Win) */
	w\idth: 146px;  /* other IE) */
	}
	
/* tweak table width of HTML area editor */
	.MsoTableGrid {
	width: 87% !important;
	wid\th: 100% !important;
	font-size: 1em;
	}
	
/* boxed content */
	.box {
	border:1px solid #CFDCE5;
	padding:8px;
	margin-bottom:10px;
	}
	
/* links in the content area */
	.inhalt p a:link, .inhalt p a:visited, .inhalt p a:hover, .inhalt p a:active {
	font-weight:normal;
	text-decoration:underline;
	}

/* Helpers */

	.line{
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	height:1px;
	font-size:1px;
	margin:5px -8px 0 -8px;
	padding:0
	}
	.reader {
	display:none
	}
	/* reset all columns */
	.clearer {
	height: 1px;
	width:100%;
	clear: left;
	font-size:0px;
	line-height: 0px;
	margin:0;
	padding:0
	}
	.left{
	float: left;
	}
	/* CSS2 tweak for H6 float */
	.box .left[class]{
	background-color:#fff;
	}
	.box[class] h6{ padding-left:150px; }
	.box ul li {
	list-style-type: disc;
	color: #333;
	font-size:90%;
	}
	/* Items of footer navi menu */
	.fmenu{
	font-size:90%;
	}

/* *** EXT:tt_news *** */

	/* prevent floated images from overlapping the div-containers they are wrapped in  */
	.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer {
	clear: right;
	height: 1px;
	color: #ECF1F5;
	background-color: #ECF1F5;
	border: 0px solid #ECF1F5;
	}
	.news-latest-container HR.clearer {
	clear:left;
	}

/* tt_news LATEST view */

	.news-latest-container {
	border: 1px #333;
	background-color: #FFFFFF;
	}
	.news-latest-container H2,.news-latest-gotoarchive {
	color: #000;
	padding: 3px;
	margin: 3px;
	background-color: #9FB6C7;
	}
	.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
	}
	.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#FFF;
	}
	.news-latest-gotoarchive A {
	color:#FFF;
	}
	.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	background-color:#ECF1F5;
	}
	.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	float:left;
	}
	.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
	}
	.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:85%;
	}
	.news-latest-title {
	font-size:100%;
	}
	.news-latest-morelink {
	height: 12px;
	background-color: #CEDCE5;
	}
	.news-latest-morelink A {
	float:right;
	}

/* tt_news LIST view */

	.news-list-container {
	border:1px solid #FFF;
	background-color:#FFFFFF;
	}
	.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	background-color:#ECF1F5;
	}
	.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #FFF;
	background-color:#FFFFFF;
	}
	.news-search-emptyMsg {
	margin:0px;
	}
	.news-search-form FORM {
	margin:0px;
	}
	.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	color: #000;
	border-bottom: none;
	/*	background-color: #FFFFFF; */
	}
	.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#000;
	padding-left:2px;
	}
	.news-list-container H3 A {
	color:#000;
	}
	.news-list-container P {
	padding-left:3px;
	}
	.news-list-date {
	float: right;
	color: #333333;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size:85%;
	font-weight: normal;
	/*	background-color: #FFFFFF; */
	}
	.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size:85%;
	}
	.news-list-container IMG {
	border: 1px solid #666;
	margin-bottom: 5px;
	color: #000000;
	margin-right: 2px;
	margin-left: 5px;
	float: right;
	}
	.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
	}
	.news-list-morelink,.news-list-category {
	font-size:85%;
	margin-left:3px;
	}
	.news-list-morelink  {
	margin-bottom:3px;
	}
	.news-list-browse {
	text-align: center;
	}

/* tt_news Page-Browser */

	.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#FFFFFF;
	}
	.tx-ttnews-browsebox TD {
	font-size:90%;
	}
	.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
	}
	.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P {
	margin:0px;
	}
	.tx-ttnews-browsebox-SCell {
	background-color: #FFFFFF;
	border:1px solid #666;
	}
	.news-search-emptyMsg {
	font-size:95%;
	margin-left: 10px;
	}

/* tt_news SINGLE view */

	.news-single-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:5px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	}
	.news-single-item H2 {
	font-size:130%;
	font-weight: bold;
	color: Gray;
	margin-bottom: 10px;
	}
	.news-single-item H3 {
	margin-bottom: 5px;
	}
	.news-single-img {
	float: right;
	margin-left:5px;
	}
	.news-single-imgcaption {
	padding:3px;
	clear:both;
	}
	.news-single-category {
	float: right;
	margin-bottom: 5px;
	}
	.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size:95%;
	margin-bottom: 15px;
	margin-top: 10px;
	}
	.news-single-timedata {
	float: right;
	}
	.news-single-timedata, .news-single-author, .news-single-imgcaption, .news-single-category {
	font-size:85%;
	}
	.news-single-author {
	padding-bottom: 3px;
	margin-bottom: 5px;
	}
	.news-single-additional-info {
	background-color: #FFFFFF;
	clear: both;
	margin-top: 15px;
	border: 1px solid #FFF;
	padding:3px;
	padding-bottom:0px;
	}
	.news-single-related,.news-single-files,.news-single-links {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#FFFFFF;
	}
	.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
	}
	.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size:95%;
	margin-left:5px;
	width:90%;
	}

/* tt_news Archivemenu (AMENU) */

	.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#FFFFFF;
	}
	.news-amenu-container LI {
	padding-bottom:1px;
	}
	.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #000;
	background-color:#FFFFFF;
	list-style-type: none;
	}
	.news-amenu-container H2 {
	color: Gray;
	padding: 3px;
	border: 1px solid #FFF;
	background-color: #FFFFFF; 
	}
	.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px;
	background-color: #FFFFFF;
	color: ThreedShadow;
	}

/** end tt_news **/

/** start tx-indexedsearch **/

	.tx-indexedsearch-searchbox { visibility: hidden; }
	.tx-indexedsearch-searchbox INPUT { visibility:hidden; }
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
	.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:-25px; margin-bottom:25px; }
	.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background: #ECF1F5; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
	.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
	.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup {  padding:0 0.3em 0 0.3em; background: #FAFAD2; font-weight: bold;  color: #FF4500;   }

/** end tx-indexedsearch **/

/* start tx-newloginbox-pi3 */

	.tx-newloginbox-pi3-listrow TD { background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { background-color:#cccccc; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { font-weight:bold; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { background-color:#f6f6f6; }

/* end tx-newloginbox-pi3 */

/* start tx_spdirectory-pi1 */

	.tx_spdirectory-pi1-myform { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; }
	.tx_spdirectory-pi1-myformactive { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; color: #CC0000; }
	.tx_spdirectory-pi1-dotted { border: 1px solid #DADADA; }
	.tx_spdirectory-pi1-small { font-size: 10px; }
	.tx_spdirectory-pi1-dottedcorner { border-top: 0px none; border-right: 0px none; border-bottom: 2px dotted #DADADA; border-left: 2px dotted #DADADA; }
	.tx_spdirectory-pi1-dottedcolor { border: 2px dashed #EEEEFD; }

/* end tx_spdirectory-pi1 */

/* start 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 */

/* end tx_cssstyledcontent */
#tx-lzgallery-pi1-fotonav {
	background-color:lightgrey;
	border-color:Silver;
	border-style:solid;
	border-width:2px;
	font-family:verdana;
	} 
#tx-lzgallery-pi1-fotos {
	border-width:2px;
	border-style:solid;
	border-color:Silver;
	text-align:center;
	padding:5px 5px 5px 5px;
	background-color:#F5F5F5;
	border-collapse:collapse;
	font-family:verdana;
	} 
#tx-lzgallery-pi1-title {
	text-align:center;
	margin-bottom:20px;
	font-size:120%;
	font-weight:bold;
	color:#575757;
	border:0;
	}
#tx-lzgallery-pi1-fotos td {
	text-align:center;
	padding:0;
	border-style:solid;
	border-width:1px;
	border-color:Silver;;
	padding:3px;
	}

.tx-lzgallery-navi span {
	padding-right:5px;
	}
.tx-lzgallery-navi {
	text-align:center;
	padding-bottom:5px;
	}
.tx-lzgallery-pi1-1x1-1 {
	font-size:120%;
	font-weight:bold;
	border:0;
	margin-bottom:6px;
	} 
.tx-lzgallery-pi1-1x1-2 {
	font-size:100%;
	border:0;
	margin:6px 6px 6px 6px;
	} 

/* ** end misc classes ** */

/* *** end content classes *** */

/* !!!!!! edstatus !!!!!!!*/

/*-----------------------------------           -----------------------------------*/
/*-----------------------------------  csc      -----------------------------------*/
/*-----------------------------------           -----------------------------------*/


/***************************/ 
/* General element styles:*/ 
/***************************/ 
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family:arial, helvetica, sans-serif; color:#000000; }
PRE { font-family:monospace; }
A { color: #1E6289; text-decoration:none;  background-color: transparent; }
A:hover { color:#FF6000; text-decoration:none; }
FORM { margin:0px 0px 0px 0px; }
P, PRE { margin:0px 0px 0px 0px; }
INPUT, TEXTAREA, SELECT textarea { font-family:arial, helvetica, sans-serif; color:#555555; border:#7EBFD8 1px solid; }

/********************************/ 
/* Frames, spacing, link-to-top */ 
/********************************/ 
P.csc-linkToTop { text-align:right; }
P.csc-linkToTop A { font-weight:bold; }

DIV.csc-frame { border:0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top:1px dotted #333333; }
DIV.csc-frame-rulerAfter { border-bottom:1px dotted #333333; }
DIV.csc-frame-indent { padding-left:100px; }
DIV.csc-frame-indent3366 { padding-left:33%; }
DIV.csc-frame-indent6633 { padding-right:33%; }
DIV.csc-frame-frame1 {
   background-color: #ECF1F5;
   padding: 2px 4px 2px 4px;
/*   border: 1px solid #333333; */
}
DIV.csc-frame-frame2 { background-color:#FFFFFF; padding:4px 0px 8px 0px; border-bottom:1px dotted #FF6000; margin-bottom:12px; margin-top:5px; font-size:100%; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top:2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top:2px; }

p.klein { font-size:90%; }

/******************/ 
/* Headers, plain */ 
/******************/ 
H1 { font-size:150%; color: #575757; }
H2 { font-size:130%; color: #575757; }
H3 { font-size:120%; color: #575757; }
H4 { font-size:110%; color: #575757; }
H5 { font-size:100%; color: #575757; }
H6 { font-size:100%;font-weight: bold; color:#333; background-color: #CFDCE5; padding: 3px 4px; margin:0; }
H1, H2, H3, H4, H5, H6 { margin:0px 0px 0px 0px; margin-top:10px; margin-bottom:8px; }
H1.csc-firstHeader { margin-top:-1px; } 
/* H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; } */

/* Headers, with link */ 
H1 A, H2 A, H3 A, H4 A { color:#000000; text-decoration:none; }
H2 A { color:red; }
H3 A { color:#10007B; }
H4 A { color:#8A0020; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration:underline; }

/* Header date */ 
P.csc-header-date { font-size:90%; color:#186900; }

/* Subheader, general */ 
P.csc-subheader { font-style:italic; background-color:#EDEBF1; }

/* Subheader, specific */ 
P.csc-subheader-0 { font-style:normal; }
P.csc-subheader-1 { color:#186900; }
P.csc-subheader-2 { color:#10007B; }
P.csc-subheader-3 { color:#8A0020; }

/*******************/ 
/* RTE / Bodytext:*/ 
/*******************/ 
P.bodytext {
   color: #000000;
}
P.bodytext A { font-weight:normal; }

/* RTE / Bulletlists */ 
UL { margin-top:0px;  }
UL OL LI { font-size:100%; }
OL { margin-top:0px; }
LI { margin-top:0px; margin-bottom:0px; padding-top:2px; }  
UL.LI {list-style-image:url(../../../../../media/bullets/dot.gif); margin-top:0px; margin-bottom:0px; margin-left:15px; margin-right:0px; }

/* RTE / Table styling */ 
TABLE.contenttable { border:1px #333333 solid; margin:10px 0px 10px 0px; width:100%; }
TABLE.contenttable TR TD { padding:0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size:90%; }
TABLE.contenttable TR { background-color:#EDEBF1; }

TABLE.blindtable { border:0px; margin:10px 0px 10px 0px; width:100%; }
TABLE.blindtable TR TD { padding:0px 3px 0px 3px; vertical-align: middle; }
TABLE.blindtable TR TD P.bodytext { font-size:100%; }
TABLE.blindtable TR { background-color:#FFFFFF; }

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link { text-decoration:underline; }
a.external-link-new-window { display: inline; }
a.internal-link { text-decoration:none; }
a.internal-link-new-window {}
a.download {}
a.mail {}

img {border:0px;}

/**********/ 
/* Images */ 
/**********/ 

/* Images / Captions */ 
P.csc-caption { font-size:90%; font-style:italic; }

/* Images / Tables / Floating text */ 
TABLE.imgtext-table { border:0px; }

/* Images / Tables / Wrapped text */ 
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here:*/ 
TABLE.imgtext-nowrap { border:0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top:0px; }

/***************/ 
/* Bulletlists */ 
/***************/ 
#colNormal ul LI {
color:#000000; margin-top:3px; margin-bottom:3px; list-style-image:url(../../../../../media/bullets/dot.gif);
}

/* Bulletlists, general */ 
UL.csc-bulletlist LI { color:#000000; margin-top:3px; margin-bottom:3px; list-style-image:url(../../../../../media/bullets/dot.gif); }

/* Bulletlists, specifically */ 
UL.csc-bulletlist-0 { color:#000000; margin-bottom:5px; list-style-image:url(../../../../../media/bullets/dot.gif); }
UL.csc-bulletlist-1 { color:#000000; margin-bottom:5px; list-style-type :decimal; }
UL.csc-bulletlist-2 { color:#000000; margin-bottom:5px; list-style-position :inside; }
UL.csc-bulletlist-3 { color:#000000; margin-bottom:5px; list-style-image: url(img/red_arrow_bullet.gif); }

/*********************/ 
/* Tables, generally */ 
/*********************/ 
TABLE.contenttable P { font-size:100%; }
TABLE.contenttable TR TD { vertical-align:top; }

/* Tables, specifically */ 
TABLE.contenttable-0 P { color:#000000; }

TABLE.contenttable-1 P { color:#186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight:bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color:#D1D2E4;}
TABLE.contenttable-2 P { color:#10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color:#F5FFAA;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight:bold; }
TABLE.contenttable-3 P { color:#8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color:#D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight:bold; }

/************************/ 
/* Filelinks, generally */ 
/************************/ 
TABLE.csc-uploads { border:0px; }
TABLE.csc-uploads TR TD P { background-color :transparent; font-size:90%; }
TABLE.csc-uploads TR TD { vertical-align :top; }
TABLE.csc-uploads TR.tr-even { background-color: #ECF1F5; }
TABLE.csc-uploads TR.tr-odd { background-color:#D8D7DC; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left:6px; padding-right:6px; width:1%; text-align:center; vertical-align:middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width:80%; padding-left:5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: lighter; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style:italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space:nowrap; padding-left:6px; padding-right:6px; }

/* Filelinks, specifically */ 
TABLE.csc-uploads-1 { border-color:#186900; }

TABLE.csc-uploads-2 { border-color:#10007B; }

TABLE.csc-uploads-3 { border-color:#8A0020; }
TABLE.csc-uploads-3 TR TD { vertical-align:middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border:2px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border:2px solid #333333; }



/*****************/ 
/* Various Forms */ 
/*****************/ 

/* Email, Login and Search forms generally:*/ 
FORM TABLE TR TD { padding-left:5px; padding-right:20px; }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color:#D8D7DC; }
FORM TABLE TR TD.csc-form-fieldcell { background-color:#EDEBF1; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border:1px solid #333333; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight:bold; }

/* Email form, specifically */ 
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* Login form, specifically */ 
.tx-newloginbox-pi1 {
	
}
.tx-newloginbox-pi1-submit {
	
}

/* Contact Form */
/* FORM fieldset.csc-mailform { border:1px solid green; } */
.csc-mailform { border:0px solid black; }
.csc-mailform input,  .csc-mailform textarea { padding: 3px; }
.csc-mailform-field label { width: 120px; display:block; float: left; font-size:90%;  }
.csc-mailform-field { padding-bottom: 10px; }
.csc-mailform-submit { font-size:90%; padding: 1px; }
	
/******************************/ 
/* Menu / Sitemap, List style */ 
/******************************/ 

#sitemap-baum ul {
list-style-type: none;
margin: 0 30px 0 45px;
padding: 0;
border-left: 2px dotted #9FB6C7;
}
#sitemap-baum ul li {
margin: 8px 0 0 0;
padding: 0;
}
#sitemap-baum ul ul {
list-style-type: none;
border-left: 2px dotted #9FB6C7;
margin: 0 0 0 30px;
padding: 0;
}
#sitemap-baum ul ul li {
margin: 0;
margin: 3px 0 0 0;
padding: 0;
font-size:100%;
}
#sitemap-baum ul a {
margin: 0;
padding: 0 10px;
font-size:105%;
font-variant: normal;
text-decoration: none;
font-weight: bold;
background-color: #CEDCE5;
color: Black;
border-bottom: 1px solid #9FB6C7;
}
#sitemap-baum ul a:visited {
background-color: #CEDCE5;
color: #696969;
padding-right: 15px;
}
#sitemap-baum ul a:hover,
#sitemap-baum ul a:active,
#sitemap-baum ul a:focus {
background-color: #fffff7;
color: #a00;
}
#sitemap-baum ul ul a {
font-variant: normal;
font-weight: normal;
background-color: #CEDCE5;
}
#sitemap-baum ul ul a.lev2 {
font-variant: normal;
font-weight: normal;
}
#sitemap-baum ul span.sm-aktiv {
padding-left: 10px;
font-weight: bold;
}

/****************************************/ 
/* Frontend editing / TYPO3 Admin Panel */ 
/****************************************/ 
IMG.frontEndEditIcons { vertical-align:middle; margin:0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */ 
TABLE.typo3-adminPanel { border:1px solid black; background-color:#F6F2E6;text-align:left; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color:#9BA1A8;text-align:left; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color:#ABBBB4;text-align:left; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border:0px; }
TABLE.typo3-adminPanel TD FONT { font-family:verdana; font-size:11px; color:black; }
TABLE.typo3-adminPanel TD A FONT { font-family:verdana; font-size:11px; color:black; }
TABLE.typo3-editPanel { border:1px solid black; background-color:#F6F2E6; }
TABLE.typo3-editPanel TD { border:0px; }

/*************/ 
/* Debugging */ 
/*************/ 
/*
H1, H2, H3, H4, H5, H6, P, UL, OL, LI, BLOCKQUOTE, PRE { border:1px dotted #999999;}
TD TABLE { border:1px dotted #000099;}
DIV { border:1px dotted #990000;}
IMG.spacer-gif { border:1px solid black; }
*/

