@import url(rte.css);
@import url(jquery.fancybox.css);
@import url(forms.css);
/* 
------------------------------------------
*
* Standard-StyleSheet KALLER & KALLER Nürnberg, Berlin, Köln
* V 1.1 - Peter Scheffler - 01.01.10
* Projektname: Projekt 
* Projektstart: 01.02.2010
* Typographie (Body) - Font: Helvetica, Arial, sans-serif // Color: #000 // Size: 1.2em (12px)
* Adresse: http://www.easy-living4u.de
*
* Global ----------
* reset.css
* typographie.css
*	Typographie Helvetica,Arial // 62.5% (10px) // color: #fff
* layout.css
* navi.css
* Spezial ---------
* elements.css
* forms.css
* icons.css
* javascript.css
*
------------------------------------------ 
*/
/*
#############
# reset.css #
#############
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: transparent url(../layimages/bg-body.png) repeat -20px -40px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Hilfsklassen */
.hidden {display: none;visibility:hidden}
.clear {clear: both;}
.clearleft {clear:left;}
.clearright {clear:right;}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*
###################
# typographie.css #
###################
*/

html {
font-size: 62.5%;
font-family:Helvetica, Arial, sans-serif;
overflow-y: scroll;
}
body {
color: #fff;
}

/* headlines */ 
h1,h2,h3,h4,h5,h6 {line-height: 120%;}
h1 {font-size: 1.7em;margin: 0px 0 10px 0;line-height:1.3em;}
h1.yellowstripes {background:transparent url(../layimages/bg_headline.png) no-repeat right center;padding:2px 0 0 0;}
h1.yellowstripes span {background:#25B8CA;padding-right:15px;}
h2 {font-size: 1.2em;margin: 6px 0 4px 0;font-weight:bold;} 
h3 {font-size: 1.2em;margin: 0 0 4px 0;font-weight: bold;} 		
h4 {font-size: 1em;margin: 6px 0 4px 0;}
h5 {font-size: 1em;margin: 6px 0 4px 0;}
h6 {font-size: 1em;margin: 6px 0 4px 0;}

/* links - LoVe Focus HaTe Link Visited Focus Hover Active */
a {
	color: #fff;
	text-decoration: underline;
	}
a:visited {
	color: #fff;
	text-decoration: underline;
	}
a:focus {
	color: #fff;
	text-decoration: underline;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	}
a:active {
	color: #fff;
	text-decoration: underline;
	outline:none;
	}
	a[href$=".pdf"] {
	background: url(../layimages/pdf.png) no-repeat left center;
	padding: 0 0 0 20px;
	height:20px;
	line-height:20px;
	}
	a[href^="http://"], a[class$="lightbox01"], a[class$="gelberpfeil"] {
	background: url(../layimages/arrow_link.png) no-repeat left center;
	padding: 0 0 0 11px;
	}
strong {
	font-weight:bold;
	}
em {
	font-style:italic;
	}	
p {
	line-height:150%;
	font-size:1.1em;
	margin:0 0 6px 0;
	}
#content ul, #content ol, #content_lightbox ul, #content_lightbox ol, #contentbereich ul, #contentbereich ol {
	list-style-image:url(../layimages/stern.png);
	margin: 0 0 10px 20px;
	font-size:1.1em;
	line-height:150%;
	}
ul li, ol li {
	margin:0 0 6px 0;
	}
ul li ul {
	list-style-type: circle;
}


/*
##############
# layout.css #
##############
*/
#container {
	width: 1020px;
	min-height: 300px;
	height: auto!important;
	height: 300px;
	margin: 5px auto 0 auto;
	position: relative;
	overflow:hidden;
}
#top {
	width: 975px;
	min-height: 180px;
	height: auto!important;
	height: 180px;
	margin: 0 30px;	
	background: transparent url(../layimages/bgtop.png) no-repeat bottom left;
	}
#logo {
	position: absolute;
	top: 11px;
	left: 0px;
}	
#main {
	width:980px;
	margin: 0 30px;
	padding-bottom: 38px;
	background: transparent url(../layimages/bgmain-shadow.png) no-repeat bottom left;
	position:relative;
	overflow:hidden;

	}
