html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

BODY{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #E2E4E5;
	height: 100%;
	font-family: Arial;
	font-weight: normal;
	font-size: 0.7em;
	color: #000000;
	overflow: hidden;
}

img {
	border: 0px;
}

a {
	color: #B50247;
	font-weight: bold; 
	font-size: 0.9em; 	
	font-family: Arial; 
	text-decoration: none 
}

a:hover {
	text-decoration: none;
	color: #CDCFD0;
}

.a_hover_red {
	color: #B50247;
}

.a_around_no {
	color: #CDCFD0;
	font-weight: bold; 
	font-size: 3.5em; 	
	font-family: Arial; 
	text-decoration: none;
	cursor: pointer;
}

.a_around_ro {
	color: #B50247;
	font-weight: bold; 
	font-size: 3.5em; 	
	font-family: Arial; 
	text-decoration: none;
	cursor: pointer;
}

.bodytext {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0;
	margin: 10 0 0 0;
}


#p_red_bold {
	color: #B50247;
	font-weight: bold;
	
}

#p_red_h2 {
	color: #B50247;
	font-weight: normal;
	font-size: 1.4em;
}

h1 {
	font-size: 2.5em;
	font-weight: bold;
	color: #CDCFD0;
	margin: 0;
	letter-spacing: 0.1em;
}

h2 {
	padding-top: 2em;
	font-size: 4em;
	color: #B50247;
}

.required {
	background-color: #F0D331;
}

input {
	border: 1px solid #005097;
	font-family: Arial;
	font-size: 0.7em;
	font-weight: normal;
}

textarea {
	border: 1px solid #005097;
	font-family: Arial;
	font-size: 0.7em;
	font-weight: normal;
}

select {
	border: 1px solid #005097;
	font-family: Arial;
	font-size: 0.7em;
	font-weight: normal;
}

.button {
	border: 0;
	margin: 0;
	background-color: #CDCFD0;
}

/**********************************************
	ALLGEMEIN
**********************************************/

#pbody {
	width: 100%;
	height: 37em;
	top: 50%;
	margin-top: -18.5em;
	left: 0em;
	padding: 0px;
	position: absolute;
	z-index: 1;

	text-align: left;
}


/**********************************************
	HEADER AREA
**********************************************/

#hbody {
	position: absolute;
	width: 60em;
	height: 5em;
	left: 8em;
}

#helems {
	position: absolute;
	left: 6.3em;
	top: -0.5em;
	width: 20em;
	height: auto;
	
	color: #ffffff;
	font-size: 4em;
	letter-spacing: 0.1em;
	font-weight: bold;
	
}

/**********************************************
	CONTENT AREA
**********************************************/
#cright {
	position: absolute;
	top: 4em;
	left: 87em;
	width: 100%;
	height: 30em;
	border-top: 1.5em solid #B50247;
	border-left: 1.5em solid #B50247;
	border-bottom: 1.5em solid #B50247;
	background-color: #ffffff;
	padding-left: 4em;
}

#clogo {
	position: absolute;
	top: 14em;
	left: 60em;
	width: auto;
	height: auto;
	z-index: 10;
}

#cbody {
	position: absolute;
	top: 4em;
	left: 8em;
	width: 79em;
	height: 30em;
	border-top: 1.5em solid #B50247;
	border-left: 1.5em solid #B50247;
	border-bottom: 1.5em solid #B50247;
	background-color: #ffffff;

}

#cimage_top {
	position: absolute;
	width: 21em;
	height: 15em;
	
	
	border-bottom: 1px solid white;
}

#cimage_bot {
	position: absolute;
	top: 15em;
	width: 21em;
	height: 15em;
}

#carea {
	position: absolute;
	width: auto;
	height: 25em;
	left: 24em;
	top: 0.5em;
	
	
}

#carea_around {
	position: absolute;
	top: 26.7em;
	left: 24em;
	width: 40em;
	height: 3.5em;
	vertical-align: bottom;
	letter-spacing: 1em;
}



/**********************************************
	FOOTER AREA
**********************************************/

#fbody {
	position: absolute;
	top: 37.5em;
	left: 8em;
	width: auto;
	height: 10em;
}

#fbox1 {
	position: absolute;
	width: 21em;
	height: 10em;
}

#fbox2 {
	position: absolute;
	width: 40em;
	height: 10em;
	left: 25.8em;
}

#fbox2 a:hover { color: #B50247; text-decoration: underline; }