/* reset */
* {
	margin: 0;
	padding: 0;
}

/* structure */
html { /* full size */
	height: 100%;
	width: 100%;
}
body {
	width: 100%;
	height: 100%;
	text-align: center; /* center page (hack for ie in iebugs.css) */
	background: rgb(229,42,7);
}
#container {
	width: 972px;
	height: 100%;
	padding: 0px auto; /* center */
	margin: 0px auto;
	text-align: left;
	border: 0px solid black;
}
#top_delimeter {
	width: 100%;
	height: 18px;
	background: rgb(229,42,7);
}
#head {
	clear: both;
    width: 100%;
    height: 104px;
    border: 0px solid blue;
    background-color: rgb(248,199,16);
    clear: both;
    border-right: 0px solid black;
    border-left: 0px solid black;
    background: url(../img_layout/head.jpg) no-repeat;
}
#head_language { /* Used for slogan here */
	float: left;
	display: inline; /* IE double margin float bug */
	width: 570px;
	height: 84px;
	background: rgb(102,129,136);
	margin-left: 120px;
}
#head_language p {
	color: white;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 18px;
	padding-right: 6px;
	line-height: 120%;
}
#slogan { /* used for logo here */
	float: right;
	display: inline; /* IE double margin float bug */
	width: 161px;
	height: 93px;
	margin-right: 0px;
	margin-top: 0px;
	border: 0px solid black;
}
#slogan img {
	display: block; /* IE img linebreak bug */
}
#head_delimeter {
	float: left;
	width: 55px;
	height: 9px;
	margin-left: 120px;
	display: inline; /* IE double margin float bug */
	background: rgb(102,129,136);
}
*html #head_delimeter { /* Delimeter is higher in IE 6/7 for some reason */
	overflow: hidden;
}


/* nav menu */

#nav_menu {
    width: 100%;
    height: 28px;
    border-right: 0px solid black;
    border-left: 0px solid black;
	background-color: rgb(231,231,232);
}
#nav_menu ul {
    border: 0;
    margin: 0;
    padding: 0;
}
#nav_menu li {
    list-style-type: none;
    float: left;
    width: 162px;
    height: 24px;
    text-align: center;
}
#nav_menu li a {
    width: 100%;
    height: 100%;
    padding-top: 4px;
    display: block;
    text-decoration: none;
    font-size: 12pt;
    font-family: Times New Roman, Times, verdana;
    font-variant: small-caps;
    letter-spacing: 2px;
	color: black;
}
#nav_menu li:hover a, #nav_menu li a.nav_menu_active {
    color: rgb(102,129,136);
}

#nav_sub_menu {
    width: 100%;
    height: 14px;
    border-right: 0px solid black;
    border-left: 0px solid black;
	background-color: rgb(102,129,136);
}

#foot_menu {
    width: 100%;
    height: 20px;
    border-right: 0px solid black;
    border-left: 0px solid black;
	background-color: rgb(231,231,232);
}
#foot_menu ul {
    border: 0;
    margin: 0;
    padding: 0;
}
#foot_menu li {
    list-style-type: none;
    float: right;
    width: 162px;
    height: 17px;
    text-align: center;
}
#foot_menu li a {
    width: 100%;
    height: 100%;
    padding-top: 3px;
    display: block;
    text-decoration: none;
    font-size: 8pt;
    font-family: Times New Roman, Times, verdana;
    font-variant: small-caps;
    letter-spacing: 2px;
	color: black;
}
#foot_menu li:hover a, #nav_menu li a.nav_menu_active {
    color: red;
}




#content {
	clear: both;
	width: 100%;
	color: rgb(0,0,0);
}


/* left: menues and meta styles */
#left {
	float: left;
	width: 175px;
	min-height: 426px; /* FIX for IE below */
	z-index: 100;
	/*overflow: visible;*/
	border: 0px solid green;
}
* html #left { /* Hack for IE to enable min-height */
	display: table-cell;
	height: 426px;
}
#left_content {
	position: relative;
	margin: 0 0 0 0;
	z-index: 100;
	overflow: visible;
	border: 0px solid black;
}

/* Hole menu is aligned left, a bit smaller than left col and on another z index */
#left_menu {
	width: 166px;
	margin-top: 61px;
	z-index: 100;
	overflow: visible;
	border: 0px solid black;
}

