/* CSS Document */

#border_center {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 619px;
	position: relative;
}

#border_logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 387px;
	top: 60px;
	width: 202px;
	height: 44px;
}

#border_content {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 100px;
	width: 619px;
}

#border_inside {
	margin: 0px;
	padding: 10px;
	margin-top: 1px;
	background-color: #e9e9e9;	
}


FORM INPUT.textfeld {
	margin: 0px;
	padding: 1px 2px 1px 2px;
	width: 180px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	background-color: #FFFFFF;
	border-color: #dddee1;
	border-style: solid;
	border-width: 1px;
}


FORM INPUT.button {
	margin: 0px;
	padding: 1px 2px 1px 2px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #e30013;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-top-color: #e37881;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #e37881;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #74000a;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #74000a;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
}

#footer {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#footer P {
	margin: 0px;
	padding: 0px;
	margin: 0px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #aeaeae;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-transform: none;	
}

#footer P A {
	margin: 0px;
	padding: 0px;
	margin: 0px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e3767f;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-transform: none;	
}

#footer P A:hover {
	color: #000000;
	text-decoration: underline;
}


