body {
	color: #000000;
	font-family: Corbel, Calibri, Trebuchet MS, Arial, sans;
	background-color: #e2e2e2;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

h2 {
	margin-top: 0;
	margin-bottom: 3px;
	color: #8a0d37;
	font-size: 1.5em;
}

h3, h3 a {
	margin-top: 0;
	margin-bottom: 3px;
	color: #8a0d37;
	font-size: 1.1em;
}

p {
	margin: 0px;
	margin-bottom: 3px;
}

p.int {
	padding-left: 16px;
}

ul {
	margin: 0;
}

#box {
	width: 822px;
	margin: auto;
}

#headleft {
	width: 11px;
	height: 150px;
	float: left;
	background-image: url(../images/headleft.jpg);
	background-repeat: no-repeat;
}

#headright {
	width: 11px;
	height: 150px;
	float: left;
	background-image: url(../images/headright.jpg);
	background-repeat: no-repeat;
}

#head {
	width: 800px;
	height: 150px;
	float: left;
	background-image: url(../images/headmiddle.jpg);
	background-repeat: repeat-x;
}

#headbox {
	background-image: url(../images/content.jpg);
	width: 822px;
}

#logo {
	width: 781px;
	height: 62px;
	position: relative;
	left: 19px;
	top: 8px;
	background-image: url(../images/logobg.jpg);
	background-repeat: repeat-x;
}

#navi, #navi a {
	color: #FFFFFF;
	font-size: 1.15em;
	text-decoration: none;
	font-weight: bold;
}

#navi {
	width: 762px;
	position: relative;
	left: 19px;
	top: 52px;
	text-align: justify;
}

#contentleft {
	background-image: url(../images/contentgradleft.jpg);
	width: 11px;
	height: 308px;
	float: left;
}

#contentright {
	background-image: url(../images/contentgradright.jpg);
	width: 11px;
	height: 308px;
	float: left;
}

#content {
	width: 762px;
	padding-left: 19px;
	padding-top: 3px;
	padding-right: 19px;
	background-color: white;
	text-align: justify;
	float: left;
}

#contentbox {
	width: 822px;
	background-image: url(../images/content.jpg);
}

#thailink {
	width: 822px;
	height: 43px;
}

#footer {
	width: 822px;
	height: 34px;
	background-image: url(../images/footer.jpg);
	clear: left;
}

#footerlink {
	position: relative;
	left: 30px;
	top: 10px;
}

#fehlermeldung {
	position: absolute; 
	left:0px; 
	right:0px; 
	width: 100%; 
	height: 100%;  
	z-index: 100;
}

#fehlermeldungbg {
	position: absolute; 
	left:0px; 
	right:0px; 
	width: 100%; 
	height: 100%; 
	/* filter:alpha(opacity=30); 
	-moz-opacity:0.3;
	background-color: black; */
	background-image: url(../images/background_halbtransparent.png);
	z-index: 101;
}

#fehlermeldungtext {
	position: relative;
	top: 200px;
	width: 300px;
	padding: 10px;	
	margin: auto;
	border: 1px solid #8a0d37;
	background-color: White;
	z-index: 101;
	vertical-align: middle;
}

.button, .button a {
	color: #8a0d37;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #8a0d37;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	width: 140px;
}

.rot {
	color: #8a0d37;
}
