*{
	margin: 0px;
	padding: 0px;
}
body, html{
	width: 100%;
	height: 100%;
}
body{
	font-family: Georgia, serif;
	color: #000000;
	font-size: 11px;
}

.invisible{
	display: none !important;
}
a{
	outline: none;
	border: 0px;
	text-decoration: none;
	color: #666666;
}
.ce_text a:hover{
	text-decoration: none;
	background-color:#fff44e;
}
h2{
	font-weight: bold;
	margin-bottom: 19px;
	font-size: 13px;
}
h3{
	font-weight: bold;
}
.ce_text h1{
	margin-bottom: 6px;
}
strong{
	font-weight: bold;
}
#ajax-loading, #ajax-loading-projects{
width: 992px;
display: none;
}
#ajax-loading img{
margin: 0px auto; 
display: block;
margin-top: 300px;
}
#ajax-loading-projects img{
margin: 0px auto; 
display: block;
margin-top: 50px;
margin-bottom: 400px;
}
/* Menue */
#menu{ 
	position:absolute; 
	top:0px; 
	left:208px;
	z-index:1; 
	width: 686px;
	height: 184px;
}
body.home #menu{
	top: 420px;
}
#menu a{ 
	display: block;
	background-image: url('../images/navigation-webdesign.gif');
	background-repeat: no-repeat !important;
	width: 179px;
	height: 71px;
}
#menu a#loan{
	background-position: -179px 0px;
	position: absolute;
	left: 44px;
	top: 1px;
}
#menu a#loan:hover, #menu a#loan.active{
	background-position: 0px 0px;
}
#menu a#lisa{
	background-position: -179px -71px;
	position: absolute;
	top: 92px;
}
#menu a#lisa:hover, #menu a#lisa.active{
	background-position: 0px -71px;
}
#menu a#leistungen{
	background-position: -179px -142px;
	position: absolute;
	left: 317px;
	top: 113px;
}
#menu a#leistungen:hover, #menu a#leistungen.active{
	background-position: 0px -142px;
}
#menu a#projekte{
	background-position: -179px -213px;
	position: absolute;
	left: 370px;
	top: 27px;
}
#menu a#projekte:hover, #menu a#projekte.active{
	background-position: 0px -213px;
}
#menu a#kontakt{
	background-position: -179px -284px;
	position: absolute;
	left: 572px;
	top: 41px;
}
#menu a#kontakt:hover, #menu a#kontakt.active{
	background-position: 0px -284px;
}

/*** Content ***/
#container{
	width: 100%;
	height: 100%;
}
#wrapper{ 
	width:100%; 
	position:absolute; 
	top:0; 
	left:0; 
	overflow:hidden; 
	background-repeat: no-repeat;
}
 
#mask{ 
	width:300%; 
	height:300%; 
}
 
#wrapper-content{ 
	width:25%; 
	height:100%; 
	float:left; 
}
 
body.home .content{ 
	width:992px; 
	height:672px; 
/* height: 700px; */
	position:relative; 

}

.inner{ 
	width:962px; 
	height:100%; 
	position:relative; 
	padding-top: 15px;
	left: 20px;
}
body.home .inner{ 
	padding-top: 0px;
	left: 0px;
}
body.home #logo{
	display: none;
}

.inner-content{
	left: 138px;
	position: absolute;
}
#text-home{
	float: left;
	width: 200px;
	padding-top: 90px;
}
#text-home p{
	line-height: 24px;
}
#logo-home{
	float: left;
	width: 457px;
	padding-right: 85px;
}
/* Baum - Hintergrund*/
#tree{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#tree-image{
	width:4000px; 
	height:3500px; 
	background-repeat: no-repeat;
}
#wrapper,
#tree-image{
	background-image: url(../images/baum.jpg);
}
body.home #tree-image, body.home #wrapper{
	background-position: -992px 0px;
}
body.impressum #tree-image, body.impressum #wrapper{
	background-position: 0px 0px;
}
body.kontakt #tree-image, body.kontakt #wrapper{
	background-position: -1984px 0px;
}
body.loan #tree-image,body.loan #wrapper{
	background-position: 0px -700px;
}
body.leistungen #tree-image, body.leistungen #wrapper{
	background-position: -992px -700px;
}
body.lisa #tree-image, body.lisa #wrapper{
	background-position: -1984px -700px;
}
body.projekte #tree-image, body.projekte #wrapper{
	background-position: -992px -1400px;
}

