.pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#right {
	width: 300px;
	margin: 0 0 15px 15px;
	padding: 0;
	float: right;
}
#right img {
	width: 300px;
}
#right ul {
	margin: 8px;
	padding: 0;
	list-style: none outside none;
}
#right ul li {
	margin: 0;
	padding: 0 0 0 24px;
	background: url(les.png) no-repeat left top;
	line-height: 25px;
	vertical-align: middle;
}

#convform {
	margin: 0 0 0 0;
	border: 0;
	color: #FFF;
	text-align: left;
}
#convform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#convform legend {
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
#convform p {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 20px;
	vertical-align: middle;
}
#convform label {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 90px;
}
#convform input,
#convform textarea {
	margin: 1px 0;
	padding: 0;
	float: left;
	width: 200px;
	border: 0;
	border: 1px solid #003333;
	text-align: left;
	background: #FFF;
	vertical-align: middle;
}
#convform input.geslacht {
	float: left;
	width: 20px;
	display: block;
	border: 0;
}
#convform label.geslacht {
	float: left;
	width: 50px;
	display: block;
	border: 0;
}
#convform textarea {
	height: 120px;
	width: 280px;
}
#convform #remark {
	margin: 0 0 0 90px;
	padding: 0;
	font-size: 9px;
	text-align: left;
}
#convform button {
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color: #003333;
	border: 1px solid #003333;
	color: #FFF;
}
#convform button:hover {
	background-color: #FFF;
	border: 1px solid #003333;
	color: #003333;
}
#convform label.error { 
	margin: 0 0 0 90px;
	float: none; 
	color: red; 
	clear: both;
	width: 300px;
	text-align: left;
	font-weight: bold;
	vertical-align: top; 
}
#convform input.error { 
	border: 1px solid red; 
}
.convbutton {
	text-align: center; 
}
.convbutton a,
.convbutton a:link,
.convbutton a:visited,
.convbutton a:active {
	margin: 0 auto;
	padding: 0 4px;
	line-height: 25px;
	width: 288px;
	display: block;
	font-weight: bold;
	background-color: #003333;
	color: #FFF;
	border: 2px solid #FFF;
	text-decoration:none;
	text-transform: uppercase;
}
.convbutton a:hover {
	background-color: #FFF;
	border: 2px solid #003333;
	color: #003333;
	text-decoration:none;
	font-style: normal;
}

.linkbutton {
	text-align: center; 
	width: 300px;
}
.linkbutton a,
.linkbutton a:link,
.linkbutton a:visited,
.linkbutton a:active {
	background-color:#003333;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	display:block;
	float:left;
	font-weight:bold;
	height:30px;
	line-height:15px;
	margin:2px;
	overflow:hidden;
	padding:2px;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:middle;
	width:138px;
	font-size: 14px;
}
.linkbutton a:hover {
	background-color: #FFF;
	border: 2px solid #003333;
	color: #003333;
	text-decoration:none;
	font-style: normal;
}

