@charset "utf-8";
*{padding:0; margin:0;}
p{margin-bottom:1em;}
h1 { font-size:16px;margin-bottom:1em; font-weight:bold;}
h2 { font-size:14px;margin-bottom:1em; font-weight:bold;}
h3 { font-size:12px;margin-bottom:1em; font-weight:bold;}
h4{ font-size:16px;margin-bottom:1em; font-weight:bold; color:#FFFFFF; padding:5px;}
a { text-decoration:none; color:#4fa090; font-weight:bold;}
.txtsmall{ font-size:9px;}
html,body{ height:100%;}
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(pics/b2.jpg) ;
	background-repeat:repeat;	
	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: #5f5f5f;
}

#schatten  {min-height: 100%; background-image:url(pics/schatten.png); background-repeat:repeat-y; background-position: -4px; width: 820px;margin: 0 auto;display: flex;flex-direction: column;}
 #container {
flex: 1;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	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. */
	position:relative;
} 
 #header {
 	height:146px;
	background-image:url(pics/bueroservice_head_back.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	
} 
 #header h1 {
	margin: 0;

	padding:50px 15px;
}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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: 0px 20px 15px 10px;
	margin-top:20px;
}
#sidebar1 li{
margin-left:15px;
font-size:10px;}

 #bild_div{
 	height:245px;
	background-color:#4fa090; 
	}
 #bild{ float:left; margin-top:13px;}
	
  #bildtext{
  	margin-top:25px;
  	 width: 215px; 
  	 color:#FFFFFF;
	 font-size:11px;
	 float:right;}

    #bildtext h1{
	font-size:23px;}
	 
   #bildtext a{
  	 color:#FFFFFF;
	 font-weight:bold;
	 text-decoration:none;}
	 
 #mainContent { text-align:justify;
	margin: 20px 260px 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 */
} 

 #mainContent li{margin-left:15px;}
 #footer {
padding: 20px;
} 

.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;
}

/* ******************************  navi start ***************** */

#navi { 
	left:400px;
	position:absolute;
	top:110px;
	width:400px;
	 } 

#navi a{
	
	margin:0;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	padding: 0 10px ;

	color:#76787b;
	
	
} 

#navi #menue5 { border:none;}

#navi ul {
	
} 

#navi li{
    display:inline;
	list-style-type:none;
	border-right: 1px #76787b solid;
}
 #navi  a:hover{
	text-decoration:none;
	
	color:#4fa090;
	}




 
/*<------ Menüunkt wird auf enstprechender Seite markiert (z.B. MenÃ¼punkt Home auf der Indexseite)*/
#index #menue1 a, #ausbildung #menue2 a,#kurse #menue3 a, #projekte #menue4 a,#projekte_detail #menue4 a, #referenzen #menue5 a, #neues #menue6 a, #kontakt #menue7 a{
/*	text-decoration:none;
	color:#FFFFFF;
	background-color:#A6332D;*/
} 

/* ******************************  navi ende ***************** */

address {
	color:#999999;  
	font-style:normal;
	text-align:center;
	font-size:10px;
	letter-spacing:1px;
	margin: 10px 0;
	}
address a{color:#999999;  }

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

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

#form{
padding:15px;
width:470px;
}

#form label{display:block;  }
#form input, #form textarea {

width:450px;
margin-bottom:10px;}

#form #Nachricht{height:15em;}
#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 <<<<<<<<<  */

/* --------------------------------------------------------------Daumenkino*/
#bilderstapel {
	height:216px;
	width: 566px;
}

#bilderstapel img {
	position:absolute;
	height:216px;
	width: 566px;
	z-index:1;
}

#bilderstapel img.obersteebene {
	z-index:3;
}

#bilderstapel img.mittlereebene {
	z-index:2;
}
.full {

    margin-right: 20px !important;

}