@charset "UTF-8";
#content {
	position: relative;
	top: 0;
	left: 0;
	z-index: 50;
	}

#content * {
	z-index: 51;
	}

#content #faux_separator {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 55;
	width: 1px;
	height: 100%;
	border-right: 3px solid #d4d9ec;
	margin-left: 99px;
	}

#content h1,
#content h2 {
	color: #0f71b4;
	font-weight: normal;
	font-size: 20px;
	margin: 10px 0;
	clear: both;
	}

#content h2 {
	font-weight: bold;
	font-size: 15px;
	margin-top: 20px;
	}


#content h1 + h2,
#content hr + h2 {
	margin-top: 10px;
	}

#content p {
	margin: 1em 0;
	}

#content p.notify {
	color: #cc0000;
	}

#content p.notify strong {
	display: block;
	}

#content img.portrait {
	width: 110px;
	margin: 10px;
	margin-top: 0;
	float: left;
	clear: both;
	}

#content hr {
	height: 2px;
	background: none;
	border: 1px solid #d4d9ec;
	border-bottom-color: #fff;
	margin: 1em 0;
	clear: both;
	}

#content ul,
#content ol {
	width: auto;
	margin: 1.5em 0;
	}

#content ul.dates,
#content ol {
	padding: 0;
	background: url('/tpl/content_back.png') top repeat-x;
	border-top: 1px solid #d4d9ec;
	list-style: none;
	}

#content ol {
	list-style: decimal inside;
	}

#content li {
	position: relative;
	left: 0;
	top: 0;
	padding: .5em 10px;
	border-bottom: 1px solid #d4d9ec;
	/*margin: .5em 0;*/
	clear: both;
	}

#content ul.symbols_big li.word {
	background-image: url('/tpl/icon_word_white.jpg');
}
#content ul.symbols_big li.pdf {
	background-image: url('/tpl/icon_pdf_white.jpg');
}
#content ul.symbols_small li.word {
	background-image: url('/tpl/icon_word_white_small.jpg');
}
#content ul.symbols_small li.pdf {
	background-image: url('/tpl/icon_pdf_white_small.jpg');
}

#content .inline li {
	width: 25%;
	border: none;
	float: left;
	clear: none;
	}

#content ol li {
	padding-left: 2.5em;
	text-indent: -1.5em;
	}

#content ul.dates li strong {
/*	margin-left: -100px;
	float: left;*/
	}

#content li a {
	width: auto;
	}

#content ol.program {
	background: none !important;
}
#content ol.program li a {
	position: absolute;
	right: 10px;
	bottom: 3px;
	padding: 0;
	margin: 0;
	display: block;
	}

#content ol.program li a img {
	height: 27px;
	width: 27px;
	border: none;
	display: block;
	}

#content ol ul {
	padding: 0;
	margin: .5em 0;
	}

#content ol ul li {
	border: none;
	}

#content table.program td {
	padding: 0 5px;
	}

#content .right {
	white-space: nowrap;
	float: right;
	}

#content .left {
	float: left;
	}

#content .col {
	margin-top: -1px;
	}

#content .col.right {
	width: 325px;
	margin-right: -20px;
	white-space: normal;
	}

#content .col.left {
	width: 485px;
	padding-right: 20px;
/*	border-right: 3px solid #d4d9eb;*/
	margin-right: -3px;
	}

#content .row245,
#content .goethe,
#content div.logo {
	height: 200px;
	width: 285px;
	padding: 0 20px;
	background: url('/tpl/content_back.png') top repeat-x;
/*	border-left: 3px solid #d4d9eb;*/
	border-top: 3px solid #d4d9eb;
	}

#content .goethe {
	height: 150px;
	padding-top: 50px;
	}

#content div.logo.show_ {
	display: none;
	}

#content .row245:first-child {
	border-top: none;
	}

#content img.logo {
	height: 100%;
	width: 100%;
	padding: 0 20px;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: -20px;
	}

#content .row {
	width: 850px;
	background: url('/tpl/content_back.png') top repeat-x;
	border-top: 3px solid #d4d9eb;
	margin-left: -20px;
	clear: both;
	}

#content .row .subrow {
	padding: 0 20px;
	}

#content .row.h180 {
	height: 180px;
	}

#content .cell {
	height: 170px;
	padding: 1em 20px;
	float: left;
	}

#content .cell.w210 {
	width: 200px;
	padding: 5px;
	font-size: 12px;
	}

#content .cell.w430 {
	width: 384px;
	padding-bottom: 0;
	border-width: 0 3px;
	border-style: solid;
	border-color: #fff #d4d9eb;
	}

#content .cell.w425 {
	width: 385px;
	height: auto;
	}

#content .cell .img {
	height: 70px;
	line-height: 70px;
	/*temp*/background: #eef;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	}

#content .cell .img * {
	vertical-align: middle;
	}

#content .cell p {
	margin: 0;
	}

#content .cell p span {
	margin: .5em 0;
	display: block;
	}

#content h3 {
	color: #0f71b4;
	font-weight: bold;
	font-size: 13px;
	clear: both;
	}

