/**********************
/* Colour definitions */
/*********************/
/*
	green 		014130
	blue		82ADD7
	grey		EEEEEE
	lightgrey 	F1F1F1
 	
*/
@import url("suckerfish_siedentopf.css");

body {
	padding: 0;
	margin: 0;	
	text-align: center;
	background: #014130 url(../images/body_bg.jpg ) repeat-x;
	font-family: verdana, arial,helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 998px;
	height: 630px;
	background-image: url(../images/building.jpg);
	background-position: top center;	
	text-align:left;
	border: 1px solid #999;
	border-width: 0 1px 1px 1px;
	z-index: 1;
}
#container-shadow-left {
	position: absolute;
	top: 0;
	left: -26px;
	height: 630px;
	width: 25px;
	background: transparent url(../images/siteshadow_left.jpg) no-repeat center right;
}
#container-shadow-right {
	position: absolute;
	top: 0;
	right: -26px;
	height: 630px;
	width: 25px;
	background: transparent url(../images/siteshadow_right.jpg) no-repeat center left;
}
#header {
	height: 92px;
	width: 955px;
	position: relative;
	margin: 0 auto;
	padding:0;
	text-align: center;
	background: transparent url(../images/header.png) no-repeat center -4px;
	z-index: 1;
}

#header_print {
	display: none;
}
#logo {
	position: absolute;
	top: 10px;
	left: 65px;
	z-index: 2;
}

/* sidebar */
#sidebar {
	position: absolute;
	top: 97px;
	left: 60px;
	width: 215px;
	max-width: 214px;
	height: 474px;
	max-height: 490px;
	padding: 0;
}
#sidebar-header {
	height: 16px;
	background: transparent url(../images/sidebox_header.png) no-repeat bottom left;
}
#sidebar-image {
	width: 214px;
	height: 435px;
	max-height: 436px;
	overflow: hidden;
	background: #F1F1F1;	
}
#sidebar-headline {
	height: 24px;
	width: 214px;
	max-width: 215px;
	background: #014130 url(../images/headline_bg.jpg) repeat-x top left; 
	border-bottom: 1px solid #fff;
}

#sidebar-headline h2.hidden {
	display: none;
}

#sidebar-footer {
	height: 17px;
	background: transparent url(../images/sidebox_footer.png) no-repeat bottom left;
}
#sidebar-nav {
	position: absolute;
	top: 41px;
}
#sidebar-nav ul  {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#sidebar-nav li {
	position: relative;
	z-index: 1;
}
#sidebar-nav li a {
	display: block; 
	font-size: 11px; 
	width: 214px;
	height: 25px; 
	line-height: 25px; 
	text-indent: 20px; 
	text-decoration: none;
	color: #fff;		
	background-color: #015845;
	white-space: nowrap;	
	border-bottom: 1px solid #fff;
}

#sidebar-nav li span {
	position: absolute;
	width: 4px;
	height: 7px;
	right: 15px;
	top: 10px;
	background: transparent url(../images/arrow_over.gif) no-repeat top left;
}

#sidebar-nav li a:hover,
#sidebar-nav li.act a {
	background: #015845 url(../images/nav_2_bg.jpg) repeat-x;
	white-space: nowrap;
}
#sidebar-nav li.act a {
	font-weight: bold
}

/* -------------------------------------- link configuration -------------------------------------- */

.content a, 
.content a:link, 
.content a:visited { 
	text-decoration: underline;
	color: #014130;
	font-weight: bold;
}
.content a:hover {
	text-decoration: none;
}

/* -------------------------------------- content -------------------------------------- */
#content-container,
#content-container-01,
#content-container-02-top,
#content-container-02-bottom,
#content-container-03-top,
#content-container-03-bottom,
#content-container-04-top,
#content-container-04-bottom,
#content-container-05-top,
#content-container-05-bottom {
	position: absolute;
	top: 97px;
	left: 300px;
	width: 640px;
	height: 340px;
	max-height: 340px;
	color: #014130;
}

