

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000; background-image:url(Images/Titelseite.jpg); background-position:top; background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

a                 { color: #E6C683; font-size: 11px; font-family: Verdana, Arial, Helvetica; font-weight: bold; text-decoration: none; text-transform: uppercase; }
a:link            { color: #E6C683; font-size: 11px; font-family: Verdana, Arial, Helvetica; }
a:visited         { color: #E6C683; font-size: 11px; font-family: Verdana, Arial, Helvetica; }
a:hover           { color: #E6C683; font-size: 11px; font-family: Verdana, Arial, Helvetica; }

p,ul,ol,li,td,th,address,blockquote,nobr,b,tr,div,table
                  { color: #E6C683; font-size: 12px; font-family: Verdana, Arial, Helvetica; }
h1                { color: #E6C683; font-size: 13px; font-family: Verdana, Arial, Helvetica; }
h2                { color: #999; font-size: 12px; font-family: Verdana, Arial, Helvetica; }
h3                { color: #999; font-size: 12px; font-family: Verdana, Arial, Helvetica; }
h4                { color: #E6C683; font-size: 12px; font-family: Verdana, Arial, Helvetica; }
h5                { color: #E6C683; font-size: 12px; font-family: Verdana, Arial, Helvetica; text-transform: uppercase; }
i                 { color: #E6C683; font-size: 12px ; font-family: Verdana, Arial, Helvetica; }

.oneColFixCtrHdr #container {
	width: 902px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000;
	background-image:url(Images/Titel.jpg); background-repeat:no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000; background-image:url(Images/aboutBG2.jpg); background-repeat:no-repeat;
	text-align:left;
}

.oneColFixCtrHdr #mainContentAbout {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000; background-image:url(Images/aboutBG.jpg); background-repeat:no-repeat;
	text-align:left;
}


.oneColFixCtrHdr #mainContent1 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000; background-image:url(Images/Main.jpg); background-repeat:no-repeat;
	text-align:left;
}

.oneColFixCtrHdr #mainContentPhoto {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000; background-image:url(Images/photoBG.jpg); background-repeat:no-repeat;
	text-align:left;
}

.oneColFixCtrHdr #mainContentEvent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000; background-image:url(Images/eventsBG.jpg); background-repeat:no-repeat;
	text-align:left;
}

.oneColFixCtrHdr #mainContentShows {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000; background-image:url(Images/showsBG.jpg); background-repeat:no-repeat;
	text-align:left;
}


.oneColFixCtrHdr #mainContentCon {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000; background-image:url(Images/contactBG.jpg); background-repeat:no-repeat;
	text-align:left;
}



.oneColFixCtrHdr #mainContentImp {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000; background-image:url(Images/impBG.jpg); background-repeat:no-repeat;
	text-align:left;
}

.oneColFixCtrHdr #mainContentAgb {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000; background-image:url(Images/agbBG.jpg); background-repeat:no-repeat;
	text-align:left;
}



.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000; background-image:url(Images/Footer.jpg); background-repeat:no-repeat;
}

.oneColFixCtrHdr #footerblau {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000; background-image:url(Images/Footerblau.jpg); background-repeat:no-repeat;
}

.oneColFixCtrHdr #footerevents {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000; background-image:url(Images/Footerevents.jpg); background-repeat:no-repeat;
}


.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}