@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	
	border:none;
	text-decoration:none;
	
	vertical-align:top;
}

html, body {
	width:100%;
	height:100%;
	
	overflow:hidden;
}

body {
	color:#4c4c4c;

	background-color:#6f6c73;
	
	overflow:hidden;
}

ul {
	margin:5px 0px;
	padding:0px 0px 0px 20px;
	list-style-type:disc;
}

ul li {
	margin:5px 0px;
}

table {
	border-collapse:collapse;
}

.csc-header{
padding-bottom: 15px;
}

.publikation{
	padding: 10px;
	background: #efefef;
	border-top: 5px solid #99b6d5;
	margin: 20px;
	font-size: 12px;
}


.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}

.align-justify {
	text-align:justify;
}

.clear_both {
	clear:both;
}

.clear_left {
	clear:left;
}

.name-of-person {
	color:#3760a6;
}

#wrapper {
	position:relative;

	width:100%;
	height:100%;
	
	overflow:auto;
	overflow-x:hidden;
}

#spacer {
	height:0px;
}

#header {
	width:500px;
	height:213px;
	
	text-align:right;
}

#header h1 {
	font-size:2em;
	
	color:#ffffff;
}

#header p {
	margin:5px 0px;

	color:#ffffff;
}

#subnavigation_container {
	position:relative;
	
	width:30%;
	height:600px;
	
	float:left;
	
	border-bottom:15px solid #ccd3d7;
	
	z-index:15;
}

#subnavigation {
	position:absolute;
	left:0px;
	bottom:0px;
	
	width:100%;
	/*min-height:210px;*/
	
	background-color:#99b6d5;
	
	z-index:15;
}

/**html #subnavigation {
	height:210px;
}*/

#subnavigation .box {	
	position:relative;

	padding:20px 0px;

	background-color:#99b6d5;
	
	border-bottom:1px solid #504e53;
}

#subnavigation .sub {
}

#subnavigation .image_menu .box a {
	position:absolute;
}

#subnavigation .image_menu {
}

#subnavigation .image_menu .box {
}

#subnavigation .box_info_popup {
	position:absolute;
	top:-5px;
	left:-5px;
	
	width:150px;
}

#subnavigation .box_info_popup .top {
	width:150px;
	height:55px;
	
	background-image:url(../images/box_info_popup_top.png);
	background-repeat:no-repeat;
}

*html #subnavigation .box_info_popup .top {
	background-image:url(../images/box_info_popup_top_ie.png);
}

#subnavigation .box_info_popup .middle {
	width:140px;
	padding:10px 5px 0px 5px;
	
	font-size:0.8em;
	font-weight:bold;
	
	background-color:#ffffff;
}

*html #subnavigation .box_info_popup .middle {
	width:150px;
}

#subnavigation .box_info_popup .bottom {
	width:150px;
	height:10px;
	
	background-image:url(../images/box_info_popup_bottom.png);
	background-repeat:no-repeat;
	
	border:none;
}

*html #subnavigation .box_info_popup .bottom {
	background-image:url(../images/box_info_popup_bottom_ie.png);
}

#subnavigation .bottom {
	border-bottom:2px solid #3760a6;
}

#subnavigation .link {
	margin:0px 20px;
	padding:0px 10px;
	
	border:1px solid #ffffff;
	border-top:none;
	border-bottom:none;
}

#subnavigation a {
	color:#ffffff;
	font-size:1.2em;
}

#subnavigation a:hover {
	text-decoration:underline;
}

#subnavigation .active {
	font-weight:bold;
	
	z-index:15;
}

#subnavigation .image_menu {
	width:325px;
	
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 3px;
}

#subnavigation .image_menu .box {
	width:43px;
	height:50px;

	margin:1px 1px 1px 1px;
	padding:0px;
	
	border:none;
	
	float:left;
}


#subnavigation .image_menu .active {
	margin:0px;
	
	border:1px solid #3760a6;
}

*html #subnavigation .image_menu .active {
	width:45px;
	height:52px;
}

#extranavi {
	position:absolute;
	bottom:-50px;
	
	width:100%;
	
	text-align:right;
}

#extranavi a {
	color:#ffffff;
	text-decoration:none;
}

#extranavi a:hover {
	text-decoration:underline;
}

#extranavi span {
	padding:0px 5px;
}

#extranavi .border {
	border-right:1px solid #ffffff;
}

