/* CSS Document  - temp_spa*/
/* brings | büro für kommunikation - www.brings-online.com */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
	border:0;
	margin:0;
	background-color: #fffdf0;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20;
	padding-left: 0;
}
#container {
	width:850px;
	text-align:left;
	z-index:10;
	background-image: url(../images/logo-pucker-verlauf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	bottom: 0px;
}

/* header */
#header {
	width:810px;
	height:132px;
	margin-left:0px;
	padding-left: 0px;
	background-image: url(../images/banner-lebenstraeume.gif);
	background-repeat: no-repeat;
	background-position: 190px top;

}
#header h1 {display:none;}
#header .imgrechts {
	float:right;
	text-align: right;
}
/* Navigation - wird per margin über das Bild geschoben */
#slogan {
	width:883px;
	height:50px;
	background:transparent;
	margin-top:-50px;
	margin-left:10px;
	padding:0;
	visibility: hidden;
}
/*navigation-styles*/
#slogan h3 {display:none;}
#slogan ul {margin:0; padding:0;}

#slogan li {
	list-style-type:none;
	display:inline;
	height: 30px;
}
#slogan 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;

}
#slogan a:hover {
	background:transparent;
	color:#c00;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFdf0;
	border-right-color: #FFFdf0;
	border-bottom-color: #FFFdf0;
	border-left-color: #FFFdf0;

}
/* Slogan - Info */
#navigation {
	width:600px;
	height: 30px;
	top: 150px;
	left: 0px;
	clip: rect(auto,10px,auto,10px);
	margin-left: 180px;
	padding-left: 10px;
}
#navigation p {font-size:100%; color:#5b5b5b; margin:0; font-weight:bold;}
#navigation a {
	color:#5b5b5b;
	text-decoration:underline;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;

}
#navigation a:hover {
	background:transparent;
	color:#e0dfe3;
	border-top: #FFFFCC;
	border-bottom: #FFFFCC;
	border-left: #FFFFCC;

}

/* Content hat komplette Breite = 1spaltiges Layout */
#content {
	width: 650px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 160px;
}
#content img {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
}
/* 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: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; 	opacity:1;*/
	padding:3px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFDF0;
}
#content a:hover img {
	/* filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 -moz-opacity: 0.50; 	opacity:0.5;*/
	padding:3px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFDF0;
}
/* content-styles */
#content .zeichnung {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#content h1 {
	font-size:1em;
	color:#008000;
	line-height:1em;
	padding-top:15px;
	padding-left:20px;
}
#content h2  {
	font-size:1em;
	color:#008000;
	padding-left:15px;
}
#content h3 {
	font-size:1.1em;
	color:#008000;
	padding-left:15px;
	padding-top:15px;
	line-height:1.3em;
}
#content h5 {
	font-size:1em;
	color:#008000;
	padding-top:15px;
	line-height:1.3em;
}
#content p {
	font-size:1em;
	color:#4e4e4e;
	line-height:1.5em;
	text-align:justify;
	margin:0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#content a  {
	text-decoration:none;
	color:#008000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #008000;
}
#content a:hover {
	text-decoration:none;
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#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: 10px;
	padding-bottom: 0;
	padding-left: 50px;
	list-style-image: url(../images/li.gif);
}
#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 .imglinks {
	float:left;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 10px;
}
#content .imglinks a {
	text-decoration: none;
	padding-left: 10px;
}
#content .imglinks a:hover {
	text-decoration: none;
	padding-left: 10px;
}

#content .imgrechts {
	float:right;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0px;
	padding-left: 10px;
	margin-right: 0px;
}

/* extra-div für Spa-Button */
#logo {
	position:relative;
	height:25px;
	width:328px;
	visibility: visible;
	float: right;
	font-weight: bold;
}
/* footer */
#footer {
	height:40px;
	width:775px;
	color:#008000;
	margin-top: 0;
	margin-bottom: 0;
	clip: rect(auto,auto,auto,auto);
	margin-left: 12px;
	padding-left: 22px;
	bottom: 20px;
	padding-right: 0px;
	margin-right: 0px;
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008000;
}

#footer p {
	text-align:right;
	font-size:1em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
#footer a {
	text-align:right;
	color: #008000;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
#footer a:hover {
	text-align:right;
	color: #999999;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
}/* 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 {
	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: 1px solid #008000;
	width:200px;
	margin:0;
	padding:0;
	background-color: #FFFDF0;
}
.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;}

.formfield {
	border: 1px solid #008000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFDF0;
	width: 250px;

}
.formbutton {
	border: 1px solid #008000;
	background-color: #FFFDF0;

}
.tab_ma {
	font-size:1em;
	color:#4e4e4e;
	line-height:1.5em;
	text-align:justify;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
}

