/* 
	Awsom.nl
	Common Stylesheet
	Matthijs Meijer
	Juni 2006
*/

@import "menu.css";

html {
	height: 100%;
	background: #7f7f7f url(images/background.gif) center repeat-y;
}

body {

	background-color: #7f7f7f;
	font-family: Verdana, sans-serif;
	font-size: 1.00em;
	color:#000;
	margin:0;
	padding:0; 
}

.main {
	background: #FFF url(images/background.gif) center repeat-y;
	width: 732px;
	position:relative;
	margin:0 auto 20px auto;
	padding:0;	
	border-bottom: none;
	border-top: solid 20px #7f7f7f;
	border-left: none;
	border-right: none; 
}

.IM {
	background: #FFF url(images/kopje.gif) 0 0  no-repeat;
	width: 732px;
	border-top: solid 3px #C03;
	margin:0;
	padding:0;
	height:100px;
}

span {
	display:none;
}

h2.header {
	position: absolute;
	font-family:"Garamont", palatino, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.70em;
	color:#252525;
	left:165px;
	top:60px;
	width:522px;
	z-index:999;
	height:27px;
}

h1, h2 {
	margin:0;
	padding:0;
}



.col2 {
	background-color:#FFF;
	margin: 0;
	padding: 0  5px 0 0px ;
}

h3, h4 {
	font-family: Verdana, sans-serif;
	font-weight:bold;
	font-size: 1.0em;
	color:#252525;
	margin:0;
	padding:10px 5px 0 7px;
}


p {	padding:7px 0 5px 7px;	margin: 0;}

.content {
	background-color:#FFF;
	font-family: Verdana, sans-serif;
	font-weight:normal;
	font-size: 0.7em;
	color:#252525;
	margin: 5px 0 0 160px;
	padding:0;
	width: 425px;
}

.content li {
	padding:5px;
}

.content a				{ text-decoration: underline; color: #252525;}
.content a:hover		{ text-decoration: underline; color: #C03;}
.content a:visited		{ text-decoration: underline; color: #252525;}
.content a:visited:hover{ text-decoration: underline; color: #C03;}

img			{ border:none;}
img.left	{ float:left;  top:0; padding: 5px 5px 5px 0;}
img.right	{ float:right;  top:0;padding: 5px 0 5px 5px;}

ul.numbering {
	list-style-type: decimal;
}