* {
	margin: 0;
	padding: 0;
	/*font-size: 1em; /* don't edit */
}

html {
	height: 100%;
	min-height: 100%;
	/*font-size: 62.5%; /* don't edit */
	background-image: url("../images/zoo-rostock-bg-overlay.png");
	background-color: #cbdb2a;	/* grünton */
	/*background-color: #00adef;*/	/* blauton */
	/*background-color: #ec008c;*/	/* rotton */
	/*background-color: #f7941d;*/	/* orangeton */
}

body {
	height: 100%;
	min-height: 100%;
	color: #525252;
	font-family: Arial, sans-serif;
	/*font-size: 1em; /* edit here global size for em, 1em = 10px */
	font-size: 11px;
	text-align: center;
	background-image: url("../images/zoo-rostock-bg-shadow-top.png");
	background-repeat: repeat-x;
}

h1, h2 {
	font-size: 17px;
	/*font-weight: bold;*/
	font-family: Gill Sans, Arial, sans-serif;
}

p {
	font-size: 11px;
}

img {
	border-style: none;
}

a {
	color: #9dad20;
}

a:hover {
	color: #f7941d;
}

fieldset {
	border: 0;
}

img {
	border: 0;
}



/*
	@font-face {
		font-family: Gill Sans;
		src: url("../fonts/gill_sans.ttf");
	}
*/


.clearBoth {
	clear: both;
}


.contentBox {}

	.contentLeft .contentBox, .contentRight .contentBox {
		background-color: #f0f0f0;
	}

	.contentMiddle .contentBox {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 5px;
		padding-bottom: 10px;
		border-bottom: 3px double #b4b4b4;
	}

		.contentLeft .contentBox h1, .contentRight .contentBox h1, .contentMiddle .contentBox h2 {
			padding-top: 5px;
			padding-left: 10px;
			height: 25px;
			color: #ffffff;
			border-bottom: 1px solid #ffffff;
			background-image: url("../images/zoo-rostock-contentbox-headline-bg-green.gif");
			background-repeat: repeat-x;
			background-color: #9eae20;
		}

		* html .contentLeft .contentBox h1, * html .contentRight .contentBox h1, * html .contentMiddle .contentBox h2 {
			height: 31px;
		}

		.contentBox h3 {
			margin-bottom: 10px;
		}

		.contentMiddle .contentBox h1 {
			padding-left: 0;
			padding-right: 0;
		}

		.contentMiddle .contentBox h1 a {
			display: block;
			text-decoration: none;
			background-image: url("../images/zoo-rostock-arrow-headline-green.gif");
			background-position: center right;
		}

			.contentMiddle .contentBox h1 a:hover {
				color: #9dad20;
				text-decoration: none;
				background-image: url("../images/zoo-rostock-arrow-headline-green.gif");
				background-position: center right;
			}


		.contentMiddle .contentBox h2 {
			margin-top: 10px;
			background-image: url("../images/zoo-rostock-contentbox-headline-bg-blue.gif");
			background-color: #006a92;
		}

		.contentLeft .contentBox p, .contentRight .contentBox p {
			padding-top: 20px;
			padding-left: 15px;
			padding-right: 15px;
			padding-bottom: 30px;
		}

		.contentMiddle .csc-frame-frame1 {
			margin-bottom: 0;
			padding-top: 15px;
			padding-left: 15px;
			padding-right: 15px;
			padding-bottom: 15px;
			background-color: #f0f0f0;
		}


