/*Stylesheet of dierenspeciaalzaakbestia.com*/

body {
	background: #B89E95;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper{
	margin: 0 auto;
	width: 900px;
	position: relative;
}

#header{
	background: url('/layout/bestia_header_c.jpg') no-repeat;
	width: 900px;
	height: 200px;
	float: left;
}

#topbar{
	background: url('/layout/bestia_topbar_c.jpg') no-repeat;
	width: 900px;
	height: 103px;
	position: relative;
	float: left;
}

#contents{
	background-image: url('/layout/bg.jpg');
	background-repeat: y;
	width: 900px;
	float: left;
	min-height: 270px;
	height:auto !important;
	height: 270px;
}
	
#footer{
	background-image: url('/layout/bestia_footer.jpg');
	background-repeat: no-repeat;
	width: 900px;
	height: 46px;
	float: left;
}

#topmenu{
	height: 22px;
	width: 800px;
	position: absolute;
	top: 35px;
	left: 40px;
}
	#topmenu a{	
		text-decoration: none;
		font-weight: bold;
		color: #FFFFFF;
		letter-spacing: 2px;
		font-size: 12px;
	}
	
	#topmenu a:hover{
		color: #000000;
	}
	
	.centertext{text-align: center; padding: 0px 40px 15px 50px;}
	.lefttext{text-align: left; padding: 0px 40px 15px 50px;}
		
	h1		{font-size: 20px; color: #46284D;}
	h2		{font-size: 15px; color: #644973;}
	p		{line-heigt: 170%;	}
	a		{color: #910F67; text-decoration: none; }
	a:hover	{text-decoration: underline; }
	
	div.footertext{
		margin-top: 8px;
		color: #B79F95;
		letter-spacing: 2px;
	}
	
	table{
		font-size: 11px;
		color: #46284D;
		letter-spacing: 1px;
	}
	
	td.label{
		width: 160;
	}
	
	input[type=text],textarea{
		width: 400px;
		border: 1px solid #910F67;
		background-color: #FCFAFB;
		height: 25px;
		padding-left: 5px;
		padding-top: 3px;
		color: #910F67;
	}
	textarea{
		height: 100px;
	}
	
	
	