/**
* red color: #E53138
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/hg_rot.jpg);
}

a:link {
	text-decoration: none;
	/*border-bottom: 1px dotted #FFFFFF;*/
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	/*border-bottom: 1px solid #FFFFFF;*/
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	/*border-bottom: 1px dotted #FFFFFF;*/
	color: #FFFFFF;
}

#MAINFRAME {
	margin-left:auto;
	margin-right:auto;
	width: 1050px;
	text-align:center;
}

#CONTENTRIGHT {
	width: 250px;
	float: right;
	clear: both;
	/*background-image: url(../images/logo_hg_rot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 300px;*/
	text-align: left;
}

#CONTENTLEFT {
	width: 710px;
	padding-top: 400px;
	/*border: 1px solid green;*/
}

#FOOTER {
	clear: both;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*border-top: 3px solid #FFFFFF;*/
}

.startLink a {
	color: #FFFFFF;
	font-size: 18px;
	padding: 20px;
}
.startLink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.startLink a:hover {
	color: #FFFFFF;
	font-weight: bold;
}



#CENTERED {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #E53138;
}

#HEADER {
	height: 300px;
	width: 100%;
	padding: 0px 50px 0px 50px;
	color: #FFFFFF;
	text-align: left;
	background-image: url(../images/logo_hg_rot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#TITLE {
	width: 700px;
	padding: 0px 50px 0px 50px;
	text-align: right;
	font-size: 36px;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#CONTENT {
	width: 700px;
	padding: 20px 50px 20px 50px;
	text-align: justify;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	overflow: auto;
}

.imgAnfahrt {
	border: 1px solid #FFFFFF;
	margin: 0px 20px 0px 20px;
}

.subtitle {
	font-size: 24px;
}

