@charset "utf-8";
/* ------------------------------------*/
/* -- klingenberg-galabau.de -- */
/* ------------------------------------*/



/* ------------------------------*/
/* -- set all to zero -- */
/* ------------------------------*/

html, body {
	height: 100%; /* stretch visible area vertical to 100% */
}
html, body, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, form, label, input, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 5px;
	margin-left: 15px;
	margin-top:20px;

	
	}
td {
	border:thin solid #98b6c4;
	padding: 5px;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ------------------------------*/
/* -- 0# -- global settings -- */
/* ------------------------------*/


body {
	background-color: #f3f8e2;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0 0 0px 0;
}
p {
	line-height: 20px;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
	color: #000;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* ------------------------------*/
/* -- layout  -- */
/* ------------------------------*/

.clearFixLeft {
	clear: left;
}
.clearFixRight {
	clear: right;
}
.clearFixBoth {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
p.floatBox {
	width: 220px;
	float: left;
}
p.floatBox1 {
	width: 230px;
	float: left;
}
.marginTop {
	margin-top: 25px;
}
/* ------------------------------*/
/* -- #1 -- header -- */
/* ------------------------------*/
#header {
	width: 950px;
	height: 233px;
	margin: 0px auto;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	position:relative;
}
#header h1 {
	font-size: 14px;
	}
#header h1 a {
	width: 446px;
	height: 159px;
	display: block;
	float: left;
	margin: 65px 0 0 15px;
	font-size: 14px;
	color: #000;
	text-indent: -9999px;
	position:absolute;
	z-index: 10;
	text-decoration: none;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#header h1 a:hover {
	color: #d00d13;
	text-decoration: none;
}

html>body #header h1 a:hover {
	color: #d00d13;
	text-decoration: none;
}
#headNav {
	width: 930px;
	z-index: 20;
	padding: 8px 20px 0px 0px;
	margin-top: 2px;
	position:absolute;
	text-align:right;

}
#headNav p {
	font-size:12px;
	text-decoration: none;
	color: #fff;
}
#headNav a {
	font-size:12px;
	text-decoration: none;
	color: #fff;
}
#headNav a:hover {
	font-size:12px;
	text-decoration: underline;
	color: #fff;
}
.random{
	height: 150px;
	width: 410px;
	border: 1px solid #4e0205;
	position:absolute;
	margin-left: 515px;
	margin-top: 65px;
}
#container {
	width: 100%;
	position: relative;
	z-index: 30;
	clear: both;
}
/* ------------------------------*/
/* -- #2 -- Navigation  ------ */
/* ------------------------------*/
#navi {
	list-style-type:none;
	width: 940px;
	height: 36px;
	margin: 0px auto;
	position: relative;
	z-index: 100;
	padding-top: 0px;
	padding-left: 10px;
	background-image:url(../images/bg-navi.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#navi li {
	float: left;
	padding: 0px 5px 0px 10px;

}
#navi li:first-child {
	background-image:none;
}
#navi li a {
	font-size: 12px;
	color : #fff;
	line-height: 36px;
	text-decoration : none;
	font-weight: normal;
}
#navi li a:hover,
#navi li.active a {
	color : #e0f8a9;
	text-decoration : none;
}
#navi li ul { /* second-level lists */
	position: absolute;
	background: none;
	width: 240px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navi li:hover ul, #navi li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navi li ul li a { /* second-level lists */
	font-size: 12px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 25px;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #410d0f;
	border-right: 1px solid #410d0f;
	border-bottom: 1px solid #410d0f;
	width: 220px;
	float: none;
	display:block;
	height:10px;
	background-color: #772329;
}
#navi li ul li a:hover { /* second-level lists */
	background-color: #f3f8e2;
	color: #304a02;
	text-decoration: none;
}
#navi li:hover, #navi li.hover {  
    position: static;  
}
/* ------------------------------*/
/* -- 3# --content -- */
/* ------------------------------*/

#contentContainer {
	width: 950px;
	padding-top: 0px;
	margin: 0px auto;
	position: relative;
	z-index:10;
	clear: left;
}
/* ------------------------------*/
/* -- 4# --content Main -- */
/* ------------------------------*/


/* --- right content area --- */
#contentMain {
	width: 570px;
	min-height: 490px;
	float: left;
	position:relative;
	z-index: 100;
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 35px;
}
#contentMain h2 {
	color: #732127;
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
	padding: 25px 0px 0px 0px;
}
#contentMain h3 {
	color: #3e5f03;
	line-height: 24px;
	font-size:14px;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}
#contentMain h4 {
	color: #9a0202;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
}
#contentMain p {
	margin: 15px 0px 10px 0px;
}
.pFloatLeft{
	width: 300px;
	float: left;
	margin: 15px 0px 10px 0px;
	}
#contentMain p.cms {
	margin: 15px 0px 10px 15px;
}
#contentMain dl {
	width: 238px;
	margin: 10px 30px 15px 0px;
	float: left;
}
#contentMain dl dt {
	margin: 0 0 5px 0;
	padding: 0 0 0px 5px;
	width: 238px;
	line-height: 25px;
	background-image: url(../images/bg-dt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}
