@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
	text-indent:0px;
}

html[xmlns^="http"] {
	overflow-y:scroll;
}

body {
	background-color:#F4F0F1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-size: 0.70em;*/
}

.left {
	float:left;
}
.right {
	float:right;
}
.clear, .cleardiv{
	clear:both;
	height:1px;
}

.cssmediacaption {
	font-style:italic;
	background-color:#F4F0F1;
}

.cssmedia {
	padding:2px;
	margin:0px 0px 10px 0px;
	border:1px solid #67A1A3;
}

.page_background {
	margin:0px auto;
	padding:0px 2px;
	width:1024px;
	background-image:url(../images/page_frame.gif);
	background-position:0px 13px;
	background-repeat:repeat-x;
}

.hasError {
	border-color:#CC0000;
}

#page {
	width:1024px;
	background-color:#F4F0F1;
}

/*
	Header
*/
#header {
	height:105px;
	border-top:13px solid #F4F0F1;
	border-bottom:2px solid #67A1A3;
	background:url(../images/header_bg.jpg) no-repeat;
}

#header h1 {
	/* repräsentiert das Logo */
	margin-top:10px;
	margin-left:13px;
	width:283px;
	height:73px;
	background:url(../images/tkh_logo.gif) no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}

#header ul {
	margin-top:10px;
	margin-right:15px;
	list-style:none;
	float:right;
}

#header ul li {
	display:inline;
}

#header ul li a {
	color:#999999;
	padding-right:5px;
	padding-left:5px;
	border-left:1px solid #999999;
	text-decoration:none;
}

#header ul li a:hover {
	color:#67A0A3;
}

#header li.firstnode a {
	border-left:none;
}

/*
	Menübar
*/
#menubar {
	height:35px;
	padding-left:17px;
	background:url(../images/navbar_bg.gif) repeat-x;
}

#menubar .mainmenu_left {
	display:block;
	margin-top:3px;
	width:19px;
	height:26px;
	background:url(../images/mainmenu_left.gif) no-repeat;
}

#menubar .mainmenu_right {
	display:block;
	margin-top:3px;
	width:17px;
	height:26px;
	background:url(../images/mainmenu_right.gif) no-repeat;
}

#menubar ul {
	list-style:none;
	margin-top:3px;
	background:url(../images/mainmenu_bg.gif) repeat-x;
	float:left;
}

#menubar ul li {
	float:left;
	padding-top:3px;
	height:26px;
}

#menubar ul li:hover {
	background:url(../images/mainmenu_bg_over.gif) repeat-x;
}

#menubar ul li.expanded {
	background:url(../images/mainmenu_bg_over.gif) repeat-x;
}

#menubar li a {
	padding:0px 13px;
	font-size:15px;
	/*font-size:1.4em;*/
	color:#666666;
	text-decoration:none;
	border-left:1px solid #E2E1E1;
	border-right:1px solid #BDBDBD;
}

/*
	Suchformular
*/

#minisearchform {
	float:right;
	margin-right:85px;
	margin-top:6px;
	background:url(../images/searchfield_bg.gif) no-repeat;
}

#minisearchform input.searchinput {
	width:81px;
	height:18px;
	border:none;
	margin:0px 3px;
	font-size:0.9em;
	background:none;
}

/*
	Breadcrumbs
*/

#breadcrumbs {
	height:20px;
	padding-top:3px;
	padding-left:33px;
}

#breadcrumbs ul {
	list-style:none;
}

#breadcrumbs ul li {
	display:inline;
}

#breadcrumbs ul li a {
	text-decoration:none;
	color:#2E5C9A;
	padding-left:6px;
	padding-right:13px;
	background:url(../images/breadcrumb_arrow.gif) no-repeat 0px 5px;
}

/*
	Content
*/

#content {
	margin-bottom:8px;
	color:#666666;
	line-height:1.5;
	background-repeat:repeat-y;
	background-color:#F4F0F1;
}

/*
	Content / Hauptteil in der Mitte
*/
.no_cols {
	background-image:url(../images/content_bg_no_cols.gif);
}

.two_cols {
	background-image:url(../images/content_bg_2cols.gif);
}

.three_cols {
	background-image:url(../images/content_bg_3cols.gif);
}

.two_cols_left_bar {
	background-image:url(../images/content_bg_2cols_left_bar.gif);
}

