* {
	margin:0px;
	padding:0px;
	}

body {
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	background: #fff url(../img/bg-verlauf.jpg) repeat-y center top;
	}	
	
.center {
	margin: -60px 0 0 -265px;
	width: 530px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	}	
	
span.dot {
	font-size: 30px;
	font-weight: 900;
	color: #f8ac21;
	}

h1 {
	font-size: 30px;
	font-weight: 700;
	color: #b52411;
	font-style: normal;
	margin: 0 0 4px 0;
	}

h2 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	font-style: normal;
	margin: 0 0 6px 0;
	}

h3 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	font-style: normal;
	}
	
a {
	text-decoration: none;
	color: #b52411;
	}
	
a:hover {
	text-decoration: underline;
	color: #b52411;
	}

p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	font-style: normal;
	}

.italic {	
	font-style: italic;
	}

.b-italic {	
	font-weight: 700;
	font-style: italic;
	}
	
.clear {
	clear: both;
	}
	
.link-button {
	padding: 8px 12px;
	color: #fff;
	font-weight: 700;
	background: #b52411;
	}
	
/* header */
div.header {
	background: url(../img/bg-header.jpg) no-repeat center top;
	height: 555px;
	}

div.header-center {
	width: 1009px;
	margin: 0 auto;	
	}

div.header-center .main-menu {
	width: 1009px;
	height: 40px;
	margin: 0 0 0 -1px;
	background: #b52411;
	}

div.header-center .main-menu .element {
	padding: 10px 22px 11px 22px;
	float:left;
	}

div.header-center .main-menu .element:hover {
	background: url(../img/menu-hover.png) no-repeat center bottom;
	}

div.header-center .main-menu .element-aktiv {
	padding: 10px 22px 11px 22px;
	float:left;
	background: url(../img/menu-hover.png) no-repeat center bottom;
	}

div.header-center .main-menu .element-aktiv p, 
div.header-center .main-menu .element p {
	color: #fff;
	font-weight: 700;
	}
	
.mc-caption-bg,
.mc-caption {
	display:none;
	}
	
/* content */

.gutschein-bg {
	background: url(../img/euro5.png) no-repeat 360px 10px;
	height: 140px;
	margin: 20px 0 20px 0;
	}

div.content-center {
	width: 1009px;
	margin: 0 auto;	
	}

div.content {
	width: 960px;
	margin: -140px 0 0 24px;	
	}

.cbox1 {
	width:222px;
	}

.cbox2 {
	width:468px;
	}

.cbox3 {
	width:714px;
	}

.cbox4 {
	width:960px;
	}

.cboximg {
	width:980px;
	margin: 0 0 0 -8px;
	}
	
.ibox {
	width: 140px;
	height: 140px;
	margin: 10px;
	}
	
.fl {
	float: left;
	}
	
.fr {
	float: right;
	}
	
.ml {
	margin-left: 24px;
	}
	
.mt {
	margin-top: 24px;
	}
	
.map-box {
	margin: -339px 0 0 0;
	}
	
.route h2 {	
	font-size: 17px;
	font-weight: 700;
	color: #000;
	font-style: normal;
	margin: 0 0 0 0;
	}
	
.route p {	
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	color: #000;
	font-style: normal;
	}
	
div.route {
	border: solid 5px #469722;
	border-radius: 8px;
	}
	
/* footer */
div.footer {
	background: url(../img/bg-footer.jpg) no-repeat center bottom;
	height: 90px;
	margin: 32px 0 0 0;
	}

div.footer-center {
	width: 1009px;
	margin: 0 auto;
	padding: 13px 0 0 0;
	}

div.footer-center h3 {
	color: #fff;
	text-align: center;
	}

div.footer-center p {
	color: #fff;
	text-align: center;
	}