@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../image/band_01.png);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 70%;
	height: 544px;
	background-image: url(../image/start_01.gif);
	background-position:right top;
	background-repeat: no-repeat;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
/*.oneColFixCtr #mainContent {
	padding: 84px 0 0 72px;
}*/


/* - - - - - -  mobile Endgeräte – – – – – - - - - */

@media (max-width: 768px) {
.oneColFixCtr #container {
	width: 97%;
	background-image: url(../image/start_01.gif);
	background-position:right top;
}
}
@media (max-width: 568px) {
.oneColFixCtr #container {
	width: 97%;
	background-image: none;
}
}
