@charset "ISO-8859-1";

/*   Standardeinstellungen  */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #4F5052;
	text-align: center;
	background-color: #fff;
}

p {
	margin: 0 0 13px 0px;
	text-align:center;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #4F5052;
}



/* Schriftgröße normal   */
.normal {
	margin-left: 19px;
	font-size: 10px;
	line-height: 14px;
	color: #4F5052;
}

.fett {
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #231F20;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #231F20;
	text-align:center;
}

h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-align:center;
	
}

h3 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-align:center;
}

/*    dieser enthält alle inhalte, ist zentriert positioniert  */
#container {
	position: absolute;
	width: 850px;
	height: 572px;
	left: 50%;
	margin-left: -425px;
	padding: 20px;
	top:50%;
	margin-top: -286px; 
	text-align: left;
	background-color: white;
	border: 1px solid #FF6600;
	/*margin-left:0px;*/
	/*margin-top: 0px;*/
	 
	/*border-left-width:2px;
  	border-left-style:solid;
  	border-right-width:2px;
  	border-right-style:solid;
  	border-bottom-width:2px;
  	border-bottom-style:solid;
 	border-color:#F7F7F7;	
	*/
}