#content-container, 
#content-container-01 {
	height: 490px;
	max-height: 490px;
}

#content-container-02-top {
	height: 300px;
	max-height: 300px;
}	
#content-container-02-bottom {
	top: 418px;
	height: 140px;
	max-height: 140px;
}

#content-container-03-top {
	height: 270px;
	max-height: 270px;
}	
#content-container-03-bottom {
	top: 388px;
	height: 205px;
	max-height: 205px;
}

#content-container-04-top {
	height: 205px;
	max-height: 205px;
}	
#content-container-04-bottom {
	top: 316px;
	height: 272px;
	max-height: 272px;
}

#content-container-05-top {
	height: 300px;
	max-height: 300px;
}	
#content-container-05-bottom {
	top: 418px;
	height: 140px;
	max-height: 140px;
}

#content-container .content,
#content-container-01 .content,
#content-container-02-top .content,
#content-container-02-bottom .content,
#content-container-03-top .content,
#content-container-03-bottom .content,
#content-container-04-top .content,
#content-container-04-bottom .content,
#content-container-05-top .content,
#content-container-05-bottom .content {
	position: relative;
	color: #014130;
	height: 435px;
	width: 640px;
	background-color: #F1F1F1;
	overflow: auto;
}

#content-container .content {
	padding: 10px 20px;
	height: 415px;
	width: 600px;
}

#content-container-02-top .content {
	height: 225px;
	width: 600px;
	padding: 10px 20px;
}
#content-container-02-bottom .content {
	height: 115px;
}

#content-container-03-top .content {
	padding: 10px 20px;
	height: 195px;
	width: 600px;
}
#content-container-03-bottom .content {
	padding: 10px 20px;
	height: 125px;
	width: 600px;
}

#content-container-04-top .content {
	padding: 10px 20px;
	height: 128px;
	width: 600px;
}
#content-container-04-bottom .content {
	height: 215px;
}

#content-container-05-top .content {
	height: 225px;
	width: 600px;
	padding: 10px 20px;
}
#content-container-05-bottom .content {
	height: 115px;
}


.content-header {
	height: 16px;
	background: transparent url(../images/contentbox_header.png) no-repeat top left;
}
.content-header-link,
.content-header-link-down {
	height: 16px;
	text-align: center;
} 

.content-header-link a,
.content-header-link-down a {
	display: block;
	background: transparent url(../images/big_inactive_up.png) no-repeat top left;
	width: 100%;
	text-decoration: none;
}
.content-header-link a:hover,
.content-header-link-down a:hover {
	display: block;
	background: transparent url(../images/big_active_up.png) no-repeat top left;
	width: 100%;
	text-decoration: none;
}

.content-header-link-down a {
	background: transparent url(../images/big_inactive_down.png) no-repeat top left;
}

.content-header-link-down a:hover {
	background: transparent url(../images/big_active_down.png) no-repeat top left;
}

.content-headline {
	height: 24px;
	background: #014130 url(../images/headline_bg.jpg) repeat-x top left; 
	border-bottom: 1px solid #fff;
}
.content-headline h2.hidden {
	display: none;
}

.content-footer {
	height: 17px;
	background: transparent url(../images/contentbox_footer.png) no-repeat top left; 
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0;
}
h1.csc-firstHeader {
	padding-top: 0;
}

/* footer */
#footer {
	position: absolute;
	bottom: 0;
	left: 20px;
	background:transparent url(../images/footer.png) no-repeat;
	height: 29px;
	display: block;
	width: 955px;
}

/* -------------------------------------- sitestep navigation -------------------------------------- */
#sitestep-navigation-left,
#sitestep-navigation-right {
	position: absolute;
	top: 280px;
}

#sitestep-navigation-left {
	left: 0;
}

#sitestep-navigation-right {
	right: 0;
}

