/* Offizielle MinD Farben: dunkelblau: 004e91 - hellblau: 0090d6 */

    /* 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 */
	
	/* ALL STYLES */
	/* -- global declarations --------------------------------------------------- */

body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 62.5%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	text-align: center; /* needed to center the container in IE5.x because it doesn't like 'margin: 0 auto' */
	background: #d1ccc6 url(images/back_main.gif);
	padding: 10px;
	margin: 0;
}

table { font-size:1.2em; } 

form, div { margin: 0; padding: 0; }
img { margin: 0; padding: 0; border: 0; }
em	{ color: #999; }

ul ul { font-size: 1em; background-color: #fff;} /* we use relative sizing */

.csc-frame-frame1 {
	background-color: #FCC;
	border: 1px dotted #004e91;
	margin: 0 0 20px 0;
	padding: 10px;
}

#content .csc-frame-frame1 h2 {
	margin-top: 0;
}


/* -- declarations for site-layout ------------------------------------------ */

/* -- frame (centering page) ------------------------------------------------ */

#frame {
	width: 726px;
	text-align: left; /* resets the text alignment */
	padding: 0;
	margin: 0 auto; /* centers the container */
}

#frame-shadow-bg {
	padding: 5px 8px;
	background: #fff url(images/frame-shadow.gif) repeat-y;
}

#frame-shadow-top {
	height: 3px;
	font: 1px/3px Verdana, Tahoma, sans-serif;
	background: #fff url(images/frame-shadow-top.gif) top center no-repeat;
}

#frame-shadow-bottom {
	height: 3px;
	font: 1px/3px Verdana, Tahoma, sans-serif;
	background: #fff url(images/frame-shadow-bottom.gif) top center no-repeat;
}

.clear { clear: both; float: none; font-size: 1px; color: #FFF; }


/* -- header (website title and logo) --------------------------------------- */

#header {
    height: 120px;
	padding: 0;
	margin: 0 0 20px 0;
	background: #004e91 url(images/silhouette3.gif) bottom center no-repeat;;
}

#header-left {
	color: white;
	font-size: 2em;
	margin: 0;
	padding: 0;
	width: 49%;
	text-align: left;
	float: left;
}

#header-right {
	margin: 0;
	padding: 0;
	width: 49%;
	text-align: right;
	float: right;
}

#header h1	{
	background: transparent url(images/logo_text_arial.gif) top left no-repeat;
	margin: 5px 0 0 10px;
	padding: 0;
	padding-top: 102px;
	overflow: hidden;
	height: 0px !important;	/* for most browsers */
	height /**/:102px;		/* for pre 6.0 IE Win */
	cursor: pointer;
}



	
#header img {
	margin: 5px 10px 0 0;
	padding: 0;
}


/* -- content-section ------------------------------------------------------- */

#main { margin: 0; padding: 0; width: 100%; }

#main-left {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	width: 525px;
}

#main-right {
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	width: 180px;
}

#main-right .content-box {
	margin: 0 0 1em 0;
	padding: 0.5em;
	border: 1px solid #d1ccc6;
}

#main-right .content-box h3 {
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#main-right .content-box p {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#main-right .content-box a {
	color: #004e91;
	text-decoration: none;
	border-bottom: 1px solid #004e91;	
}

#main-right .content-box a:hover {
	color: #004e91;
	text-decoration: none;
	border-bottom: 1px dotted #004e91;
}

#main-right .content-box a.no-border,
#main-right .content-box a:hover.no-border {
	color: #004e91;
	text-decoration: none;
	border: 0;
}

#main-right .content-box a:hover img {
	border-bottom: none;
}


/* -- menu (hierachical unordered list) ------------------------------------- */

#navigation	{
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li	{
	margin: 0;
	padding: 0;
	display: inline; /* -- prevent spaces in ie6 ----- */
}

#navigation a { text-decoration: none; }
#navigation a,
#navigation .selflink,
span.nav-1-cur,
span.nav-2-cur {
	display: block;
	margin: 0;
	padding: 4px 4px;
	width: 172px !important;	/* for most browsers ------ */
	width: 180px;			/* for pre 6.0 IE Win ---------- */
}

#navigation strong { font-weight: bold; }

#navigation .wikilink,
#navigation .selflink,
.nav-1-no,
.nav-1-act,
.nav-1-cur {
	color: #000;
 	border-bottom: 1px solid #fff;
}
#navigation .wikilink,
.nav-1-no  { background-color: #d1ccc6; }
.nav-1-act { color: #fff; background-color: #004e91; }
#navigation .selflink,.nav-1-cur { color: #fff; background-color: #004e91; font-weight:bold; }
.nav-2-no,
.nav-2-cur  {
	color: #000;
	background-color: transparent;
	border-bottom: 1px solid #d1ccc6;
}
.nav-2-cur { background-color: #eee; }


#navigation h2,
#navigation dfn,
.hidden {
	/* The equivalent of 'display: none' but leaves the elements readable by some screen readers */
	position: absolute;
	overflow: hidden;
	clip: rect(0,0,0,0); /* because 'height: 0' doesn't have any fun in IE5.5 */
	height: 0; /* because clip doesn't have any fun in IE6 */
}


/* -- content --------------------------------------------------------------- */

#content {
	text-align: left;
	margin: 0;
	padding: 0px 20px 10px 20px;
}

#content a {
	color: #004e91;
	text-decoration: none;
	border-bottom: 1px solid #004e91;
}
#content a:hover {
	color: #004e91;
	text-decoration: none;
	border-bottom: 1px dotted #004e91;
}

#content h2,
#content h3,
#content h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #333;
}