/* Meta */
#meta{
	position: absolute;
	top: 15px;
	z-index: 90;
	width: 992px;
	overflow:hidden;
}
#meta ul{
	list-style-type: none;
	overflow: hidden;
	float: right;
	padding-right: 19px;
}
#meta ul li{
	float: left;
	padding-left: 12px;
}
#meta ul li a{
	display: block;
	text-transform: uppercase;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
#meta ul li a:hover, #meta ul li a.active{
	text-decoration: none;
	background-color:#fff44e;
}

/* Projekte */
.mod_tagcloud, mod_newslist, mod_newsreader{
	margin-left: 3px;
}
.mod_tagcloud{
	overflow: hidden;
	width: 100%;
	background-image: url('../images/border.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding: 10px 0px 10px 0px;
}
.mod_tagcloud h3{
	float: left;
	font-weight: bold;
	margin-right: 5px;
}
.cloud{
	float: left;
}
.cloud a{
	margin-left: 2px;
	padding: 0px 1px 0px 1px;
}
.cloud a:hover, .cloud a.active{
	text-decoration: none;
	background-color:#fff44e;
	color: #000000;
}
.mod_newslist{
	overflow: hidden;
	width: 100%;
	background-image: url('../images/border.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding: 10px 0px 10px 0px;
}
.mod_newslist .layout_simple{
	float: left;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 9px;
	margin-right: 4px;
}
.mod_newslist .layout_simple.last{
	background-image: none;
	padding-right: 0px;
	margin-right: 0px;
}
.mod_newslist .layout_simple a{
	white-space: nowrap;
}
.mod_newslist .layout_simple a:hover, .mod_newslist .layout_simple a.active{
	text-decoration: none;
	background-color:#fff44e;
	color: #000000;
}
.mod_newsreader{
	background-image: url('../images/border.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding: 22px 0px 30px 0px;
}
.mod_newsreader h1{
	font-size: 20px;
	text-decoration: underline;
	display: inline;
}
.mod_newsreader .ce_text{
	padding: 9px 0px 0px 0px;
}
.mod_newsreader .ce_text p{
	margin: 0px 0px 9px 0px;
}
.mod_newsreader .ce_text a:hover{
	text-decoration: none;
	background-color:#fff44e;
	color: #000000;
}
.email{
	
}
.datum{
	color: #666666;
	font-size: 20px;
	right: 0px;
	position: absolute;
	margin-top: -5px;
}
.mod_newsreader .ce_text ul{
	overflow: hidden;
	width: 100%;
}
.mod_newsreader .ce_text ul li{
	float: left;
}
.mod_newsreader .ce_text img{
	clear: both;
	display: block;
}
.mod_newsreader .ce_text table{
	border-collapse:collapse;
}
.mod_newsreader .ce_text table h3{
	font-weight: bold;
}
.mod_newsreader .ce_text table img{
	margin-right: 20px;
}
.mod_newsreader .ce_text table a:hover{
	background-color: #FFFFFF;
}
/* Co-Co Layer */
#co-co{
	float: left;
/*	width: 270px;*/
	width: 128px;
	position: relative;
	z-index: 99;
	cursor: pointer;
}
#Co-Co-Layer{
	display: none;
	width: 638px;
	height: 622px;
	background-image: url('../images/co-co-layer.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: 98;
	padding: 50px 0px 0px 350px;
	top: 0px;
	left: 0px
}
#Co-Co-Layer p, #Co-Co-Layer h1{
	margin-bottom: 16px;
}
#Co-Co-Layer p{
	line-height: 14px;
}
#Co-Co-Layer a:hover{
	background-color: #FFF44E;
}
#Co-Co-Layer #close-layer{
	position: absolute;
	right: 27px;
	top: 14px;
}
#Co-Co-Layer #close-layer:hover{
	background-color: transparent;
}
/* Footer */
#footer{
padding-bottom: 20px;
}
#footer ul{
	overflow: hidden;
	width: 100%;
	padding-top: 12px;
	background-image: url('../images/border.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#footer ul li.right{
	float: right;
}
#footer ul li a:hover{
	text-decoration: none;
	background-color:#fff44e;
	color: #000000;
}

/* Zweispaltig */
.float-container{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.float-container .left{
	float: left;
	width: 424px;
	padding-top: 9px;
	background-image: url('../images/border.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	
}
.float-container .left.first{
	margin-right: 114px;
}
.float-container .ce_text p, .float-container .ce_text ul{
	margin-bottom: 17px;
	line-height: 14px;
}
.float-container .ce_text ul{
	list-style-type: none;
}
.float-container .ce_text ul li{
	background-image: url('../images/bullet2.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
}
.img-bottom{
	position: absolute;
	bottom: 0px;
	right: 121px;
}
.img-bottom.img-lisa{
	right: 402px;
}



