/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
}

/* end hide */

body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #CB9B37;

}

#content {
	background:#CB9B37 url(/img/verlauf.jpg) repeat-x scroll 0 0;
	height:100%;
	min-height:610px;
	min-width:988px;
	position:relative;
	text-align:center;
	z-index:500;
}
.textbereich{
	height:563px;
	margin:auto;
	position:relative;
	width:992px;
    background-image: url(/img/background.jpg);
    background-repeat: no-repeat;
}
.button{
	border: none;
	position:relative;
	right:3px;
}

.copytext {
	line-height:18px;
	position:absolute;
	right:110px;
	text-align:left;
	top:75px;
	width:450px;
    color: #592b0e;
}

* + html .copytext{
	top: 80px;
}
* html .copytext{
	top: 80px;
}

.copytext h1{
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.copytext p{
	font-size: 12px;
	font-weight: normal;
	margin-top: 3px;
}

.copytext2 {
	line-height:18px;
	position:absolute;
	right:195px;
	text-align:right;
	top:344px;
	width:350px;
}

.copytext2 h1{
	margin-bottom: 2px;
	margin-top: 2px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bolder;
	text-align: right;
}

.copytext2 p{
	color:#ffffff;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 4px;
}