.no_cols .maincontent {
	padding-left: 21px;
	margin:3px 0px 0px 0px;
	width:980px;
}

.two_cols .maincontent {
	padding-left: 21px;
	margin:3px 0px 0px 0px;
	width:787px;
}

.three_cols .maincontent {
	padding-left: 21px;
	margin:3px 0px 0px 0px;
	width:594px;
}

.two_cols_left_bar .maincontent {
	padding-left: 21px;
	margin:3px 0px 0px 0px;
	width:787px;
}

.maincontent ul {
	padding-left:15px;
	padding-bottom:10px;
}

.maincontent ol {
	padding-left:22px;
	padding-bottom:10px;
}

#content .maincontent h1 {
	position:relative;
	top:-5px;
	margin:0px;
	padding:0px 0px 0px 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:normal;
	color:#2E5C9A;
}

#content .maincontent a.more {
	display:block;
	bottom:0px;
	width:240px;
	color:#67A0A3;
	text-decoration:none;
	padding-left:8px;
	background:url(../images/link_arrow.gif) no-repeat 0px 6px;
}

#content .maincontent a:hover, #content .maincontent a:visited, #content .maincontent a:link {
	color:#43a4a7;
}

#content .maincontent .col {
	margin-top:17px;
	width:365px;
	padding:0px 11px;
}

#content .maincontent .main {
	margin-top:17px;
	padding:0px 11px;
}

#content .maincontent .first {
	text-indent:28px;
/*	background-image:url(../images/icon_home.gif);*/
	background-repeat:no-repeat;
	background-position:11px 0px;
}

.three_cols .maincontent .main div {
	/*text-indent:0px; important!*/
}

.two_cols .first div, .two_cols .first p {
	/*text-indent:28px;*/
}

#content .maincontent a.toplink {
	padding-left:8px;
	margin-right:8px;
	color:#67A0A3;
	text-decoration:none;
	background:url(../images/toplink_arrow.gif) no-repeat 0px 8px;
}

#content .maincontent a.toplink:hover {
	text-decoration:underline;
}

#content .maincontent .mainbox_3col h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	color:#2E5C9A;
	padding-left:5px;
	padding-bottom:6px;
}

#content .maincontent .mainbox_3col h1.first {
	text-indent:28px;
}

#content .maincontent .mainbox_3col {
	padding-bottom:24px;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}

#content .maincontent .person_box {
	padding-bottom:24px;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}

#content .maincontent .article_box {
	padding-bottom:24px;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}

#content .maincontent .article_box .h2 {
	color:#00FF33;
	font-size:1.2em;
}

/*
	Dayreview
*/

#content .maincontent .dayreview_box {
	text-indent:0px;
	padding-bottom:24px;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}

#content .maincontent .dayreview_box h1{
	padding:0;
}

/*
	Download
*/

#content .maincontent .download_box {
	text-indent:0px;
	padding-top: 15px;
	padding-bottom:24px;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}

#content .maincontent .downloaditems{
	font-size:1.2em;
	text-indent:0px;
	padding-top:10px;
}

/*
	Publikationen
*/

#content .maincontent .publications h2{
	padding-bottom:10px;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}

#content .maincontent .publications h3{
	padding:0;
}

#content .maincontent .publications h3 a{
	color:#666666;
	padding:0;
}

#content .maincontent .publications h4{
	font-size:1.3em;
	padding:10px 0px 10px 0px;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}

#content .maincontent .publications .authorlinks{
	padding:20px 0px 20px 0px;
	text-indent:0;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}

#content .maincontent .publications .publicationsItems{
	text-indent:0px;
	padding:10px 0 10px 30px;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}


/*
	Veranstaltungen
*/

#content .maincontent .contentLineSpacer{
	padding:0;
	line-height:1;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}

#content .maincontent .events{
	padding-top:10px;
}

#content .maincontent .events h2{
	line-height:1;
	padding-bottom:15px;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}

#content .maincontent .events h3{
	font-size:1.3em;
	line-height:1;
	padding:0;
}

#content .maincontent .events h3 a{
	color:#666666;
}

#content .maincontent .events h4{
	font-size:1.2em;
/*	padding:10px 0px 10px 0px;*/
}

#content .maincontent .events .yearList{
	padding:10px 0px 20px 40px;
/*	background:url(../images/box_bg.jpg) no-repeat bottom center;*/
}

