/* 
Beschrijving	Standaard CSS bestand voor www.historia-doccumensis.nl
Auteur			Siebe Hiemstra
Datum			22 februari 2007
*/
@import("screen.css");
body {
	
	font-family: verdana;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(http://www.historia-doccumensis.nl/assets/images/tile.png);
}

div#wrapper {
	text-align: left;
	margin: 0 auto;	
	width: 730px;
	background-color: white;
	border: 1px solid #999;
	
}

div#footer {
	clear:both;
	padding-top: 1em;
	font-size: 10px;
}

div#footer,div#footer a {
	color:#333;
}
/* div#linker_menu {
	float: left;
	width: 100px;
	height: 100px;
	background-color: red;
} */

div#content p {
	line-height: 2em;
	margin-bottom:2em;
	margin-top:0px;
}

div#content ul li {
	line-height: 2em;
}

div#content {
	padding: 25px;
}


#breacrumbs {
	color: #ccc;
	padding:10px;
	background-color: #fff;
	font-size: 10px;
}

#divider {
	height: 3px;
	background-color: #E7E7E7;
}

/* stylsheet bij contact*/

#formulier input, #formulier textarea {
	display:block;
}

#formulier textarea { 
	width: 386px;
	height: 100px;
}

#formulier input {
	width: 88px;
}

#gegevens {
	vertical-align:top; width: 190px; padding-right: 15px; border-right: 1px solid #ccc;
}

#formulier {
	width: 480px; vertical-align:top; padding-left: 16px;
}

object {
	clear:both;
	display:block;
}