#sitestep-navigation-left a,
#sitestep-navigation-right a {
	display: block;
	width: 40px;
	height: 75px;
}

#sitestep-navigation-left a span,
#sitestep-navigation-right a span {
	 position: absolute;
	 margin: 0;
	 top: -1000000000px;
	 left: -100000000px;
}

#sitestep-navigation-left a {
	background: transparent url(../images/sitestepper_left_inactive.png) no-repeat top left;
}

#sitestep-navigation-left a:hover {
	background: transparent url(../images/sitestepper_left_active.png) no-repeat top left;
}

#sitestep-navigation-right a {
	background: transparent url(../images/sitestepper_right_inactive.png) no-repeat top right;
}

#sitestep-navigation-right a:hover {
	background: transparent url(../images/sitestepper_right_active.png) no-repeat top right;
}


a img {
	border: 0;
}
.clear-left {
	clear:left;
}

.clear-both {
	clear:both;
}

.clear-right {
	clear:right;
}

.hidden {
	visibility:hidden;
}


/* -------------------------------------- tt_news  -------------------------------------- */
.news-list-item h3 {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.news-list-item .bodytext {
	padding: 0;
	margin: 0;
} 
.news-list-date {
	margin-left: 10px;
}
.news-list-item hr.clearer {
	border: 0;
	height: 0;
}
.news-latest-morelink {
	padding-left: 5px;
	font-weight: bold;
}

.news-image-0 {
	float: left;
	padding: 0 10px 10px 0;
}
.news-image-1 {
	float: right;
	padding: 0 0 10px 10px;
}

/* -------------------------------------- pr_siedentopf startpage boxes -------------------------------------- */
.teaser-box {
	position: absolute;
	padding: 0;
	bottom: 45px;
	left: 250px;
	width: 300px;
}
.box-top {
	height: 15px;
	display: block;
	text-align: left;
	background: transparent url(/typo3conf/ext/pr_siedentopf/pi1/res/container_top.png) no-repeat;
}
.box-top span.open,
.box-top span.closed {
	display: block;
	height: 8px;
	width: 10px;
	padding-top: 8px;
	margin-left: 145px;
	background: transparent url(/typo3conf/ext/pr_siedentopf/pi1/res/container_arrow_open.gif) no-repeat center center;
}
.box-top span.open {
	background: transparent url(/typo3conf/ext/pr_siedentopf/pi1/res/container_arrow_close.gif) no-repeat center center;
}
.box-link-top {
	height: 39px;
	display: block;
	cursor: hand;
}
.box-bottom {
	height: 15px;
	display: block;
	background: transparent url(/typo3conf/ext/pr_siedentopf/pi1/res/container_bottom.png) no-repeat bottom left;
}

#box-left {
	left: 300px;
}
#box-right {
	left: 638px;
}
.teaser-box h2 {
	margin: 0;
	padding: 0;
	height: 24px;
} 
.teaser-box h2 span {
	display: none;	
}
#box-left-content,
#box-right-content {
	height: 326px;
	overflow: hidden;
	background-color: #F1F1F1;
	color: #014130;
	position: relative;
}
#webcam-image {
	height: 215px;
	background: transparent url(../images/spinner.gif) no-repeat center center;
	width: 300px;
}
#webcam-script {
	display: inline;
}
#webcam-timestamp {
	font-weight: bold;
}
	
#webcam-details {
	position: relative;
	height: 110px;
}

.webcam-metadata {
	padding: 5px 10px 10px 20px;
}

.webcam-metadata p {
	padding: 0;
	margin: 0;
}

#project-link {
	position: absolute;
	bottom: 25px;
	padding: 0;
	margin: 0;
	width: 100%;
}
#project-link {
	bottom: 26px;
}