#content .maincontent .events .eventItem{
	padding:10px 0px 30px 40px;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}

#content .maincontent .events .eventItem ul, #content .maincontent .events .eventItem ol{
	padding-bottom:0;
}


#content .maincontent .events .eventItem h3, #content .maincontent .events .eventItem h4{
	padding-bottom:10px;
}

#content .maincontent .special_fields {
	padding-bottom:24px;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}

.three_cols .maincontent p {
	padding-left:0px;
	padding-bottom:10px;
}

#content .no_cols_bottom{
	height:34px;
	background:url(../images/content_bg_no_cols_end.gif) no-repeat bottom left;
}


#content .two_cols_bottom{
	height:34px;
	background:url(../images/content_bg_2cols_end.gif) no-repeat bottom left;
}

#content .two_cols_left_bar_bottom{
	height:34px;
	background:url(../images/content_bg_2cols_left_bar_end.gif) no-repeat bottom left;
}

#content .three_cols_bottom{
	height:34px;
	background:url(../images/content_bg_3cols_end.gif) no-repeat bottom left;
}

#content .image_container {
	text-indent:0px;
	border:1px solid #67A1A3;
	padding:1px;
	margin:5px;
}
/*
	Content / Linke Leiste
*/
#content .leftbar {
	width:176px;
	display: inline;
	/*padding:0px 0px 0px 17px;*/
	margin:0px 0px 0px 17px;
}

#content .leftbar ul {
	list-style:none;
}

#content .leftbar ul li{
	height:29px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#content .leftbar ul li.expanded{
	height:auto;
}

#content .leftbar ul li.expanded ul li{
	margin-left:13px;
	height:23px;
}

#content .leftbar ul li.expanded ul li.lastnode{
	margin-left:13px;
	height:23px;
	border-bottom:1px solid #FFFFFF;
}

#content .leftbar ul li:hover{
	border-top:1px solid #2E5C9A;
	border-bottom:1px solid #2E5C9A;
}

#content .leftbar ul li.expanded{
	border-top:1px solid #2E5C9A;
	border-bottom:1px solid #2E5C9A;
}

#content .leftbar ul li ul li:hover{
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}


#content .leftbar ul li a {
	padding-left:13px;
	display:block;
	height:23px;
	border:3px solid #FFFFFF;
	font-size:15px;
/*	font-size:1.3em;*/
	color:#666666;
	text-decoration:none;
}

#content .leftbar ul li.expanded ul li a {
	padding-left:23px;
	display:block;
	height:17px;
	font-size:13px;
/*	font-size:1em;*/
}

#content .leftbar ul li.expanded ul li.expanded:hover {
	border-top:1px solid #2E5C9A;
	border-bottom:1px solid #2E5C9A;
}

#content .leftbar ul li ul li a:hover {
	height:17px;
	color:#2E5C9A;
	background:url(../images/left_menu_bg_over_small.gif) repeat-x;
}

#content .leftbar ul li ul li a.activelink {
	height:17px;
	color:#2E5C9A;
	background:url(../images/left_menu_bg_over_small.gif) repeat-x;
}

#content .leftbar ul li a:hover {
	color:#2E5C9A;
	background:url(../images/left_menu_bg_over.gif) repeat-x;
}

#content .leftbar ul li a.activelink {
	color:#2E5C9A;
	background:url(../images/left_menu_bg_over.gif) repeat-x;
}

/*
	Content / Rechte Leiste
*/
#content .rightbar {
	margin:2px 0px 0px 22px;
	display:block;
	width:176px;
}

#content .rightbar .bottom_image {
	text-align:center;
	padding:15px;
}

#content .rightbar .box {
	width:176px;
	padding:3px 0px 24px 0px;
	background:url(../images/box_right_bg.gif) no-repeat bottom;
}

#content .rightbar .last {
	background:url(../images/box_right_bg_last.gif) no-repeat bottom;
}

#content .rightbar .box h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	color:#2E5C9A;
	padding-left:9px;
	text-indent:28px;
}

#content .rightbar .box p {
	padding:4px 14px 1px 14px;
	line-height:1.2;
}

#content .rightbar .box ul {
	padding:4px 14px 1px 14px;
	line-height:1.2;
	list-style:none;
}

