/* CSS Document  - temp_spa*/
/* brings | büro für kommunikation - www.brings-online.com */
html[xmlns^="http"] { /* verhindert Mozilla-Zucken * > Firefox 1.5 */ overflow-y: scroll; }

* { outline:none; }

body {
	font-family: "tahoma", verdana, "arial", sans-serif;
	font-size:10pt;
	border:0;
	padding:0;
	margin:0;
	background-color: #B4D898;
	background-image: none;
}
#container {
	width:820px;
	z-index:10;
	background-image: url(bilder/contbg_zen_gr_hell.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

/* header */
#header {
	width:800px;
	height:218px;
	margin-left:10px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(bilder/banner-klettergarten-4.jpg);

}
/* header-styles */
#header img {
	float:left;
	padding-left: 0px;
}
#header h1 {display:none;}
/* Navigation - wird per margin über das Bild geschoben */
#navigation {
	width:800px;
	height:30px;
	background:transparent;
	margin-top:-50px;
	margin-left:10px;
	padding:0;
	visibility: hidden;
}
/*navigation-styles*/
#navigation h3 {display:none;}
#navigation ul {margin:0; padding:0;}
#navigation li {
	list-style-type:none;
	display:inline;
	height: 30px;
}
#navigation a {
	display:block;
	height:25px;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	border-right:1px solid #FFFFCC;
	text-align:center;
	font-size:105%;
	font-weight:bold;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;

}
#navigation a:hover {
	background:transparent;
	color:#c00;
	border-top: #FFFFCC;
	border-right: 1px solid #FFFFCC;
	border-bottom: #FFFFCC;
	border-left: #FFFFCC;

}
/* Slogan - Info */
#slogan {
	width:800px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin-right: 5px;
	margin-left: 10px;
	background-color: #003399;
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009999;
	border-bottom-color: #009999;
}
/* slogan-styles */
#slogan h1 {font-size:130%; color:#fff; line-height:1.5em; padding-left: 25px; margin:0; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif;}   
#slogan p {font-size:100%; color:#fff; padding-left:25px; margin:0; font-weight:bold;}
#slogan ul {
	margin:0;
	padding:0;
}
#slogan li {
	list-style-type:none;
	display:inline;
	height: 25px;
}
#slogan a {
	color:#B4D898;
	text-decoration:none;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;

}
#slogan a:hover {
	background:transparent;
	color:#FFFFFF;
	border-top: #FFFFCC;
	border-bottom: #FFFFCC;
	border-left: #FFFFCC;

}

/* Content hat komplette Breite = 1spaltiges Layout */
#content {
	padding:0;
	width: 800px;
	background-image: url(bilder/contentbg_zen2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
#content img {
	float:right;
	padding:3px;
	margin: 0 25px 0 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #284356;
	border-right-color: #284356;
	border-bottom-color: #284356;
	border-left-color: #284356;
}
#content .tabStartseitegross tr td img  {
	margin: 0px;
	padding: 0px;
	float: left;
}

#container #content .tableGalerie tr td img {
	margin-right: 0px;
	margin-left: 0px;
}

#content img .imglinks{
	float:left;
	border:1px solid #F00;
	padding:3px;
	margin-top: 0;
	margin-bottom: 0;
}
#StartseiteImgLinks {
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 15px;
}

/* Transparenz der Bilder bei a:hover auf 50%  - von Stu Nicholls - http://www.cssplay.co.uk/opacity/index.html - Thank you!*/
#content a img {filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1; border:1px solid #003399; padding:3px;}
#content a:hover img {filter: alpha(opacity=50);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 -moz-opacity: 0.50; opacity:0.5; border:1px solid #900; padding:3px;}
/* content-styles */
#content .zeichnung {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#content h1 {
	font-size:1.3em;
	color:#003399;
	line-height:1.2em;
	padding-top:15px;
	padding-left:35px;
	text-align: left;
}
#content h2  {font-size:1.2em; color:#003399; line-height:1.2em; padding-top:15px; padding-left:35px;}
#content h3 {font-size:1.1em; color:#003399; padding-left:35px; padding-top:15px; line-height:1.3em;}
#content p {
	font-size:1em;
	color:#284356;
	line-height:1.5em;
	margin:0;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}

#content form table td h3 {
	margin-left: 0px;
	padding-left: 0px;
}

#content table td {
	padding-left: 35px;
}


#content a  {text-decoration:none; color:#003399; border-bottom:1px solid #DCE6F2;}
#content a:hover {
	text-decoration:none;
	color:#00a3e4;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00a3e4;
}
/* extra-div für Spa-Button */
#logo {
	position:relative;
	height:25px;
	width:328px;
	visibility: visible;
	float: right;
	font-weight: bold;
}
/* footer */
#footer {
	height:30px;
	width:800px;
	margin:0 10px 0 10px;
	padding:0;
	color:#fff;
	border-bottom:1px solid #284356;
	background-color: #003399;
}
/* footer-styles */
#footer .top {
	float: left;
	border-top-color: 0;
	border-right-color: 0;
	border-bottom-color: 0;
	border-left-color: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 25px;
}