.contenttable {
	text-align: right;
	clear: both;
}

#text_links {
	/*position:absolute;
	right:0px;
	bottom:0px;*/
	
	width:100%;
	
	color:#ffffff;
	
	border-bottom:2px solid #3760a6;
}

*html #text_links {
	width:100%;
}

#text_links table {
	color:#ffffff;
}

#text_links_wrap {
	padding:10px 10px 10px 0px;
	text-align:right;
}

#text_links table td {
	padding:0px 0px 0px 20px;
}

#text_links a {
	font-size:1em;
}

#container {
	position:relative;

	width:70%;
	/*height:430px;*/
	
	margin:0px 0px 0px 0px;
	
	float:left;
	
	z-index:1;
}

#navigation {	
	width:483px;
	height:125px;
		
	border-bottom:6px solid #3760a6;
}

#navigation .box {
	width:161px;
	height:125px;
	
	float:left;
}

#content_container {
	width:100%;
	
	background-color:#ffffff;
}

/**html #content_container {
	width:625px;
}*/

#content {
	position:relative;

	min-height:300px;	
	
	padding:20px;

	padding-top: 35px;
}

*html #content {
	height:300px;
}

#content p {
	margin:10px 0px;
}

#content h1 {
	margin:0px 0px 5px 0px;
	padding:0px 20px;
	
	border-left:2px solid #3760a6;
	border-right:2px solid #3760a6;
	
	color:#3760a6;
	font-size:2em;
	font-weight:normal;
	text-transform:uppercase;
	
	display:inline;
}

#content .tx-thmailformplus-pi1 {
	margin:20px 0px;
}

#content .tx-thmailformplus-pi1 table td {
	width:240px;
	padding:5px;
}

#content .tx-thmailformplus-pi1 table .border_top_bottom td {
	margin:10px 0px;	
	padding:20px 0px;

	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

#content .tx-thmailformplus-pi1 table .border_top_bottom input {
	margin:10px 0px 0px 0px;
}

#content .errorlist {
	color:#3760A6;
}

#content td {
	padding:3px 0px;
}

#content .label {
	display:block;
	width:100px;
}

#content .input_text, #content .textarea {
	width:240px;
	padding:1px;
}

#content .textarea {
	height:115px;
}

#content .input_submit {
	margin:0px 10px 0px 0px;
}

#content input, #content textarea {
	border:1px solid #3760A6;
	
	background-color:#ffffff;
}

#content a {
	color:#3760A6;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

.textpic_wrap {
	clear:left;
}

.textpic_wrap .textpic_slideshow {
	position:relative;

	width:200px;
	min-height:300px;
	
	margin:0px 20px 10px 0px;

	float:left;	
}

*html .textpic_wrap .textpic_slideshow {
	height:300px;
}

.textpic_wrap .textpic_slideshow .slideshow_next {
	position:absolute;
	top:50%;
	right:0px;
	
	width:20px;
	height:50px;
	
	margin:-25px 0px 0px 0px;
	
	background-image:url(../images/slideshow_next.png);
	background-repeat:no-repeat;
}

.textpic_wrap .textpic_slideshow .slideshow {
	position:absolute;
	top:0px;
	left:0px;
}

/* news */

.news-list-item {
	margin:20px 0px;
}

.news-list-title {
	display:inline;
	padding:5px 20px 5px 5px;

	color:#ffffff;
	font-weight:bold;
	
	background-color:#3760A6;
}

.news-list-date {
	display:inline;
	padding:5px 5px 5px 20px;
	
	color:#ffffff;
	background-color:#3760A6;
}

.news-single-title {
	display:inline;
	padding:5px 20px 5px 5px;

	color:#ffffff;
	font-weight:bold;
	
	background-color:#3760A6;
}

.news-single-date {
	display:inline;
	padding:5px 5px 5px 20px;
	
	color:#ffffff;
	background-color:#3760A6;
}

/* popup */

#popup {
	position:absolute;
	top:0px;
	left:0px;
	
	width:100%;
	height:100%;

	z-index:50;
}


#popup_background {
	position:absolute;
	top:0px;
	left:0px;
	
	width:100%;
	height:100%;
	
	background-color:#000000;
}

#popup_menu {
	padding:0px 0px 5px 0px;

	text-align:right;
}

#popup_window {
	position:absolute;
	top:10%;

	padding:10px;
	
	background-color:#ffffff;
}