div#content {
	width: 675px;
}
#image {
	float: right;
	border: 1px solid #3A8BC3;
	margin: 0 0 10px 10px;
}
.convbutton {
	border: 1px solid #3A8BC3;
	background-color: #3A8BC3;
	color: #FFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:200px;
	text-align: center;
	float:right;
	margin-top: -40px;
	clear:right;
	padding: 5px 0;
	cursor: pointer;
	text-decoration: none;
}
.convbutton:hover {
	background-color: #FFF;
	color: #3A8BC3;
	text-decoration: none;
}
div#left_menu a.linkjes {
	width:135px;
	height:25px;
	display:block;
}
.contact{
	background-image:url('../button-teygeler1.jpg');
	display:block;width:197px;height:24px;float:right;
}
.contact:hover {
	background-image:url('../button-teygeler2.jpg');
}


#form {
	margin: 15px 0;
	padding: 4px;
	border: 0;
	width: 400px;
	display: block;
	font-size:1.2em;
}
#form fieldset {
	margin: 0;
	padding: 4px 0;
	border: 0;
}
#form legend {
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: bold;
	color: #000;
}
#form,
#form p {
	clear: both;
}
#form label {
	margin: 2px 0;
	padding: 0;
	float: left;
}

#form input,
#form textarea {
	margin: 2px 0;
	padding: 2px;
	float: right;
	width: 325px;
	border: 1px solid #3A8BC3;
}
#form textarea {
	height: 100px;
}
#form input:hover,
#form textarea:hover,
#form input:focus,
#form textarea:focus {
	border: 1px solid #75C5F0;
}

#form #remark {
	margin: 2px 0;
	padding: 0;
	font-size: 0.8em;
	text-align: right;
	float:right;
	width:100px;
}
#form button {
	margin: 4px 0 0 69px;
	padding: 2px 6px;
	font-weight:bold;
	float:left;
	color:#FFF;
	border: 1px solid #3A8BC3;
	background-color: #3A8BC3;
}
#form button:hover {
	background-color: #FFF;
	color:#3A8BC3;
}
#form label.error { 
	float: none; 
	color: red; 
	clear: both;
	display: block;
	width: 100%;
	text-indent: 69px;
	vertical-align: top; 
}
#form input.error { 
	border: 1px dotted red; 
}

