/* CSS Ava Angel bridge */

body {
	color: 				white;
	background-color: 	white;
	margin: 			0px;
}

#horizon {
	color: 				white;
	background-color: 	transparent;
	text-align: 		center;
	position: 			absolute;
	top: 				50%;
	left: 				0px;
	width: 				100%;
	height: 			1px;
	overflow: 			visible;
	visibility: 		visible;
	display: 			block;
}

#bgcontent {
	color: 				white;
	background-color: 	transparent;
	position: 			absolute;
	top: 				50%;
	margin-top:			-80px;
	left: 				0px;
	width: 				100%;
	height: 			120px;
	background-image: 	url(../img/bg_muster01.jpg);
	background-repeat:	repeat-x;
	visibility: 		visible;
}

#content {
	font-family: 		Arial, sans-serif;
	font-size: 			10pt;
	color: 				#851515;
	background-color: 	transparent;
	margin-left: 		-398px;
	position: 			absolute;
	top: 				-230px;
	left: 				50%;
	width: 				796px;
	height: 			422px;
	visibility: 		visible;
	text-align: 		justify;
}

#noscript {
	font-family: 		Verdana, Geneva, Arial, sans-serif;
	font-size: 			16pt;
	color: 				#CC3333;
	text-align: 		center;
	width: 				796px;
	margin: 			0 auto;
}