#left {
	float: left;
	width: 200px;
	}
#right {
	float:left;
	width:210px;
	margin:0 20px;
	min-height:200px;
	overflow:hidden;
	}
	
#content {
	float:left;
	font-size:1.1em;
	position: relative; 
	overflow:hidden;
	z-index:0; 
    }
	
#contentbereich {
	float:left;
	font-size:1.1em;
	position: relative; 
	overflow:hidden;
	z-index:0; 
    }

#content_lightbox {
	float:left;
	width: 650px;
	min-height: 200px;
	height: auto!important;
	height: 200px;
	
	border:4px solid #fff;
	margin:20px;
	padding:15px;
	
	font-size:1.1em;
	/*position: relative; */
	z-index:0;

	-webkit-border-radius:8px;
    -moz-border-radius:8px;
	-khtml-border-radius:8px;
    border-radius:8px;
	/*behavior:url(border-radius.htc);*/
	
    background:#25B8CA;
    }
	


.startseite #content {
	width:956px;
	min-height:200px;
	height:auto!important;
	height:200px;
	
	padding:0px;
	margin:0 0 0 2px;
	
	background:#D6D5CC;
	border:0;
	z-index:0;
	}
.startseite #content .imgwrapstart {
	width:309px;
	height:215px;
	display:inline-block;
}
.startseite #content .imgwrapstart p.bodytext {
margin:180px 0 0 195px;
width:100px;
overflow:hidden;
}
.startseite #content .imgwrapstart p.bodytext a {
float:right;
margin:0 0 0 10px;
}
.startseite #content #c68 {
	background:transparent url(../layimages/bg_mainleft.png) no-repeat 0 0;
}
.startseite #content #c69 {
	background:transparent url(../layimages/bg_maincenter.png) no-repeat 0 0;
}
.startseite #content #c70 {
	background:transparent url(../layimages/bg_mainright.png) no-repeat 0 0;
}

/* Startseite englisch */
.startseite #content #c192  {
	background:transparent url(../layimages_en/bg_mainleft_en.png) no-repeat 0 0;
}
.startseite #content #c193 {
	background:transparent url(../layimages_en/bg_maincenter_en.png) no-repeat 0 0;
}
.startseite #content #c194 {
	background:transparent url(../layimages_en/bg_mainright_en.png) no-repeat 0 0;
}

.startseite #content #c192 p {
width:200px;
margin:180px 0 0 94px;
}

.startseite #content hr {
	clear: both;
	border-top: 1px solid white;
	padding:0;
	width:894px;
	margin:0 auto 10px auto;
	color: transparent;
	background: transparent;
}

#footer {
	clear: both;
	padding-top: 20px;
	margin: 0 30px;
	background: #eee;	
	}	
/*
############
# navi.css #
############
*/
/* 1 Ebene */
#navi {
	float:right;
	width: 475px;
	margin: 86px 17px 0 0;
	padding: 5px 0 0 130px;
	font-size: 1.35em;
	height: 55px;
	line-height: 12px;
	background: transparent url(../layimages/bgnavi.png) no-repeat 0 0;

	-webkit-border-radius: 0px 22px 0px 0px;
    -khtml-border-radius: 0px 22px 0px 0px;
    -moz-border-radius: 0px 22px 0px 0px;
    border-radius: 0px 22px 0px 0px;
    /* Rundung wird zusaetzlich mit JS erzeugt */
}
#navi li {
	padding:0; margin:0;
	/*display:inline;*/
}