/* Erste Ebene der Liste */
#left_nav, #left_menu ul {
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 100;
}
#left_menu ul li {
	margin: 0;
	padding: 0;
	z-index: 100;
	float: left;
	border: 0px solid green;
}
#left_menu ul li a {
	display: block;
	width: 157px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	padding-right: 9px;
	color: black;
	font-size: 9pt;
	text-align: left;
	z-index: 200;
	margin-bottom: 7px;
	border: 0px solid green;
}
*html #left_menu ul li a { /* Yet another IE hack */
	width: 157px;
}
#left_menu a:hover, #left_nav li.sfhover a, #left_menu li:hover a,  #left_menu a.lvl1_current, #left_menu a.lvl2_current, #left_menu a.lvl3_current {
	color: red;
	text-decoration: none;
	z-index: 200;
}
#left_menu ul li ul {
	position: absolute;
	width: 157px;
	left: -999em;
	z-index: 200;
	overflow: visible;
	height: 24px;
	margin-top: -31px;
	color: rgb(0,0,0);
}
#left_menu li:hover ul, #left_nav li.sfhover ul {
	float: left;
/*	display: inline;*/ /* IE double margin float bug */
	left: 166px;
	z-index: 200;
}
*html #left_menu li:hover ul, #left_nav li.sfhover ul {
	left: 157px;
}
#left_menu ul li ul li a {
	text-align: left;
	margin-left: 4px;
	padding-left: 9px;
	z-index: 200;
}
#left_menu ul li ul li a:hover {
	background-color: rgb(1,179,33);
	z-index: 200;
}


/* main content area */
#normal {
	width: auto;
	z-index: 0;
	padding: 15px 30px 15px 30px;
	border: 0px solid red;
	background: rgb(255,255,255);
	min-height: 426px; /* FIX for IE below */
}
* html #normal { /* Hack for IE to enable min-height */
	display: table-cell;
	height: 426px;
}
#normal_head {
	padding-top: 14px;
	width: 100%;
	height: 48px;
	border: 0px solid black;
}
#normal_search {
	float: right;
	display: inline; /* IE double margin float bug */
	width: 161px;
	border: 0px solid rgb(187,187,187);
	padding-bottom: 6px;
	padding-left: 8px;
}
#normal_search form input {
	display: block;
	cursor: pointer;
	border: 0px solid rgb(187,187,187);
}
#normal_search form input.inputtext {
	vertical-align: middle;
	width: 161px;
	height: 20px;
	padding-top: 5px;
	font-size: 10pt;
	text-align: right;
	color: rgb(145,145,145);
}
#normal_search form input.searchsubmit {
	float: right;
	display: inline; /* IE double margin float bug */
	font-size: 9pt;
	margin: 0;
	padding: 0;
	background-color: rgb(231,231,232);
	color: rgb(145,145,145);
}

#normal_content {
	position:relative;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 13px;
	top: 0px;
	border: 0px solid green;
}

#normal_float {
	float: left;
	text-align: left;
	width: 100%;
	border: 0px solid green;
}

#foot_row {
	position: relative;
	clear: both;
	width: 100%;
	height: 9px;
	background: url(../img_layout/delimeter.gif);
	background-repeat: repeat-y;
	border: 0px solid black;
}
#foot_row_delimeter {
	float: right;
	width: 161px;
	height: 9px;
	background-color: rgb(231,231,232);
}
*html #foot_row_delimeter {
	overflow: hidden;
}

#foot {
	position: relative;
	height: 42px;
	width: 100%;
	clear:both; /* clear just to make sure */
	border: 0px solid black;
}
#foot_text { /* Used for slogan here */
	float: left;
	display: inline; /* IE double margin float bug */
	width: 570px;
	height: 42px;
	background: rgb(102,129,136);
	margin-left: 120px;
}
#foot_text p {
	color: white;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 8px;
	padding-right: 6px;
	line-height: 120%;
}
#imprint { /* used for logo here */
	float: right;
	width: 161px;
	height: 42px;
	background-color: rgb(231,231,232);
	border: 0px solid black;
}
*html #imprint {
	overflow: hidden;
}
#imprint p {
	float: right;
	display: inline; /* IE double margin float bug */
	margin-top: 19px;
	margin-right: 4px;
}
#imprint p a {
	color: rgb(145,145,145);
	font-size: 8pt;
}






#copyright {
	background: url(../img_layout/grey_bottom.jpg) repeat-x;
	width: 382px;
	height: 13px;
/*	font-size: 9px;*/
	font-size: 8pt;
	color: rgb(102,102,102);
	margin: 0 0 0 153px;
	padding: 0;
	text-align: right;
}
.clearfix:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden;
	height: 0; 
}
.clear {
	clear: both;
}
#ie_clear {
	display: none; /* overwrite setting from IE hacks */
}