.csc-textpic-intext-left .csc-textpic-image {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.csc-textpic-intext-right .csc-textpic-image {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
}




/**
 * Mailform
 */

.csc-mailform-field {
	clear: both;
	display: block;
}

.csc-mailform-field label {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 170px;
	font-size: 11px;
	text-align: right;
}

.csc-mailform-field input {
	display: block;
	margin-bottom: 10px;
	float: left;
	width: 220px;
	font-size: 11px;
}

.csc-mailform-field textarea {
	display: block;
	margin-bottom: 10px;
	float: left;
	width: 220px;
	font-size: 11px;
}

.csc-mailform-field select {
	display: block;
	margin-bottom: 10px;
	float: left;
	width: 224px;
	font-size: 11px;
}

.csc-mailform-field .csc-mailform-label {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
/*	width: 435px;*/
	font-size: 11px;
	font-weight: bold;
}

.csc-mailform-field .csc-mailform-check {
	margin-right: 200px;
	width: 20px;
}

.csc-mailform-field .csc-mailform-submit {
	display: block;
	margin-left: 180px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 110px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #6e6e6e;
	background-color: #9dad20;
	cursor: pointer;
}



/**
 * Searchform
 */

.csc-form-labelcell {
	padding-right: 5px;
	height: 30px;
}

.csc-form-label {
	font-weight: bold;
}

/*.csc-form-fieldcell input {
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #6E6E6E;
	background-color: #9DAD20;
}*/

.csc-searchResultRange {
	font-weight: bold;
}

.csc-searchResultInfo {
	margin-bottom: 1em;
}

h3.csc-searchResultHeader {
	margin-bottom: 0.5em;
}

.csc-searchResult {
	margin-bottom: 1em;
}



/**
 * Eventdatabase
 */

.tx-rlmpeventdb-pi1-listviewheader-timetext {
	margin-bottom: 1em;
	font-weight: bold;
}

.tx-rlmpeventdb-pi1-listrow-header {
	font-weight: bold;
}

.tx-rlmpeventdb-pi1-listrow td{
	padding-right: 2em;
	font-size: 11px;
}



/**
 * Page
 */

.pageWrap {
	height: 100%;
	min-height: 100%;
}

	.pageWrap * {
		text-align: left;
	}



/**
 * Header
 */

.header {
	margin: 0 auto;
	height: 280px;
	width: 980px;
}

.logo {
	position: absolute;
	z-index: 10;
}

	.logo img {
		height: 155px;
		width: 305px;
	}

.headerBorder {
	height: 60px;
	background-color: #423725;
	background-image: url("../images/zoo-rostock-header-border-bg.jpg");
	background-repeat: repeat-x;
}

.headerImage {
	height: 220px;
	background-color: #423725;
	overflow: hidden;
}

	.headerImage img {
		height: 250px;
		width: 980px;
	}



/**
 * Header: Navigation
 */

.header .navigation {
	position: relative;
	list-style: none;
}

	.header .navigation li {
		float: left;
		padding-top: 7px;
		border-right: 1px solid #9d6624;
	}

		.header .navigation li.lastNode {
			border-right: 0;
		}

		.header .navigation li a {
			padding-left: 4px;
			padding-right: 4px;
			color: #f7941d;
			font-size: 13px;
			text-decoration: none;
		}

		.header .navigation li a:hover {
			color: #cbdb2a;
		}

			.header .navigation li.active a {
				color: #cbdb2a;
			}

				.header .navigation li a img {
					margin-left: 4px;
					margin-right: 4px;
					margin-bottom: 1px;
					border: 1px solid #867a67;
				}

.languages {
	float: left;
	left: 316px;
}

.navigationTop {
	float: right;
	right: 20px;
}



/**
 * Content
 */

.tableWrap {
	display: table;
	width: 980px;
	margin: 0 auto;
}

	.tableRowWrap {
		display: table-row;
		height: 1%;
	}

	*+html .tableRowWrap {
		overflow: hidden;
	}

		.tableCellWrap {
			display: table-cell;
			vertical-align: top;
		}

		* html .tableCellWrap {
			margin-bottom: -10000px;
			padding-bottom: 10000px;
			float: left;
		}

		*+html .tableCellWrap {
			margin-bottom: -10000px;
			padding-bottom: 10000px;
			float: left;
		}



/**
 * Content: left
 */

.contentLeft {
	padding-bottom: 4.8em;
	width: 300px;
	/*background-color: #f0f0f0;*/
	background-color: #ffffff;
}



/**
 * Content: left: searchbox
 */

.contentLeft .contentBox.searchBox {
	background-color: #e5e5e5;
}

	.contentLeft .contentBox.searchBox p {
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 6px;
		margin-bottom: 7px;
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 15px;
		padding-bottom: 15px;
		color: #646464;
		font-size: 11px;
		background-color: #c8c8c8;
	}

	.contentLeft .contentBox.searchBox fieldset {
		margin-left: 20px;
		color: #646464;
		font-size: 11px;
		font-weight: bold;
		border: 0;
	}

	.contentLeft .contentBox.searchBox label {
		display: block;
		float: left;
		width: 60px;
		clear: both;
	}

	.contentLeft .contentBox.searchBox select, .contentLeft .contentBox.searchBox input {
		display: block;
		float: right;
		margin-right: 5px;
		margin-bottom: 5px;
		padding-top: 1px;
		padding-left: 4px;
		height: 20px;
		width: 180px;
		font-size: 11px;
		border: 1px solid #6e6e6e;
	}

	.contentLeft .contentBox.searchBox select#interest {
		color: #b4b4b4;
	}

	.contentLeft .contentBox.searchBox option {
		padding-top: 3px;
		padding-left: 4px;
		height: 18px;
		width: 180px;
		border: 0;
	}

	.contentLeft .contentBox.searchBox input#sword {
		padding-top: 3px;
		height: 17px;
		width: 174px;
		color: #b4b4b4;
	}






	* html .contentLeft .contentBox.searchBox input#sword {
		height: 20px;
		width: 180px;
	}

	.contentLeft .contentBox.searchBox input.submit {
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 3px;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		border: 1px solid #6e6e6e;
		background-color: #9dad20;
		cursor: pointer;
	}

	.contentLeft .contentBox.searchBox .borderBottom {
		height: 4px;
		background-image: url("../images/zoo-rostock-searchbox-border-bottom.gif");
		background-repeat: repeat-x;
		background-color: #f0f0f0;
	}