#project-link a {
  display: block;
  padding-right: 20px;
  height: 25px;
  line-height: 25px; 
  font-size: 11px; 
  text-indent: 20px; 
  text-decoration: none;
  background: #015845 url(../images/teaser_link_bg.gif) no-repeat top left;
  color: #fff;    
  border-top: 1px solid white;
}

#project-link a:hover {
  background: #015845 url(../images/teaser_link_bg_active.gif) no-repeat top left;
  white-space: nowrap;
}

#webcam-navigation {
  position: absolute;
  bottom: 0;
  display: block;
  height: 25px;
  width: 300px;
  line-height: 25px; 
  font-size: 11px; 
  text-decoration: none;
  background-color: #015845;
  color: #fff;    
  border-top: 1px solid white;

}
#webcam-navigation:hover {
	 background: #015845 url(../images/nav_2_bg.jpg) repeat-x;
}

#webcam-label {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
}
#webcam-links {
	position: relative;
	float: right;
}

#webcam-link-last,
#webcam-link-next {
  position: absolute;
  width: 5px;
  height: 25px;
  padding: 0;
  margin: 0;
}
  
#webcam-link-last {
	right: 50px;
}
#webcam-link-next {
    right: 28px;
}

#webcam-link-last a {
	padding: 9px 5px 5px 15px;
	display: block;
}
#webcam-link-next a {
	padding: 9px 15px 5px 5px;
	display: block;
}


#siedentopf-gallery {
  position: relative;
  height: 300px;
  background: transparent url(../images/spinner.gif) no-repeat center center;
  width: 300px;
}

#gallery-navigation {
	clear: left;
	position: relative;
	height: 25px;
}

#siedentopf-gallery .single-image {
	float: left;
}

#siedentopf-gallery .single-image img {
  -moz-opacity:1;
  filter:alpha(opacity=100);
}

#siedentopf-gallery .single-image a:hover img {
	-moz-opacity:0.5;
  filter:alpha(opacity=50);
}

#image-meta {
	position: absolute;
	bottom: 0;
	width: 300px;
	color: #014130;
	background-color: #F1F1F1;
	display: block;
}

#caption {
	text-indent: 15px;
	height: 25px;
} 

#caption span {
	display: block;
	margin-top: 8px;
	font-weight: bold;
}

#detail-link a,
#back-link a {
  display: block;
  padding-right: 20px;
  height: 25px;
  line-height: 25px; 
  font-size: 11px; 
  text-indent: 15px; 
  text-decoration: none;
  background: #015845 url(../images/teaser_link_bg.gif) no-repeat top left;
  color: #fff;    
  border-top: 1px solid white;
}

#back-link a {
	border: 0;
}

#detail-link a:hover,
#back-link a:hover {
  background: #015845 url(../images/teaser_link_bg_active.gif) no-repeat top left;
}

#navigation-row {
  display: block;
  height: 25px;
  line-height: 25px; 
  font-size: 11px; 
  text-decoration: none;
  background-color: #015845;
  color: #fff;    
  border-top: 1px solid white;
}

#navigation-row p {
	padding: 0;
	margin: 0;
}

#navigation-label {
	float: left;
	text-indent: 15px;
}

#navigation-label a {
  color: #fff;
	text-decoration: none;	
}

#navigation-links {
	position: relative;
	float: right;
}

#navigation-link-last,
#navigation-link-next {
	position: absolute;
	width: 5px;
	height: 10px;
	padding: 0;
	margin: 0;
}
	
#navigation-link-last a {
	padding: 9px 5px 5px 15px;
	display: block;
}
#navigation-link-next a {
	padding: 9px 15px 5px 5px;
	display: block;
}

#navigation-link-last {
	right: 50px;
}
#navigation-link-next {
	right: 28px;
}


/* padding for text box */
.text .bodytext,
.text .bodytext{
	padding: 10px;
	margin: 0;
}

.content p {
	padding: 0;
	margin: 0;
}
#magazine {
}

