/* FACHWERK GmbH CSS-Datei */

/* -------- ALLGEMEINES ANFANG --------  */

body{
	background-image:url(../images/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	color:#361307;
	background-color:#ffd935;
	font-size:14px;
	font-family:arial;
	margin:0;
	padding:0;
	overflow-y:scroll
}

div{
	margin:0;
	padding:0;
}

#wrapper{
	width:962px;
	margin:0 auto;
}

/* -------- ALLGEMEINES ENDE --------  */

/* -------- ALLGEMEINE TAGS ANFANG ------- */

h1{
	color:#098765;
}

h2{
	font-size:18px;
	color:#361307;
	margin-bottom:12px;
	margin-top:0;
}

h3{
	font-size:16px;
	margin-bottom:22px;
	margin-top:0;
}

a{	
	color:#361307;
}

a:hover{
	text-decoration:none;
}

ul{
	margin:0px;
	padding:0px;
	list-style-position:inside;
}

li{
	list-style-type:square;
}

/* -------- ALLGEMEINE TAGS ENDE ------- */

/* -------- HEADER ANFANG -------- */ 
#header{
	height:240px;
	position:relative;
}

#zi_logo{
	position:absolute;
	top:61px;
	left:30px;
}

#logo{
	position:absolute;
	top:74px;
	right:144px;
}

/* -------- HEADER ENDE -------- */ 

/* -------- BILDMODUL ANFANG -------- */

#bildmodul{
	margin-bottom:80px;
}

/* -------- BILDMODUL ENDE -------- */

/* -------- CONTENT ANFANG -------- */
#content{
	width:630px;
	margin-left:325px;
}

#content_left{
	width:270px;
	float:left;
	text-align:right;
}
/* -------- CONTENT ENDE -------- */

/* -------- FOOTER ANFANG -------- */
#footer{
	width:920px;
	margin-top:70px;
	text-align:right;
	padding-bottom:20px;
}
/* -------- FOOTER ENDE -------- */

/* -------- SLIDING CONTENT CSS ANFANG-------- */
.bg_slider{
	background-image:url(../images/bg_content_slide.png);
	width:600px;
	margin-bottom:16px;
}

h2.trigger {
	background-image:url(../images/bg_slider_link.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	padding-left:60px;
	margin: 0 0 5px 0;
	height: 56px;
	line-height: 56px;
	width:540px;
	font-size: 24px;
	font-weight: normal;
	border-bottom:2px solid #361307;
}


h2.trigger:hover{
	cursor:pointer;
}

h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;	
}
h2.active {background-image:url(../images/bg_slider_link_aktiv.png);} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	padding: 0;
	overflow: hidden;
	width: 480px;
	padding:30px 60px;
}
.toggle_container .block {
	
}
/* -------- SLINDING CONTENT CSS ENDE -------- */