/* 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;
	text-align:center;
	border:0;
	padding:0;
	margin:0;
	background-color: #0067ac;
}
#container {
	width:820px;
	text-align:left;
	margin:0 auto 5px auto;
	z-index:10;
	background-color: #fff;
	background-image: url(bilder/contbg_zen_bl.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* header */
#header {
	width:799px;
	height:248px;
	border-right:1px solid #284356;
	margin-left:10px;
	margin-top:-100px;
	background-repeat: no-repeat;
	background-position: left left;
	background-image: url(bilder/header-schwarm.jpg);

}
/* header-styles */
#header img {float:right; padding-right:40px;}
#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;
	border-bottom:1px solid #284356;
	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;
	border-bottom:1px solid #678D74;
	background-color: #00a3e4;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	height: 20px;
}
/* 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; line-height:1em; 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 {
	display:block;
	height:25px;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	border-right:1px solid #FFFFCC;
	text-align:left;
	font-size:100%;
	font-weight:normal;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;

}
#slogan a:hover {
	background:transparent;
	color:#003399;
	border-top: #FFFFCC;
	border-right: 1px solid #FFFFCC;
	border-bottom: #FFFFCC;
	border-left: #FFFFCC;

}

/* Content hat komplette Breite = 1spaltiges Layout */
#content {
	margin:0 10px 0 10px;
	padding:0;
	width: 800px;
	background-image: url(bilder/contentbg_zen.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#content .imgCenter {
	border:1px solid #284356;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#content img {float:right; border:1px solid #284356; padding:3px; margin: 0 25px 0 25px;}

/* 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 #284356; 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 h1 {font-size:1.3em; color:#0067ac; line-height:1.2em; padding-top:15px; padding-left:25px;}
#content h2  {font-size:1.2em; color:#0067ac; line-height:1.2em; padding-top:15px; padding-left:25px;}
#content h3 {font-size:1.1em; color:#0067ac; padding-left:25px; padding-top:15px; line-height:1.3em;}
#content p {
	font-size:1em;
	color:#284356;
	line-height:1.5em;
	text-align:justify;
	margin:0;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}
#container #content .bold {
	word-spacing: 5px;
	font-weight: bold;
	font-size: 90%;
}



#content a  {text-decoration:none; color:#0067ac; 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;
}
.table {
	clear: none;
	border: solid 1px rgb(150,150,150);
	empty-cells: show;
	border-collapse: collapse;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	width: 90%;
	float: none;
	padding: 0px;
}
.table tr {margin: 0px; padding: 0px;}
.table td {
	border: solid 1px rgb(150,150,150);
	text-align: left;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.table th {
	margin: 0px;
	border: solid 1px rgb(150,150,150);
	empty-cells: show;
	text-align: left;
	font-size: 100%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.table-caption {margin: 0.5em 0px 1.0em 30px; padding: 0px; clear: both; text-align: left; font-size: 120%;}

/* extra-div für Spa-Button */
#logo {
	position:relative;
	height:100px;
	width:799px;
	visibility: visible;
	left: 10px;
}
/* footer */
#footer {
	height:60px;
	width:800px;
	margin:0 10px 0 10px;
	padding:0;
	color:#fff;
	border-bottom:1px solid #284356;
	background-color: #00a3e4;
	background-image: url(bilder/header-schwarm.jpg);
}
/* 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:.9em; padding:10px 25px 0 0;}
#footer a {
	text-align:right;
	padding:10px 25px 0 0;
	color: #1EC3F9;
	text-decoration: none;
}
#footer a:hover {
	text-align:right;
	padding:10px 25px 0 0;
	color: #CCCCCC;
	text-decoration: none;
}/* class als Trennstrich */
.space {background:url(bilder/space_zen.gif) bottom repeat-x; text-align:center; margin:0 20px 0 20px;}
/* Kontaktformular */
fieldset {margin: 20px 0 0 45px; padding:15px 30px 10px 10px; border:1px solid #fff; width:610px;}
form {padding:0; margin:0;}
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 .dive {
	font-style: italic;
	color: #0067AC;
	font-size: 95%;
	font-weight: bold;
}