#footer p {text-align:right; font-size:0.8em; padding:10px 25px 0 0;}
#footer a {
	text-align:right;
	padding:10px 25px 0 0;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	text-align:right;
	padding:10px 25px 0 0;
	color: #999999;
	text-decoration: none;
}/* class als Trennstrich */
.space {
	text-align:center;
	margin:0 20px 0 20px;
	background-image: url(bilder/hr-gruen.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* Kontaktformular */
fieldset {margin: 20px 0 0 45px; padding:15px 30px 10px 10px; border:1px solid #fff; width:610px;}
form {padding:0; margin:0;}
#container #content .tab {
	color: #284356;
	padding-left: 25px;
}

fieldset legend {font-size:.9em; color:#b8cbbe; font-weight:bold; background:none; padding:0 0 0 5px;}
label {line-height:1.5em; float:left; height:20px; padding:0 0 0 5px; margin-top: 1px; margin-bottom: 10px; color:#284356; width:90px; font-size:.9em; }
.field { height:18px; float:left; border: #3a6381  1px solid; width:180px; margin-bottom: 10px; background: #FFF; line-height:1.7em; color:#3a6381 ; text-indent:.5em; font-size:11px;}
.textarea { border: #3a6381  1px solid; width:200px; margin:0; padding:0; }
.button {height: 20px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center; padding:4px; cursor: pointer; }
.submit{ padding:4px; margin-left:110px; font-size:.85em; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif; background:#b8cbbe; color:#284356; cursor: pointer; border-bottom:1px solid #678D74; border-right:1px solid #678D74; border-left:1px solid #b8cbbe; border-top:1px solid #b8cbbe;}

.submit:hover { padding:4px; cursor:pointer; background:#3a6381; border-bottom:1px solid #284356; border-right:1px solid #284356; border-top:1px solid #3a6381; border-left: 1px solid #3a6381; color:#fff; }
.right {float:right;}
#container #content #parcours {
	background-color: #0066CC;
	z-index: 1;
	height: 300px;
	width: 300px;
	position: absolute;
	visibility: hidden;
}
#content .wegbeschreibung {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: none;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content ul {

	font-size:1em;
	color:#284356;
	line-height:1.5em;
	text-align:justify;
	margin:0;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 50px;
}
#content ol {


	font-size:1em;
	color:#284356;
	line-height:1.5em;
	text-align:justify;
	margin:0;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 50px;
}
#content h5 {
font-size:1.0em; color:#003399; padding-top:15px; line-height:1.3em;
}
#content  .partnerlogo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container .clear {
	clear: both;
}
#content .hervorgehoben{
	font-size:1.1em;
	color:#003399;
	line-height:1.1em;
	text-align: left;
	font-weight: bold;
}
.tabStartseite {
	width: 275px;
	text-align: center;
	border: 2px solid #B4D898;
	color: #284356;
	float: right;
	margin-right: 25px;
}

.tabStartseite td{
	text-align: center;
	color: #284356;
	padding-right: 25px;
}
#termine {
	float: left;
}
.tabStartseitegross {
	width: 300px;
	margin-left: -35px;
	color: #284356;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1em;
	line-height: 1.5em;
}
#container #content .tabStartseitegross tr td {
	width: 300px;
	margin-left: -30px;
	color: #284356;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#klinker {
	float: right;
	margin-bottom: -60px;
	margin-right: 70px;
}
#container #content .tableGalerie{
	margin-left: auto;
	padding-left: 0px;
	margin-right: auto;
}
#container #content .tableGalerie td{
	padding-left: 0px;
	margin-left: 0px;
	color: #284356;
	text-align: center;
}
#container #content .tableGalerie tr td img  {
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content .startseite tr td img {
	margin: 0px;
	padding: 0px;
}

#container #content .tabStartseitegross tr td table tr td p {
	padding-right: -35px;
	padding-left: -35px;
}
#container #content .tabStartseitegross tr td table tr td h3 {
	padding-right: -35px;
	padding-left: -35px;
}
#bildbox {
	float: right;
	width: 260px;
}
#bildbox img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#fb-root {
	width: 250px;
	text-align: center;
}
.fb_iframe_widget {
    float: right;
    width: 140px;
	margin-top:8px;
}
#content table.startseite td{
	margin: 0px;
	padding: 0px;
}
#content table.startseite {
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content .startseite tr td img  {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content img.youtube{
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content img.youtube:hover {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

