/* CSS Document */

@import url(navi.css);
@import url(contentLeft.css);
@import url(contentRight.css);
@import url(sifr.css);
@import url(galerie.css);
@import url(lightbox.css);
@import url(orangeButtons.css);
@import url(eventTeaser.css);



* {
	margin: 0;
	padding: 0;
}

html{width:100%; height:100%;}

.clearBoth{clear:both}
.clearLeft{clear:left}
.clearRight{clear:right}


body {
	width: 100%;
	height: 100%;	
	font-family: Helvetica, Verdana, Arial, sans-serif;
}


#contentTableTOP{
	margin-top: 30px;
}

table#contentTableTOP td#headRoundCorners{
	background:url(../img/backgrounds/headRoundCorners.png) top left no-repeat;
}

table#contentTableCONTENT td#contentLeft{
	background:url(../img/backgrounds/background_left.png) bottom left repeat-x;
}

table#contentTableCONTENT td#contentRight{
	background:url(../img/backgrounds/background_right.png) bottom left repeat-x;
	background-color:#434432;
}


table#contentTableCONTENT td#shadowLeft{
	background:url(../img/backgrounds/shadowLeft.png) top left repeat-y;
}

table#contentTableFOOT td#footRoundCorners{
	background:url(../img/backgrounds/footRoundCorners.png) top left no-repeat;
}

table#contentTableMIDDLE{
	background:#acda00 url(../img/backgrounds/footRoundCorners.png) top left no-repeat;
}

#flashHeader{
	background:url(../img/backgrounds/background_flashheader2.jpg) top left repeat-x;
}

#footer{
	text-transform: uppercase;
	font-size:9px;
	color: #6e6f4d;
	margin: 10px 0 50px 140px;
	display: block;
	height:50px;
}

#footer a{
       color:#6e6f4d;
}