#contentMain dl dd {
	margin: 0 0 5px 0;
	padding: 0 0 0px 20px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contentMain ul{
	margin: 30px 0 15px 30px;
	}
#contentMain ul li{
	margin: 0px 0 5px 0px;
	padding-left: 20px;
	background-image:url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#contentMain ul.planer{
	margin: 0px 0 0px 160px;
	}
#contentMain ul li.planer{
	margin: 0px 0 5px 0px;
	padding-left: 20px;
	background-image:url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#contentMain img.contentImg {
	border: 1px solid #732127;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#contentMain img.homeImg {
	border: 1px solid #732127;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
	width:170px;
	height:170px;
}
#contentMain img.thumbnailImg {
	border: 1px solid #732127;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.thumb a{
	float:left;
	margin:0;
	padding:0;
	margin:8px 16px 8px 0px!important;
	margin:8px 16px 8px 0px;
	display:block;
	background:none;
	border: 1px solid #732127;
	width:170px;
	height:110px;
	}
#contentMain img.planerImg {
	border: 1px solid #732127;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	float:left;
}
#contentMain img.azubiImg {
	border: 1px solid #732127;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 20px;
	width:200px;
	height:230px;
}
#contentMain img.leistungImg {
	border: 1px solid #732127;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 20px;
	width:200px;
	height:150px;
}
#contentMain a.Logo {
	border: 1px solid #732127;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 20px;
	width:130px;
	height:140px;
	text-indent: -9999px;
	display:block;
	background-image:url(../images/ausbildung/lg_logo.jpg);
	}
#contentMain a:hover.Logo {
	background-image:url(../images/ausbildung/lg_logo_ro.jpg);
	}
#contentMain img.rightImg {
	float: right;
	border: 1px solid #360;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}
/* ---- #4.1 Neue Aussichten und Aktuelles (CMS)-----  */
.gr_cmsImg{
	width: 280px;
	height: 210px;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	}

.kl_cmsImg{
	width: 125px;
	height: 95px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-top: 0px;
	}
.imgBox{
	float:left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 280px;
	height: 220px;
}
/* ------------------------------*/
/* ---- #5 contentSidebar -----  */
/* ------------------------------*/

#contentSidebar {
	width: 337px;
	height: 657px;
	background-image: url(../images/bg-sidebar.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	z-index: 30;
	margin: 50px 0px 0px 0px;
}
#contentSidebar p {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
	padding: 5px 0px 10px 0px;
}
#contentSidebar h2 {
	margin-top: 20px;
	font-size: 16px;
	font-weight:bold;
	color: #732127;
	text-align:center;
	}
#contentSidebar h3 {
	color: #9a0202;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	padding: 5px 0px 10px 22px;
}
#contentSidebar a {
	font-size: 12px;
	color: #036;
	text-decoration:underline;
}
#contentSidebar a:hover {
	color: #393;
	text-decoration: none;
}
.sidebarBox1{
	margin-left: 43px;
}
.sidebarBox2{
	margin-left: 43px;
}
#contentSidebar a.gardena {
	margin: 5px 0px 10px 60px;
	text-indent: -9999px;
	width: 158px;
	height: 158px;
	display:block;
	background-image:url(../images/gardena.png);
	}
#contentSidebar a:hover.gardena {
	background-image:url(../images/gardena_ro.png);
	}
#contentSidebar a.systemteich {
	margin: 20px 0px 10px 59px;
	text-indent: -9999px;
	width: 160px;
	height: 91px;
	display:block;
	background-image:url(../images/systemteich.png);
	}
#contentSidebar a:hover.systemteich {
	background-image:url(../images/systemteich_ro.png);
	}
#contentSidebar img.Galerien {
	margin-right: 10px;
	margin-bottom: 10px;
	}
#contentSidebar a.gal01 {
	float: left;
	margin: 0px 10px 10px 0px;
	text-indent: -9999px;
	width: 80px;
	height: 80px;
	display:block;
	background-image:url(../images/gal01.jpg);
	}
#contentSidebar hr {
	border: 0px;
	height: 1px;
	background-color: #732127;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 43px;
	margin-right: 25px;
}
/* ------------------------------*/
/* -- 6# -- footer -- */
/* ------------------------------*/
#footer {
	width: 100%;
	height: 50px;
	position: relative;
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px 0px 0px 0px;
}
#footer ul{
	width: 900px;
	margin: 0px auto;
	padding-top: 28px;
	padding-left: 50px;
	color: #036;
	font-size: 11px;

}	
#footer li {
	float:left;
	color: #fff;
	font-size: 11px;
	padding: 0px 5px 0px 10px;
	background-image:url(../images/bullet-footer.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer li:first-child {
	background-image:none;
}
#footer li a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
/* ------------------------------*/
/* -- 6# standard pages --*/
/* ------------------------------*/
/* -- vcf download ---*/
p a.vcf{
	width: 204px;
	height: 24px;
	text-indent: -9999px;
	display: block;
	background-image:url(../images/kontakt/bg-nav-vcf-a.png);
	background-position: 0px 0px;
	}
p a.vcf:hover{
	background-position: 0px -24px;
	}

/* --  impressum -- */
#euroweb {
	margin: 20px 0 0 0px;
	border: none;
}
#euroweb img.a{
	width: 151px;
	height: 20px;
}