#content a {
	color: #f70;
	text-decoration: none;
	}

#content a:hover,
#content a:focus {
	text-decoration: underline;
	}


/* Submen?s im Content-Bereich f?r die ?bersichtsseiten */
#content #submenu_fortbildung, #content #submenu_ansprechpartner {
	list-style-type: none;
}
/* Kontaktformular */
#content .contactTable {
	width: 100%;
}
#content .contactTable th, #content #contactTable td {
	text-align: left;
	padding: 2px 5px;
	vertical-align: top;
}
#content .contactTable th {
	width: 300px;
	border-left: 3px solid transparent;
}
#content .contactTable td {
	text-align: right;
	padding-right: 10px;
}
#content .contactTable td del {
	text-decoration: none;
	color: black;
	font-style: italic;
	font-weight: bold;
	display: none;
}
#content .contactTable input, #content .contactTable textarea, #content .contactTable select {
	width: 100%;
	background-image: url('/tpl/content_back.png');
	background-repeat: repeat-x;
	background-position: 0 -35px;
	border: 1px solid #d4d9eb;	
}
#content .contactTable input:focus, #content .contactTable textarea:focus, #content .contactTable select:focus {
	border-color: #f70;
}
#content .contactTable input, #content .contactTable select {
	padding: 3px 5px;
}
#content .contactTable textarea {
	height: 100px;
	padding: 3px;
	font-size: 12px;
}

#content .contactTable tr.fail th, #content .contactTable tr.fail td {
	border-left-color: #f70;
}
#content .contactTable tr.fail td del {
	display: block;
}

#content #choice a {
	margin-left: 25px;
	}
#content #choice .active {
	font-weight: bold;
	text-decoration: underline;
	}
	
#content .signature p {
	padding-bottom: 2em;
	margin: 0;
	margin-right: 40px;
	font-weight: bold;
	float: left;
	}
#content .signature small {
	font-weight: normal;
	display: block;
	}
/* CSS Document */

/**
 *	Color Management:
 */

*, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	text-align: center;
	background: #d4d9ec url('/tpl/faux_content_back.png') center repeat-y;
	height: 100%;
	font-size: 16px;
}

a:link		{ color: black; text-decoration: underline; }
a:visited	{ color: black; text-decoration: underline; }
a:focus		{ color: black; text-decoration: underline; }
a:hover		{ color: #0f71b4; text-decoration: none; }
a:active	{ color: black; text-decoration: underline; }
a img {
	border: 0 none;
}


#main {
	min-height: 100%;
	position: relative;
}
#bg {
	/*position: absolute;
	width: 850px;
	background-color: white;
	top: 0;
	left: 50%;
	height: 100%;
	margin-left: -425px;
	z-index: 0;
*/
	height: 6px;
	width: auto;
	background: #0f71b4;
	overflow: hidden;
}
.main {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-color: white;
	border-top: 5px solid #e1e6f3;
	position: relative;
	z-index: 3;
}
	#header div.main {
		height: 122px;
		background: url('../tpl/schriftzug.jpg') 580px 88px no-repeat white;
		position: relative;
	}
		#logo {
			position: absolute;
			top: 20px;
			left: 0px;
			border: 0 none;
		}
#navigation {
	background: url('../tpl/navi_bg.jpg') center left repeat-x transparent;
	height: 32px;
	position: relative;
	z-index: 2;
}
	#navigation div.main {
		position: relative;
	}
		#navigation div.main ul {
			list-style-position: inside;
			list-style-type: none;
			float: left;
			height: 32px;
			position: absolute;
			bottom: -32px;
			left: 0;
			width: 848px;
		}
		#navigation div.main ul li {
			list-style-position: inside;
			list-style-type: none;
			float: left;
		}
		#navigation div.main ul li a {
			display: block;
			/*padding: 0 16px;*/
			padding: 0 13px;
			color: #0c0c0c;
			text-decoration: none;
			font-size: 100%;
			background: url('../tpl/navi_bg_2.jpg') center left no-repeat transparent;
			line-height: 32px;
		}
		#navigation div.main ul li a:hover, #navigation div.main ul li.active a {
			background: url('../tpl/navi_bg_hover.jpg') center left repeat-x transparent;
		}
#subnavigation {
	height: 24px;
	background-color: #e1e6f3;
	border-bottom: 3px solid #c8ccd8;
}
	#subnavigation div.main {
		position: relative;
	}
		#subnavigation div.main ul {
			list-style-position: inside;
			list-style-type: none;
			float: left;
			height: 25px;
			position: absolute;
			left: 0;
			bottom: -25px;
			width: 850px;
		}
		#subnavigation div.main ul li {
			list-style-position: inside;
			list-style-type: none;
			float: left;
		}
		#subnavigation div.main ul li a {
			display: block;
			line-height: 25px;
			padding: 0 5px;
			margin: 0 5px;
			font-size: 13px;
			color: #212121;
			text-decoration: none;
		}
		#subnavigation div.main ul li a:hover, #subnavigation div.main ul li.active a {
			color: #0f71b4;
		}