#content h2 { font-size: 1.6em; margin: 0 0 0.8em 0; }
#content h3 { font-size: 1.4em; margin: 1em 0 0.4em 0; }
#content h4 { font-size: 1.2em; margin: 1em 0 1em 0; }

#content p {
	font-size: 1.2em;
	line-height: 1.4em;
 	margin: 0 0 0.8em 0;
}

#content ul { font-size: 1.2em; line-height: 1.4em; }
#content ul ul { font-size: 1em; }

#content .comments { font-size: 1.1em; margin: 15px 0 0 0; }


/* -- formatting for online-test -------------------------------------------- */

#online-test .results,
#online-test .instructions {
	font-size: 1em;
	margin: 1em 0 2em 0;
	padding: 1em 1em 0 1em;
}

#online-test .results { border: 1px solid #caa; background-color: #fee; }
#online-test .instructions { border: 1px solid #aaa; background-color: #eee; }

#online-test .results h3,
#online-test .instructions h3 { font-size: 1.3em; margin: 0 0 .4em 0; }

#online-test .results p,
#online-test .instructions p,
#online-test .solutions dl {
	font-size: 1.1em;
}

#online-test .solutions dl dl {
	font-size: 1em;
}

#online-test .solutions dt {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	margin: 1em 0 1em 0;
}

#online-test .solutions dd dt {
	font-size: 1em;
}

#online-test .instructions em {
	color: #666;
	font-style: normal;
	font-weight: bold;
}

#online-test table { margin: 10px 0 0 0; padding: 0; }

#online-test td {
	font-size: 11px; /* switch off relative text-sizing for test-table */
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#online-test .answers td { text-align: center; padding: 0 0 20px 0; }
#online-test .answer-text td { vertical-align: middle; }
#online-test .answer-text input {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	padding: 2px;
}


/* -- formatting for local contacts list ------------------------------------ */

table#contacts { margin: 10px 0 20px 0; padding: 0; }
#contacts tr.r1 { background-color: #eee; }
#contacts tr.r2 { background-color: #ddd; }

#contacts td {
	font-size: 12px; /* switch off relative text-sizing for test-table */
	vertical-align: top;
	margin: 0;
	padding: 4px;
	border-bottom: 1px solid #fff;
}

#contacts td.city,
#contacts td.contact {
	border-right: 1px dashed #eee;
}

/* -- formatting for newsletter subscription -------------------------------- */

#content form {
	margin: 0 0 10px 0;
	padding: 0;
}

#content fieldset {
	margin : 0;
	padding : 10px;
	border : 1px solid #999;
}

#content fieldset div br { display : none; }

#content legend {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 0 5px 5px 5px;
}

#content label {
	font-size: 1.1em;
	margin: 4px  0 2px 0;
	padding: 0;
	display : block;
}

#content #fm-submit {
	clear: both;
	padding-top: 10px;
	text-align: center;
}

#content #fm-submit input {
	font-size: 1.1em;
	padding: 2px 4px;
	color: #333;
}

#content fieldset div {
	margin: 0;
	padding: 0;
}

#content fieldset div.fm-optional {
	display : block;
}

#content fieldset div input {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
	width: 250px; /* Width for modern browsers */
	border: 1px solid #004e91;
	padding: 1px;
}

#content fieldset div select {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
	width: 250px; /* Width for modern browsers */
	border: 1px solid #004e91;
	padding: 1px;
}

#content .fm-optional input { border : 1px solid #999; }

#content .error { color: #004e91; }


/* =dot3_linkedsources */

#content .tx-dot3linkedsources-pi1 {
	margin: .8em 0;
}

#content .tx-dot3linkedsources-pi1 table {
	font-size: 1.2em;
	margin: 0;
	width: 100%;
}

#content .tx-dot3linkedsources-pi1 table th, .tx-dot3linkedsources-pi1 table td {
	margin: 0;
	padding: .4em 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 2px solid #FFF;
}

#content .tx-dot3linkedsources-pi1 .date {
	width: 90px;
	padding-right: 0;
}

#content .tx-dot3linkedsources-pi1 .title {
	text-align: left;
}

#content .tx-dot3linkedsources-pi1 table tr.last td {
	border-bottom: none;
}

#content .tx-dot3linkedsources-pi1 table th {
	background: #D00;
	color: #FFF;
	line-height: 100%;
}

#content .tx-dot3linkedsources-pi1 table tr {
	background: #E6E6E6;
}

#content .tx-dot3linkedsources-pi1 table tr.alt {
	background: #F1F1F1;
}

#content .tx-dot3linkedsources-pi1 td a, .tx-dot3linkedsources-pi1 td span {
	padding: .4em 0  .4em 21px;
	color: #D00;
	background-position: left center;
	background-repeat: no-repeat;
}

#content .tx-dot3linkedsources-pi1 td a {
	border: 0;
	text-decoration: none;
}

#content .tx-dot3linkedsources-pi1 td a:hover {
	text-decoration: underline;
}


/* -- footer (copyright and disclaimer ) ------------------------------------ */

#footer {
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	padding: 0 0 5px 0;
	margin: 10px 8px 0 8px;
}


/* -- extension specific definitions ---------------------------------------- */

.user-contactws-pi1 ul {
	margin-left: 0;
	list-style-type: none;
}

#navigation ul li ul li a.wikilink  { color: #000; background-color: transparent; border-bottom: 1px solid #d1ccc6;}
#navigation ul li ul li a.selflink  { color: #000; background-color: #eee; border-bottom: 1px solid #d1ccc6;}

#tf table, .tf table { background:#c0c0c0}
#tf tr, .tf tr { background:#fff}
#tf td, .tf td { vertical-align:top}
div table ul li { font-size: 0.8em }