body {
   margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #a0080d;
	color: #555555;
}

form, div, p{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
h1{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A0080D;
}
h2{
	font-size: 12px;
	color: #A0080D;
}
h3{
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
}
td, th, p, div, span {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px
}
.p1{
text-align: right;
}
.p2{
text-align: left;
color: #8b0000;
font-size: 11px;
color: black;
background-color: white;
}
.email{
margin: 5px 0 0 100;
padding: 10px 0 2 2; 
}
a, a:link, a:visited, a:active, a:focus {
	color: #708090;
	text-decoration: underline;

}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #a0080d;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	}
#header {
	width: 800px;
	height: 200px;
	background-image: url(picture/ace_header.jpg);
	background-repeat: no-repeat;
	}
#navi_top{
	text-indent: 10px;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2f4f4f;
}	
#content {
	background-color: White;
	float: right;
	width: 600px;
	padding: 10px 5px 0 10px;
	}
#left {
	background-color: White;
	float: left;
	width: 160px;
	height: 300px;
	padding: 10px 5px 0 10px;
	}
#footer {
	clear: both;
	margin-top: 10px;
	text-align: left;
	color: #a0080d;
	background: #d3d3d3;
	}
	.bild_L{
	float: left;
	padding: 0px;
}
   .bild_R{
	float: right;
	padding: 0px;
}
div#qTip {
 padding: 5px;
 border: 1px solid #333;
 border-right-width: 1px;
 border-bottom-width: 1px;
 display: none;
 background: #a0080d;
 color: #fff;
 font: 9px Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
	