#navi li a,#navi li a:visited {
	/*display: block;*/
	float:left;
	/*padding: 4px 10px 0 10px;*/
	margin:0; padding:0;
	color: white;
	font-weight: bold;
	text-decoration:none;
}
#navi li a:hover,#navi li a#current {

}
#navi li a:active,#navi li a:focus {
	outline: none;
}
.nofloat {
	float:left!important;
	overflow:hidden!important;
	/*display:block!important;*/
	clear:both;

}
#pid03 {
	clear:left;
}
/* Metanavi */
#metanavi {
	position: absolute;
	top: 73px;
	right: 3px;
}
#metanavi li {
	display: inline; 
	float: left;
}
#metanavi li a,#metanavi li a:visited{
	display: block;
	float:left;
	padding: 0;		
	width: 60px;
	height: 40px;
	background: transparent url(../layimages/bgmeta-center.png) repeat-x 0 0;
	
	text-align:center;
	color: white;
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
}
#metanavi li a:hover {
	font-weight: bold;
	text-decoration: none;
}
#metanavi li#metanavi-first{
	display: block!important;
	float:left;
	width: 22px; 
	height: 40px;
	background: transparent url(../layimages/bgmeta-left.png) no-repeat 0 0;
	overflow: hidden;
}

#metanavi li#metanavi-last {
	display: block!important;
	float:left;
	width: 76px; 
	height: 40px;
	background: transparent url(../layimages/bgmeta-right.png) top right no-repeat;
	overflow: hidden;
}

#metanavi li#metanavi-last a{
	margin-left:-9px;
	padding:0 0 0 5px;
}

#besichtigungstermin {
	float: right;
	margin: 5px 30px 0 0;
}
#top hr {
	position: absolute;
	left: 50px;
	top: 180px;
	border: 0; 
	border-top: 1px solid white;
	padding:0;
	color: transparent;
	background: transparent;
	width: 920px;
}
#contentbereich hr, #contentbereich p hr, #content hr {
	clear: both;
	border-top: 1px solid white;
	padding:0;
	width:640px;
	margin:0 auto 10px auto;
	color: transparent;
	background: transparent;
}

.box280, .box560 {
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align:top;
    *display: inline;
    position:relative;
  
    width: 280px;
	overflow:hidden;
	margin:5px 0 0 29px;
		
}
.box560 {
	width: 590px;
}

.box650 {
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align:top;
    *display: inline;
    position:relative;
	width: 700px;
	overflow:hidden;
}

.innergreybox {
	float:right;
	width: 290px;
	min-height: 100px;
	height: auto!important;
	height: 100px;
	
	padding:5px 15px;
	margin:25px 0 0 0;
	background:#b4b4ad;
	
	border:1px solid #b4b4ad;
	
	-webkit-border-radius:8px;
    -moz-border-radius:8px;
	-khtml-border-radius:8px;
    border-radius:8px;
	behavior:url(http://www2.easy-living4u.de/fileadmin/templates/js/border-radius.htc);
    }


.inner {
	border: 4px solid white;
	padding:0 10px;
	width: 252px;
	
	min-height: 130px;
	height: auto!important;
	height: 130px;
		
	-webkit-border-radius:10px;
    -moz-border-radius:10px;
	-khtml-border-radius:10px;
    border-radius:10px;
	behavior:url(http://www2.easy-living4u.de/fileadmin/templates/js/border-radius.htc);
	}
	
.innercontent {
	border: 4px solid white;
	/*padding:0 10px;
	width: 252px;*/
	margin-left:20px;
	margin-top:10px;
	padding:15px;
	
	min-height: 355px;
	height: auto!important;
	height: 355px;
		
	-webkit-border-radius:10px;
    -moz-border-radius:10px;
	-khtml-border-radius:10px;
    border-radius:10px;
	behavior:url(http://www2.easy-living4u.de/fileadmin/templates/js/border-radius.htc);
	}
	
.box650 .innercontent {
	background:#25B8CA;
	}
	
.box560 .inner {
	width:561px;
	}
.blau .inner{
	background: #25b8ca;
	}	
.grau .inner{
	background: #b4b4ad;
	}	
.box560 .inner img {
	width:260px;
	height:100px;
}
.box560 .inner p {
	border-left:1px solid #fff;
	height:100px;
	padding:0 0 0 20px;
	margin:0 0 0 10px;
}



.innercontent #c22 .imageblock, .innercontent #c218 .imageblock {
	margin-right:20px;
}