/* standard fce styles */
/* 30 - 70 */
.normal_content_30_70 {
	position: relative;
	width: 100%;
}
.normal_content_30_70 .normal_left_30 {
	position: relative;
	float: left;
	width: 33%;
}
.normal_content_30_70 .normal_right_70 {
	position: relative;
	float: right;
	width: 63%;
}
.normal_content_30_70_delim {
	position: relative;
	width: 100%;
}
.normal_content_30_70_delim .normal_left_30 {
	position: relative;
	float: left;
	width: 33%;
	padding-right: 2%;
	border-right: 1px solid rgb(102,129,136);
}
*html .normal_content_30_70_delim .normal_left_30 {
	width: 35%;
}
.normal_content_30_70_delim .normal_right_70 {
	position: relative;
	float: right;
	width: 63%;
}

/* 50 - 50 */
.normal_content_50_50 {
	position: relative;
	width: 100%;
	border: 0px solid black;
}
.normal_content_50_50 .normal_left_50 {
	position: relative;
	float: left;
	width: 48%;
}
.normal_content_50_50 .normal_right_50 {
	position: relative;
	float: right;
	width: 48%;
}
.normal_content_50_50_delim {
	position: relative;
	width: 100%;
}
.normal_content_50_50_delim .normal_left_50 {
	position: relative;
	float: left;
	width: 48%;
	padding-right: 2%;
	border-right: 1px solid rgb(102,129,136);
}
*html .normal_content_50_50_delim .normal_left_50 {
	width: 50%;
}
.normal_content_50_50_delim .normal_right_50 {
	position: relative;
	float: right;
	width: 48%;
}

/* 70 - 30 */
.normal_content_70_30 {
	position: relative;
	width: 100%;
}
.normal_content_70_30 .normal_left_70 {
	position: relative;
	float: left;
	width: 63%;
}
.normal_content_70_30 .normal_right_30 {
	position: relative;
	float: right;
	width: 33%;
}
.normal_content_70_30_delim {
	position: relative;
	width: 100%;
}
.normal_content_70_30_delim .normal_left_70 {
	position: relative;
	float: left;
	width: 63%;
	padding-right: 2%;
	border-right: 1px solid rgb(102,129,136);
}
*html .normal_content_70_30_delim .normal_left_70 {
	width: 65%;
}
.normal_content_70_30_delim .normal_right_30 {
	position: relative;
	float: right;
	width: 33%;
}


/* standard styles */
#container {
	font-family: verdana, "Courier New", "Arial Narrow", sans-serif;
	color: rgb(0,0,0);
/*	font-size: 12px;*/
	font-size: 9pt;
}
.ie_float {
}
/* links */
#normal a {
	font-weight: bold;
}

/* form fields */
/*
input, textarea {
	font-size: 9pt;
	vertical-align: middle;
	cursor: pointer;
	color: rgb(153,0,0);
	background-color: rgb(255,255,233);
	border: 1px solid rgb(187,187,187);
}
*/
/* images */
img {
	border: 0px;
}
img.float-left {
	float:left;
	margin:0pt 10px 0pt 0pt;
	padding:0pt;
}


#mailform fieldset {
	border: 0px;
}
#mailform label {
	width: 240px;
	float: left;
}
#mailform select {
	width: 70px;
}
#mailform select#mailformEinreichung {
	width: 140px;
}
#mailform .csc-mailform-field {
	clear: both;
}
#mailform .csc-mailform-label {
	font-weight: bold;
}
#mailformAnrede,
#mailformVorname,
#mailformeMail,
#mailform fieldset#mailformEssen,
#mailform input#mailformGet_together_Begleitpersonen,
#mailform input#mailformGesellschaftsabend_Begleitpers,
#mailform input#mailformNeandertal_Begleitpers,
#mailform input#mailformStadtrundfahrt_Begleitpers,
#mailform input#mailformBurg_Begleitpers,
#mailform input#mailformOekologie_Begleitpers,
#mailform input#mailformDome_Begleitpers,
#mailform input#mailformRoemerzeit_Begleitpers,
#mailform input#mailformattachment1,
#mailform select#mailformEinreichung,
#mailform textarea
{
	margin-bottom: 14px;
	display: block;
}
#mailform fieldset#mailformGet_together {
	margin-top: 6px;
}

#mailform legend {
	visibility: hidden;
	line-height: 0;
}

