body {
	margin: 0;
	padding: 0;
	background: #FAC402 url(../img/fd_popup.jpg) top left repeat-x;
	text-align: left;
}
p {
	margin-top: 0;
	padding-top: 0;
}
form {
	margin: 0;
	padding: 0;
	border: 0px solid #FFF;
}
body{
	font: 10px Verdana, Times New Roman, Times, serif;
}
select, input, textarea{
	font: 11px Arial, Times New Roman, Times, serif;
}
input, textarea, select, file {
	background: #FFF;
	color: #000;
	padding-left: 2px;
	border:1px solid #C1B00B;
}
.submit{
	background: #FA5402;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.radio {
	background: none;
	border: 0;
}
label {
	font-weight: bold;
}
a img {
	border:0;
}
a:link, a:visited, a:active {
	color: #990033;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
	font-size: 0;
	visibility: hidden;
}
.imgLeft {
	float: left;
	margin-right: 5px;
	border: 2px solid #B7B20B;
}
.imgRight {
	float: right;
	margin-left: 5px;
	border: 2px solid #B7B20B;
}
.imgTop {
	margin-bottom: 10px
	border: 2px solid #B7B20B;
}
.imgBottom {
	margin-top: 10px
	border: 2px solid #B7B20B;
}

#imgzoom {
	position: absolute;
	display: none;
	overflow: hidden;
	height: auto;
	color: #000;
	border: 0px solid #8C0202;
	cursor: pointer;
	z-index: 100;
}

#legende{
	padding:5px 0px 0px 5px;
	color:#FFF;
	height:15px;
	font-size:10px;
	background:#F95402;
	float:left;
}
.legende{
	font-size: 9px;
	text-align:center;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color:#E40000;
}
h2 {
	font-size: 12px;
}
a.orange, a.orange:link, a.orange:visited, a.orange:active, a.suite, a.suite:link, a.suite:visited, a.suite:active{
	padding:2px;
	text-align:center;
	background: #F75402;
	color:#FFF;
	text-decoration:none;
}
a.orange:hover, a.suite:hover{
	background: #9C143B;
}
a.violet, a.violet:link, a.violet:visited, a.violet:active{
	margin:0px 0px 0px 0px;
	text-align:center;
	padding: 4px;
	color:#FFF;
	background:#9C143B;
	text-decoration:underline;
}
a.violet:hover{
	background: #F75402;
}