/**
 * Content: left: Navigation
 */

.contentLeft .contentBox.navigationLeft {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	background-color: #ffffff;
}

.contentLeft .contentBox.navigationLeft h1 {
	border-bottom: 0;
}

.contentLeft .contentBox.navigationLeft ul {
	list-style: none;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 3px double #b4b4b4;
	border-bottom: 3px double #b4b4b4;
}

.contentLeft .contentBox.navigationLeft li {
	margin-left: 8px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d9d9d9;
}

.contentLeft .contentBox.navigationLeft li.lastNode {
	border-bottom: 0;
}

.contentLeft .contentBox.navigationLeft li.active a {
	color: #645338;
	background-image: url("../images/zoo-rostock-arrow-brown.gif");
}

.contentLeft .contentBox.navigationLeft a {
	display: block;
	margin-left: -8px;
	padding-left: 8px;
	color: #9dad20;
	font-size: 12px;
	text-decoration: none;
	background-image: url("../images/zoo-rostock-arrow-green.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.contentLeft .contentBox.navigationLeft a:hover {
	color: #645338;
	background-image: url("../images/zoo-rostock-arrow-brown.gif");
}


.print_recommend {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
}

	.print_recommend a {
		display: block;
		color: #b4b4b4;
		font-size: 11px;
		text-decoration: none;
		background-repeat: no-repeat;
	}

	.print_recommend a.printPage  {
		float: left;
		padding-left: 20px;
		background-image: url("../images/print.gif");
		background-position: center left;
	}

	.print_recommend a.recommendPage {
		float: right;
		padding-right: 20px;
		background-image: url("../images/recommend.gif");
		background-position: center right;
	}



/**
 * Content: left: Banner
 */

.contentLeft .banner {
	padding-top: 20px;
	padding-left: 19px;
	padding-right: 18px;
	padding-bottom: 10px;
	text-align: center !important;
	background-color: #f0f0f0;
}

.contentLeft .banner a {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 30px;
	width: 264px;
	background-image: url("../images/zoo-rostock-banner-link.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: hidden;
}

.contentLeft .banner img {
	border: 1px solid #b4b4b4;
}



/**
 * Content: middle
 */

.contentMiddle {
	padding-bottom: 20px;
	width: 479px;
	overflow: hidden;
	background-color: #ffffff;
}

	.contentMiddle .headerImage2 {
		height: 30px;
		width: 479px;
		overflow: hidden;
	}

	*+html .contentMiddle .headerImage2 {
		height: 2.9em;
	}

	.contentMiddle .headerImage3 {
		display: block;
		margin-top: -220px;
		margin-left: -300px;
		height: 250px;
		width: 980px;
	}

	.contentMiddle .overlay {
		display: block;
		margin-top: -30px;
		height: 30px;
		width: 479px;
		z-index: 10;
	}



/**
 * Content: middle: Navigation
 */

.navigationMain {
	height: 49px;
	width: 479px;
	overflow: hidden;
	list-style: none;
	border-top: 1px solid #ffffff;
	background-image: url("../images/zoo-rostock-main_navigation-bg.gif");
	background-repeat: no-repeat;
}

	.navigationMain li {
		float: left;
		height: 44px;
		width: 96px;
		text-align: center;
	}

	.navigationMain li.lastNode {
		width: 95px;
		overflow: hidden;
	}

	.navigationMain li.active {
		position: relative;
		margin-left: -5px;
		margin-right: -5px;
		height: 49px;
		width: 105px;
		z-index: 10;
		overflow: hidden;
	}

	.navigationMain li.active.lastNode {
		width: 100px;
		overflow: hidden;
	}



/**
 * Content: middle: content
 */

.contentMiddle .contentBox h1 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #9dad20;
	font-size: 17px;
	border-bottom: 1px solid #b4b4b4;
}

.contentMiddle .contentBox a {
	padding-left: 8px;
	background-image: url("../images/zoo-rostock-arrow-green.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.contentMiddle .contentBox a:hover {
	background-image: url("../images/zoo-rostock-arrow-orange.gif");
}

.contentMiddle .contentBox img {
	border: 1px solid #b9b9b9;
	float: left;
	margin-right: 12px;
}


/**
 * Content: right
 */

.contentRight {
	width: 201px;
	background-color: #ffffff;
}

.contentRight .contentBox img {
	/*width: 201px;*/
}

.contentRight .contentBox a {
	padding-left: 8px;
	color: #f7941d;
	background-image: url("../images/zoo-rostock-arrow-orange.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.contentRight .contentBox a:hover {
	color: #9dad20;
	background-image: url("../images/zoo-rostock-arrow-green.gif");
}



/**
 * Footer
 */

.footer {
	margin: 0 auto;
	width: 980px;
	background-color: #ffffff;
}



/**
 * Footer: Sponsors
 */

.sponsors {
	height: 57px;
	background-image: url("../images/zoo-rostock-sponsors-bg.jpg");
	background-repeat: repeat-x;
}

	.sponsors .description {
		float: left;
		margin-top: 25px;
		margin-left: 135px;
		color: #b4b4b4;
	}

	.sponsors ul {
		list-style: none;
		padding-top: 10px;
		padding-right: 230px;
		text-align: center;
	}

	.sponsors ul li {
		display: inline;
		padding-top: 25px;
		padding-left: 20px;
		padding-right: 20px;
		border-right: 1px solid #b4b4b4;
	}

	* html .sponsors ul li {
		padding-top: 0px;
	}

	.sponsors ul li.lastNode {
		border-right: 0;
	}

		.sponsors ul li a {
			text-decoration: none;
		}

	.sponsors ul li.description {
		color: #b4b4b4;
		font-size: 11px;
		border-right: 0;
	}


/**
 * Footer: Navigation
 */

.navigationFooter {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: center;
}

	.navigationFooter li {
		display: inline;
		border-right: 1px solid #b4b4b4;
	}

		.navigationFooter li.lastNode {
			border-right: 0;
		}

		.navigationFooter li a {
			padding-left: 4px;
			padding-right: 4px;
			color: #b4b4b4;
			font-size: 11px;
			text-decoration: none;
		}

		.navigationFooter li a:hover {
			color: #b4b4b4;
		}

			.navigationFooter li.active a {
				color: #b4b4b4;
			}



/**
 * Footer: Copyright
 */

.copyright {
	padding-top: 5px;
	margin: 0 auto;
	width: 450px;
	color: #b4b4b4;
	text-align: center;
	font-size: 11px;
}

	.copyright img {
		float: left;
	}

	.copyright p {
		float: left;
		padding-left: 10px;
		padding-top: 8px;
	}



.footerBorderBottom {
	height: 24px;
	background-image: url("../images/zoo-rostock-footer-border-bottom.jpg");
	background-repeat: repeat-x;
	background-color: #473b28;
}

/**
 * eventDB
 */
.tx-frontendformslib-steps {
	margin-top:10px;
	margin-bottom:10px;
}

.tx-frontendformslib-steps-inactive {
	color: #525252;
	font-size: 16px;
	font-weight:bold;
	margin-left:10px;
}
.tx-frontendformslib-steps-active {
	color: #9DAD20;
	font-size: 16px;
	font-weight:bold;
	margin-left:10px;
}
.tx-frontendformslib-form input {	
	display:block;
	float:left;
	margin-bottom:10px;
	font-size:11px;
}
.tx-frontendformslib-form fieldset{	
	margin-bottom:10px;
}
.tx-frontendformslib-field-switched {
	clear:both;
}

.tx-frontendformslib-label-normal{
	display:block;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	text-align:right;
	width:170px;
	clear:both;
        font-size:11px;
}

.aboutinfo {
	line-height:20px;
}

.tx-frontendformslib-label-aboutinfo{
	display:block;
	float:left;
	margin-right:10px;
	text-align:right;
	width:170px;
	clear:both;
        font-size:11px;
}

.tx-frontendformslib-label-switched {
	display:block;
	float:left;
	font-size:11px;
	margin-bottom:10px;
	margin-left:10px;
	width:230px;
}

.tx-rlmpeventdb-pi1-registrationoverview-features {
	margin-top:5px;
}

.tx-rlmpeventdb-pi1-registrationoverview-features tr {
	height:20px;
}

.tx-rlmpeventdb-pi1-registrationoverview-features th {
	padding-right:15px;
}

.tx-rlmpeventdb-pi1-registrationoverview-features-feature label.tx-frontendformslib-label-switched {
	margin-bottom:0px;
	margin-left:0px;
}

.tx-rlmpeventdb-pi1 form input[type = "submit"] {
	background-color:#9DAD20;
	border:1px solid #6E6E6E;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-right:10px;
	margin-top:10px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:center;
	width:110px;
}

.tx-frontendformslib-submitbuttons input[type = "submit"] {
	background-color:#9DAD20;
	border:1px solid #6E6E6E;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-right:10px;
	margin-top:10px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:center;
	width:110px;
}

* html .tx-frontendformslib-submitbuttons input {
	background-color:#9DAD20;
	border:1px solid #6E6E6E;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-right:10px;
	margin-top:10px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:center;
	width:110px;
}

.tx-frontendformslib-stepsoverview-row {
	margin-bottom:10px;
}
.tx-rlmpeventdb-pi1-registrationoverview-features-feature {
	width:200px;
}

.wettercomsmall202239 a {
	background-image: none !important;
	padding-left: 0 !important;
}