#mailform fieldset fieldset input, #mailform fieldset fieldset label {
/*	clear: both;*/
	float: left;
}
#mailform fieldset fieldset label {
	width: 80px;
}
#mailform fieldset fieldset input {
	margin-right: 4px;
}
#mailformformtype_mail {
	margin-left: 240px;
	width: 140px !important;
}


.csc-uploads-0 td {
	border: 0;
}
.csc-uploads-0 .tr-even {
	background-color: transparent;
}


/* disable print elements in standard view */
#print_contact_wrap {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none; /* IE hack */
}
#print_contact {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none; /* IE hack */
}
#print_logo {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none; /* IE hack */
}
#print_url {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none; /* IE hack */
}



table {
	width: 100%;
	border-collapse: collapse;
	font-size: 8pt;
}
table td, table th {
	border: 0px solid rgb(231,231,232);
	padding: 2px;
}

thead tr.tr-even, tbody tr.tr-subhead {
	background-color: rgb(231,231,232);
/*	font-weight: bold;*/
}
tr.tr-odd {
	background-color: rgb(231,231,232);
}
tr.tr-even {
	background-color: rgb(231,231,232);
}
td.td-mon {
	text-align: center;
	width: 70px;
}
td.td-timeline {
	text-align: center;
}
td.td-timeline-entry {
	text-align: center;
}





/* search styles */
select.tx-indexedsearch-selectbox-type, select.tx-indexedsearch-selectbox-order, select.tx-indexedsearch-selectbox-defop, select.tx-indexedsearch-selectbox-desc, select.tx-indexedsearch-selectbox-results, input.tx-indexedsearch-searchbox-sword, input.tx-indexedsearch-searchbox-button, select.tx-indexedsearch-selectbox-group {
	font-size: 9pt;
	color: rgb(145,145,145);
	background-color: rgb(231,231,232);
	border: 1px solid rgb(145,145,145);
}
input.tx-indexedsearch-searchbox-sword {
	width: 194px;
	margin-right: 4px;
	padding-left: 4px;
}
input.tx-indexedsearch-searchbox-button {
}
select.tx-indexedsearch-selectbox-type, select.tx-indexedsearch-selectbox-order {
	width: 200px;
}
select.tx-indexedsearch-selectbox-defop {
	width: 160px;
}
select.tx-indexedsearch-selectbox-desc {
	width: 160px;
}
select.tx-indexedsearch-selectbox-results {
	width: 60px;
}
div.tx-indexedsearch-searchbox p.advanced {
	margin-top: 6px;
}
div.tx-indexedsearch-rules h2 {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 10pt;
}
div.tx-indexedsearch-rules p {
	font-size: 8pt;
	line-height: 120%;
	margin-bottom: 16px;
}
div.tx-indexedsearch-whatis, span.tx-indexedsearch-sw, div.tx-indexedsearch-browsebox p, td.searchfor {
	font-size: 9pt;
	margin-bottom: 0px;
}
div.tx-indexedsearch-sec {
	margin-bottom: 10px;
}
div.tx-indexedsearch-browsebox p {
	font-size: 8pt;
}

.tx-indexedsearch table td, .tx-indexedsearch table th {
	border: 0;
}

tr.tx-indexedsearch-headerrow {
	background: #cccccc;
}
tr.tx-indexedsearch-title {
	background: #bbbbbb;
}
td.tx-indexedsearch-info {
	font-size: 8pt;
	color: rgb(145,145,145);
}
div.tx-indexedsearch-rules h2 {
        visibility: hidden;
        height: 0px;
        overflow: hidden;
        display: none; /* IE hack */
}

#mailform {
    font-family: verdana, "Courier New", "Arial Narrow", sans-serif;
/*  font-size:11px;*/
    font-size: 8pt;
    font-weight:normal;
    line-height:150%;
    text-indent:0px;
}
#mailform fieldset {
    margin: 0;
    padding: 0;
    border: 0px;
}
#mailform .csc-mailform-field {
    margin: 3px 0 0 0;
    text-vertical-align: middle;
}
#mailform label {
    width: 180px;
    float: left;
}
#mailform textarea {
    width: 420px;
    font-family: verdana, "Courier New", "Arial Narrow", sans-serif;
/*  font-size: 11px;*/
    font-size: 8pt;
}
#mailform input {
    width: 240px;
}
#mailform select {
    width: 166px;
}
#mailformformtype_mail {
    width: 166px !important;
    margin-left: 180px;
}
.csc-mailform-check {
    width: 13px !important;
}