/* -------------------------------------- pr_siedentopf search form -------------------------------------- */	
#offers-search-form input,
#offers-search-form select {
	font-size: 11px;
	color: #014130;
}
#offers-search-form fieldset {
	border: 0;
}
#offers-search-form legend {
	display: none;
}
#offers-search-form select {
	width: 365px;
}
#offers-search-form input {
	width: 80px;
}

.search-form-container-left,
.search-form-container-right {
	float: left;
	width: 230px;
}
.search-form-row h3 {
	display: inline; 
}
.search-form-row label {
	float: left;
	display: inline;
	position: absolute;
}
.search-form-row input, 
.search-form-row select {
	margin-left: 90px;
}

.search-form-container-right input {
	margin-left: 120px;
}

#search-form-submit {
	clear: left;
}
#search-form-submit input {
	width: 200px;
	margin: 10px 0 0 90px;
	
}

.search-form-row {
	clear: left;
}

/* -------------------------------------- pr_siedentopf contact form -------------------------------------- */
#contact-form {
	position: relative;
	height: 195px;
	padding-top: 20px;
	overflow: hidden;
}

#contact-form input,
#contact-form textarea {
	color: #666;
	font-size: 11px;
	padding: 2px;
	font-family: verdana, arial,helvetica, sans-serif;
}

.contact-row {
	display: block;
	clear: left;
	padding: 0 0 0 20px;
	height: 30px;
}

.contact-row .text-input-left,
.contact-row .text-input-right {
	float: left;
	width: 281px;
}

.contact-row .text-input-left {
	margin-right: 20px;
}	

#contact-form textarea {
	width: 591px;
	height: 85px;
	margin-left: 20px;
}

#contact-submit-row {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 27px;
	width: 640px;
	background: #015845 url(../images/nav_2_bg.jpg) repeat-x;
}

#contact-required {
	float: left;
	margin-top: 5px;
	text-indent: 20px;
	color: #fff;
}

#contact-submit {
  float: right;
	width: 165px;
	height: 22px;
}

#error-block {
	position: absolute;
	top: 0;
	color: red;
	padding-left: 20px;
	overflow: hidden;
}
.form-error {
	float: left;
}

#info-box {
  padding: 10px 20px;
  overflow: hidden;
}

/* -------------------------------------- pr_siedentopf calender widget -------------------------------------- */	

.calendar {
	z-index: 99999;
}

button.calendar {
  background: url(../images/siedentopf-calendar-icon.gif) no-repeat top left;
  border: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  vertical-align: top;
}
button.calendar:hover,
button.calendar.active {
  background-position: left bottom;
}
 
div.calendar {
	background-color:#fff;
	overflow: hidden;
	width: 140px;
}

.calendar caption {
	background-color: #014130;
	color: #fff;
	font-size: 11px;
	height: 35px;
}
.calendar caption span {
	margin: 0 5px;
}

.calendar caption span.month,
.calendar caption span.year {
	width: 140px;
	float: left;
	text-align: center;
}

.calendar caption a {
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	padding: 2px;
}

.calendar table {
}

.calendar table td {
	font-size: 11px;
}
.calendar table td {
	border: 1px solid #ccc;
	background-color: #efefef;
	color: #666;
}

.calendar table td.valid,
.calendar table td.inactive {
	cursor: pointer;
}
.calendar table td.valid  {
	background-color: #fff;
	color: #000;	
}
.calendar table td.hover,
.calendar table td.inactive {
	background-color: #014130;
	color: #fff;
}

/* -------------------------------------- pr_siedentopf offer search -------------------------------------- */
.offer-results,
.single-result-row {
	padding: 5px 0;
	border: 0;
	border-bottom: 1px solid #ccc;
	clear: left;
}

.offer-image {
	float: left;
	padding-right: 10px;
}

/* -------------------------------------- pr_siedentopf google maps -------------------------------------- */
.gmnoprint a {
	color: #014130;
	
}

