/* CSS Document */

#contactform {
	margin:10px auto 10px auto;
/*	background:#F5F5F5;
	font-family: "Trebuchet MS", Verdana, sans-serif; */
	color: #20205F;
	width:300px;
	margin:10px auto 10px auto;
}

/*#asunto {
	margin:10px auto 10px auto;
	background:#F5F5F5;
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	color: #20205F;
	width:450px;
	margin:10px auto 10px auto;
}*/

fieldset {
/*	float : left; 
	margin : 0 .5em 0 .5em;
	padding : 1em;
	border : 1px solid #4169E1;*/
	background-color : #F5F5F5; 
}

#visitorname {
	width:300px; 
}

#visitorsurname {
	width:300px; 
}

#visitormail {
	width:300px; 
}

#url_c {
	width:300px; 
}

#phone {
	width:300px; 
}

#postcode {
	width:300px; 
}

.example { margin:20px; }

.roundbottom {
	background: url(/img/br_eeeeee.jpg) no-repeat top right; 
}