@charset "utf-8";

a{color:#2B6B0F; text-decoration:none;}
h4{font-size:12px; margin:0;}
h2{font-size:14px; margin-bottom:1em;}
h3{font-size:15px; margin-bottom:1em;}
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

 #schatten{
 	width:883px;
	background-image:url(bilder/schatten.jpg);
	background-repeat:repeat-y;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
			 margin-top:30px;

	}
	
 #container {
 
	width: 855px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	 position:relative;

} 
 #header { 

} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 15px 15px 15px 10px;
}
 #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	   min-height: 330px;
   height: auto !important;
   height: 330px;
} 

#referenzen #mainContent, #impressum #mainContent, #projekte #mainContent, #projekte_detail #mainContent{ 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	   min-height: 330px;
   height: auto !important;
   height: 330px;
} 

 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	height:48px;

} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-------------------------------------------- Navigation */

#navi {background-color:#1b5201;}

#navi  a{
	margin:0;
	padding: 3px 32px 3px 32px;
	border-right:2px solid #FFFFFF;
	text-decoration:none;
	color:#FFFFFF;
} 
#navi #menue7 a{
	
	border-right:none;

} 
/*#navi ul {
background-color:#999999;
	position:absolute;
	padding: 4px 8px 4px 8px;
	margin:0;
	left: 0px;
	top: 121px;
	width: 840px;
}*/
#navi ul {
background-color:#1b5201;

	padding: 4px 4px 4px 4px;
	margin:0;
	left: 0px;
	top: 121px;
	width: 840px;

}
 #navi  a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#000000;
/*	background-color:#990000;*/
	}

 

#navi  li{
	display:inline;
	font-size:13px;
	font-weight:bold;
} 


 
/*<------ MenÃ¼punkt wird auf enstprechender Seite markiert (z.B. MenÃ¼punkt Home auf der Indexseite)*/
#index #menue1 a, #gruppe #menue2 a,#leistung #menue3 a, #projekte #menue4 a,#projekte_detail #menue4 a, #referenzen #menue5 a, #partner #menue6 a, #kontakt #menue7 a{
	text-decoration:none;
	color:#fff;
	background-color:#000000;
} 

/*--------------------------------------------Navigation  ENDE*/

address {
	padding-top:15px;
	font-style:normal;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	letter-spacing:1px;
	}

/* --------------------------------------------------------------Kontakt formular*/

#honigtopf{
display:none;
visibility:hidden;}

#form{margin-left:30px;
padding:15px;
width:420px;
background-image:url(bilder/form-back.jpg);
background-repeat:no-repeat;}

#form label{display:block; font-size:90%; font-weight:bold; }
#form input, #form textarea {

width:400px;
margin-bottom:10px;}
#submit input  {width:100px;}

/* --------------------------------------------------------------Kontakt Formular Immobilienanfrage*/


#projekte_detail #immoform{margin-left:5px;
padding:0px;
width:300px;
/*background-image:url(bilder/form-back2.jpg);*/
background-repeat:no-repeat;}

#projekte_detail #immoform label{display:block; font-size:90%; font-weight:bold; }
#projekte_detail #immoform input {
width:280px;
margin-bottom:10px;}
 #immoform textarea {
 height:6em;
width:280px;
margin-bottom:10px;}
#projekte_detail #submit input  {width:100px;}

/* >>>>>>>> Validate Form <<<<<<<<<  */
/* Style for invalid input */

.invalidInput{
	border:1px dotted #F00;
	background-color: #FFECE6;
}

/* Style for valid input */
.validInput{
	border: 1px dotted #FF0000;
}

/* >>>>>>>> Validate Form ENDE <<<<<<<<<  */

/* ---------- gallery styles start here ----------------------- */
/*.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery ul{
padding-top:20px;
}
.gallery li {
	margin: 0;
	padding: 0 5px;
	float: left;
	position: relative;
	width: 140px;
	height: 120px;

}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: none;
}
.gallery a:hover img {
	border-color: #000;
}

.gallery span {
	width: 152px;
	height: 72px;
	display: block;
	position: absolute;
	top: -20px;
	left: -10px;
	background: url(images/floral-corner.png) no-repeat;
}
.gallery a {
	text-decoration: none;}*/
	.gallery {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
}
.gallery ul{
padding:0;
margin-bottom:1em;
}
.gallery li {
	margin: 10px 10px ;
	padding: 0;
	float: left;
	position: relative;
	width: 245px;
	height: 205px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;

}
#sidebar1 img {
	background: #fff;
	border: solid 1px #ccc;

}
.pin {
	width: 82px;
	height: 29px;
	display: block;
	position: absolute;
	top: -14px;
	left: 85px;
	background: url(images/tape.png) no-repeat;
}

/*reftxt   {
	width: 248px;
	height: 203px;
	display: block;
	position: absolute;
	top: 187px;
	left: 0px;

}*/

.gallery a {
	text-decoration: none;
}

/* ******************** UI tabs **************************** */
.ui-tabs-nav {
	/*resets margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;*/
	float: left;
	position: relative;
	z-index: 1;
/*	border-right: 1px solid #d3d3d3;*/
	bottom: -1px;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none;list-style: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	/*border-right: none;*/
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #555555;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	clear:left;
	border: 1px solid #d3d3d3;
	background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;

}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


td.hover, tr.hover
{
	background-color: #fff;
}

.allebilder{font-size:13px;	margin:5px; font-weight:bold;text-align:center;
background-color:#2B6B0F; color:#FFFFFF; padding: 5px 15px;}

.allebilder a{ color:#FFFFFF; text-align:center;	display: block;}

.hidenpics{
visibility:hidden;
	position:absolute;
	top:992px;
	left: 480px;
}
.flash-replaced .alt {
				display: block;
				height: 0;
				position: absolute;
				overflow: hidden;
				width: 0;
			}
#bild{
	position:relative;
}

.verkauft{position:absolute; left:21px; top:0px; text-align:center; width:79px; height:79; }
.tn{position:relative; text-align:center; }
