
* {
margin: 0;
padding: 0;
border: 0;
}
#header img {
display:block;
}
body  {
background-image:url(pics/tapete.jpg);
	font: 14px Arial, Helvetica, sans-serif;
/*	font-weight:bold;	*/
	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;
}
 #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
/*	background-image:url(pics/backSchatten.jpg);*/
	background-image:url(pics/backSchatten_tapete.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header { 
 	width: 778px;
	background-image:url(pics/tapete.jpg);
	 
	margin:  0;
	padding: 25px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#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: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
 #mainContent { 
	margin: 0 0px 0 240px; /* 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 50px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

 #mainContent p{
 margin-bottom:1em;
 }
 

#mainContent li{
list-style-type:circle;
line-height:25px;
margin-left:15px;
	font-size:13px;
	font-weight:bold;
} 

#footer { 
	background-image:url(pics/backSchattenFoot_tapete.jpg);
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	font-size:10px;
	height:75px;
	letter-spacing: 1.5px;
	line-height:1.5em;
	margin-top:13px;

	
} 
 #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: 5px 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;
}

/* ************************** Überschriften **************************/
h1{
font-weight:bold;
	font-size:130%;
	color:#000000;
	margin-bottom:1em;
	padding:0;}

h2{
		font-size:110%;
	color:#000000;
	margin-bottom:1em;
	padding:0;}
	
h6{
margin:0;
padding:0;
font-weight:bold;
		font-size:100%;
		margin-bottom: 0;
	}
/* ************************** Überschriften ENDE**************************/



/* ***********************  LINKS  START ********************* */
#footer a{text-decoration:none; color:#000000;}
#footer a:hover{text-decoration:underline; color:#bf0000;}

#mainContent a{text-decoration:none; color:#bf0000; font-weight:bold;}
#mainContent a:hover{text-decoration:underline; color:#bf0000; font-weight:bold;}
/* ***********************  LINKS  ENDE ********************* */


/* ***********************  NAVI  START ********************* */
#navi{
text-align:left;
	margin-bottom:15px;
	margin-left:6px;
	height:25px;
	width:760px;
	background-image:url(pics/naviback.jpg);
	background-repeat:no-repeat;
	background-color:#bf0000;
	}
#navi ul {

	padding: 4px 8px 4px 8px;
	margin:0;


}
#navi li{
	display:inline;
	font-size:13px;
	font-weight:bold;
} 
#navi a{
	margin-right:5px;
	padding: 3px 8px 5px 8px;
	text-decoration:none;
	color:#FFFFFF;
} 
 #navi a:hover{
text-decoration:none;
	color:#bf0000;
	background:#FFFFFF;

	}
/*<------ MenÃ¼punkt wird auf enstprechender Seite markiert (z.B. MenÃ¼punkt Home auf der Indexseite)*/
#index #menue1 a, #kontakt #menue5 a, #ueberuns #menue2 a, #leistungen #menue3 a, #bilder #menue4 a{
text-decoration:none;
	color:#bf0000;
	background:#FFFFFF;
}
/* ******************************** Navi ende ****************************/

/******* Sidebar UL *************************/
#sidebar1 ul{
color:#bf0000;
font-size:12px;
font-weight:bold;
line-height:25px;
margin-left:30px;
list-style-image:url(pics/aufzMann.jpg);
list-style-position:outside;
}
/******* Sidebar UL ENDE *************************/

/* *********************** Kontakt ****************/
#kontakt form{
padding:10px;
}
#kontakt label{display:block; font-size:90%; font-weight:bold;}
#kontakt input,#kontakt textarea {
border:#999999 1px solid;
width:300px;
margin-bottom:10px;}
#kontakt textarea {
height:7em;}
#kontakt input:focus, #kontakt textarea:focus{
	background-color:#E9E9E9;
}
/* *********************** Kontakt  ENDE****************/
/* ----------------------Lightbox ---------------------------------start*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* ----------------------Lightbox ---------------------------------End*/