#content .rightbar .box a {
	display:block;
	color:#67A0A3;
	text-decoration:none;
	padding-left:8px;
	background:url(../images/link_arrow.gif) no-repeat 0px 4px;
}

#content .rightbar .box a:hover {
	text-decoration:underline;
}

/*
 * News-Seite
 */

.first .newsitem p {
	text-indent:0px;
}

div.newslist {
	text-indent:0px;
}

div.newsitem {
	padding-top:10px;
}

div.newsitem {
	width:100%;
	background:url(../images/box_bg.jpg) no-repeat bottom center;
}

div.newsitem .date {
	float:left;
	text-align:center;
	width:3.3em;
}

div.newsitem .date .month {
	color:#888888;
	font-family:arial,sans-serif;
	font-size:1em;
	font-weight:700;
	text-transform:uppercase;
}

div.newsitem .date .day {
	position:relative;
	top:-14px;
	padding-top:5px;
	color:#888888;
	display:block;
	font-family:arial,sans-serif;
	font-size:2.1em;
	font-weight:700;
	text-indent:0px;
	height:2em;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

div.newsitem .date .year {
	position:relative;
	top:-34px;
	color:#888888;
	font-family:arial,sans-serif;
	font-size:1em;
	font-weight:700;
}

div.newsitem div.content {
	float:left;
	width:90%;
	margin:0px 0px 0px 0.7em;
	padding:0px 0px 1em 1.2em;
}

div.newsitem div span.titel {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:normal;
	color:#2E5C9A;
}

/*
 * Kontaktformular
 */
 
.ModuleFeedback {
	width:387px;
}
.ModuleFeedback h1 {
	width:300px;
}

.ModuleFeedback form {
	width:387px;
}

.ModuleFeedback table {
	width:auto;
	padding:0px;
	margin:0px;
}

.ModuleFeedback table tbody tr td .hasError{
	background-color:#FFAEAE;
}

.ModuleFeedback th {
  vertical-align:top;
}

.ModuleFeedback th, .ModuleFeedback td {
}

.ModuleFeedback td {
	text-align:left;
}

.ModuleFeedback input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
  background-color:#EEEEEE;
  border:0px;
  border-top:1px solid #ADADAD;
  border-right:1px solid #ADADAD;
  height:18px;
}

.ModuleFeedback textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#EEEEEE;
	border:0px;
	border-top:1px solid #ADADAD;
	border-right:1px solid #ADADAD;
	width:386px;
	height:100px;
	font-size:inherit;
}

.ModuleFeedback input.submitbutton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666666;
	width:auto;
	height:auto;
  
}

.ModuleFeedback label {
  margin-right:20px;
}

#gender_male {
	width:20px;
	border:0px;
	background:none;
}
#gender_female {
	width:20px;
	border:0px;
	background:none;
}
#surname { width:188px;}
#name { width:188px;}
#street { width:386px; }
#plz { width:71px; }
#city { width:307px; }
#email { width:386px; }
#vorwahl { width:71px; }
#durchwahl { width:307px; }


/*
 * Footer
 */
#footer {
	margin:0px 25px 24px 15px;
}

#footer .copy {
	padding-right:3px;
	color:#999999;
}

#footer ul {
	display:inline;
	list-style:none;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	color:#999999;
	padding-right:2px;
	padding-left:3px;
	border-left:1px solid #999999;
	text-decoration:none;
}

#footer ul li a:hover {
	color:#67A0A3;
}

/*
 * Sitemap
 */
div.ModuleSitemap {
	padding-left:20px;
	padding-top:20px;
}

div.ModuleSitemap ul.firstmenu a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	color:#2E5C9A;
}

div.ModuleSitemap .menuitem1 li.haschildren a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	color:#2E5C9A;
}

div.ModuleSitemap .menuitem1 li.haschildren ul li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	color:#67A0A3;
}

div.ModuleSitemap .menuitem2 li.haschildren a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	color:#2E5C9A;
}

div.ModuleSitemap .menuitem2 li.haschildren ul li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	color:#67A0A3;
}

div.ModuleSitemap .menuitem3 li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	color:#2E5C9A;
}

div.ModuleSitemap .lastmenu li.lastnode a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	color:#2E5C9A;
}

div.ModuleSitemap ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:normal;
	color:#2E5C9A;
}

div.ModuleSitemap li.haschildren ul  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	font-weight:normal;
	color:#2E5C9A;
}
