/* reset styles */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,li.powermail_mandatory_listitem {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	line-height: 100%;

}


/****************** Basics *********************/

*{
	margin:0px;
	padding:0px;
}

/*entfernt Punktlinie um btns und swf */
:focus {
	outline: 0;
}

/* Hintergrundfarbe und -bild, Hintergrundbild-Wiederholung in vertikaler Richtung*/
html{
 width:100%;
 height:100%;

}

body{
	background: #efefef;
    padding: 0;
    padding-bottom: 60px;
    /* IE-Besonderheit, alterativ für Zentrier-Befehl "margin: 0 auto 0 auto;" im "wrap"*/
	overflow: scroll;
}



img.body_bg {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;

}

.ie-warning{
	position: absolute;
	width: 500px;
	height: 200px;
	color: white;
	margin: 10px auto 0 auto;
}

/*Breite für Inhalte, Position zentriert (Firefox)*/
#wrap{
	margin: 0px auto 0px auto;
	width: 1020px;
	min-height: 400px;
	z-index: 1;
	position: relative;
}


#mainmenu,
#toggle-navi,
#content-wrapper,
#footer-navi,
#footer{
	margin: 0 auto 0 auto;
}



#logo a{
	width: 270px;
	height: 99px;
	margin: 55px 0 0px 699px;
	position: absolute;
	background: url(../images/logo-tigges-2024.svg) top center no-repeat;
	display: block;
}




/************* Navi *********************/

#header{
	background: url(../images/header-2024.png) top center no-repeat;
	width: 990px;
	height: 220px;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 1000;

}

#headerphoto{
	width: 500px;
	height: 220px;
	background: url(../images/slogan.jpg) top left;
	margin-left: 170px;
	position: absolute;
}

#metanavi{
	margin:0px 0 0 156px;
	padding-top: 58px;
	margin-bottom: 30px;
}

#metanavi ul li{
	float: left;
	margin-left: 30px;
}

#mainmenu {
	background: url(../images/menu-bg.png) 0px 0px no-repeat;
	width: 1020px;
	margin: 0 auto;
	height: 73px;
	margin-top: -10px;
}

#mainmenu ul{
	padding: 29px 0 0 62px;
}

#mainmenu ul li{
	float: left;
	margin-right: 54px;

}



#submenu{
	width: 120px;
	padding: 16px 0 0 65px;
	float: left;

}

#submenu ul li{
	margin-bottom: 5px;
}





/************** Content-Layout ******************/


#content-wrapper{
	background: url(../images/content-bg.png) top left repeat-y;
	min-height: 100px;
	width: 1020px;
	margin: 0 auto;
}



#center{
	float: left;
	width: 740px;
	min-height: 500px;
	padding:60px 0px 50px 0;
	position: relative;
	z-index: 500;
}

#center img{
	-moz-box-shadow: 6px 6px 10px #ccc;
	-webkit-box-shadow: 6px 6px 10px #ccc;
	box-shadow: 6px 6px 10px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
}

#center ul li{
	list-style: inside;
}

#center-2column{
	float: left;
	width: 400px;
	padding:60px 60px 50px 0;
  	min-height: 500px;
  	position: relative;
	z-index: 500;

}


#left{
	display: none;
}



#right{
	margin: -13px 15px 0 0;
	padding: 0 0 0 0px;
	width: 314px;
	min-height: 100px;
	float: right;
}


DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-lastcol{
	margin-bottom: 0px;
}

.image-caption{
	padding-top: 5px;
}

hr{
	border: none;
	height: 1px;
	background-color: #00A6CC;
	margin: 40px 0px;
	
}




.FCE-5050-left,
.FCE-5050-right{
	float: left;
	width: 400px;

}

.FCE-5050-left{
	margin-right: 50px;
}


/* Downloads*/

td.csc-uploads-fileName{
	padding: 0 20px;
}


/******** Slideshow **********/




.slider{
	height: 400px;
	width: 995px;
	margin-bottom: 36px;

}



/********** googlemaps *********/

.rz-map b,
.rz-directions b{
	display: none;
}



/********** footer ***********/
.floatclearer{
	clear: both;
}

#footer-navi {


}
#footer-navi ul{
	margin-left: 678px;
}

#footer-navi ul li{
	float: left;
	margin-right: 10px;
}

#footer{
	height: 23px;
	width: 1020px;
	margin: 0px auto 20px auto;
	background: url(../images/footer-bg.png) top left no-repeat;

}

#watermark{
	position: relative;
	width: 349px;
	height: 318px;
	background: url(../images/watermark.png) top left no-repeat;
	margin: -336px 0 0 50px;
	z-index: 400;
}


/******* temporäre Eingriffe*/