#content {
	line-height: 150%;
	padding: 0;
	padding-bottom: 198px;
	background: #d4d9ec url('/tpl/faux_content_back.png') center repeat-y;
	border: 1px solid #d4d9ec;
	border-bottom-color: transparent;
	border-top-width: 5px;
	font-size: 13px;
	}

#content .clear {
	height: 0;
	padding: 0;
	background: none;
	border: none;
	margin: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	}

	#content div.main {
		min-height: 100%;
		padding: 1px 20px;
		width: 810px;/*850px;*/
		background: #fff url('/tpl/content_back.png') top repeat-x;
	}
/*
#content_separator_top {
	background-color: #d4d9eb;
	z-index: 9;
	height: 10px;
}
#content_separator_bottom {
	background-color: #d4d9eb;
	position: absolute;
	bottom: 195px;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 10px;
}
*/
#bottom_balken {
	height: 124px;
/*	position: absolute;
	bottom: 71px;
	left: 0;
	width: 100%;
	z-index: 20;
*/	background-color: #e1e6f3;
}
	#bottom_balken div.main {
		background: url('../tpl/line_bottom_2.jpg') top right repeat-y #e1e6f3 !important;
		height: 124px !important;
		width: 852px;
	}
	#bottom_balken div.main div.line {
		height: 124px !important;
		background: url('../tpl/line_bottom_2.jpg') top left repeat-y transparent !important;
	}
	#bottom_balken div.main div.line div {
		padding-left: 10px;
		padding-top: 5px;
	}
	
	#rechteSpalte, #linkeSpalte {
		position: relative;
		margin-top: 5px;
		margin-left: 10px;
	}
	#linkeSpalte a {
		width: 150px;
	}
	#rechteSpalte h1, #linkeSpalte h1 {
		font-size: 13px;
		margin-bottom: 5px;
		font-weight: bold;
		color: #0f71b4;
	}
	
#footer {
	background-color: #0f71b4;
	/*height: 71px;*/
	border-top: 5px solid #d4d9ec;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 70;
}
	#footer div.main {
		width: 852px;
		height: 71px;
		position: relative;
		z-index: 11;
		background: url('../tpl/icon_bottom.jpg') 804px 0px no-repeat #0f71b4;
	}

#bottom_balken #bottom_balken_left,
#footer #footer_left {
	width: 210px;
	float: left;
	}

#bottom_balken #bottom_balken_right,
#footer #footer_right {
	width: 640px;
	float: right;
	}

		#footer div.main div.line {
			height: 100%;
			background: url('../tpl/line_bottom_1.jpg') top left repeat-y transparent;
		}
		#footer div.main #footer_left div, #footer div.main #footer_right div {
			font-size: 10px;
			height: 31px;
			position: relative;
			color: #1f1f1f;
			line-height: 20px;
		}
		#footer div.main #footer_left div {
			padding-top: 17px;
			padding-left: 15px; 
		}
		#footer div.main ul {
			list-style-position: inside;
			list-style-type: none;
			float: left;
			position: absolute;
			left: 11px;
		}
		#footer div.main ul li {
			list-style-position: outside;
			list-style-type: none;
			float: left;
			padding: 0 2px;
			line-height: 20px;
			font-size: 10px;
		}
		#footer div.main ul li a {
			display: block;
			text-decoration: none;
			color: #1f1f1f;
			font-style: normal;
		}
		#footer div.main ul li a:hover, #navigation div.main ul li.active a {
			
		}
		#footer div.main ul#navigation_2 {
			top: 15px;
		}
		#footer div.main ul#navigation_2 li a {
			font-weight: bold;
		}
		#footer div.main ul#navigation_3 {
			top: 35px;
		}
		#footer div.main ul#navigation_3 li a {
			font-weight: normal;
		}
		
.nosee {
	display: none;
}

/* Box-Klasse mit gro?en Symbolen */
ul.symbols_big {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}
ul.symbols_big li {
	height: 42px;
	width: auto;
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 12px;
	padding: 7px 0;
	border: none !important;
}
ul.symbols_big li.word {
	background-image: url('/tpl/icon_word.jpg');
}
ul.symbols_big li.pdf {
	background-image: url('/tpl/icon_pdf.jpg');
}
ul.symbols_big li a {
	display: block;
	height: 37px;
	width: 100%;
	padding-top: 5px;
	text-decoration: none;
	padding-left: 50px;
}

/* Box-Klasse mit kleinen Symbolen */
ul.symbols_small {
	list-style-type: none;
	list-style-position: outside;
	width: 220px;
}
ul.symbols_small li {
	height: 40px;
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 10px;
	border: none !important;
}
ul.symbols_small li.word {
	background-image: url('/tpl/icon_word_small.jpg');
}
ul.symbols_small li.pdf {
	background-image: url('/tpl/icon_pdf_small.jpg');
}
ul.symbols_small li a {
	display: block;
	height: 26px;
	width: 187px;
	text-decoration: none;
	padding: 7px 0;
	padding-left: 33px;
	line-height: 15px;
}
ul.symbols_small li a:hover {
	color: #0f71b4 !important;
}