/*
	4 R O   I N T E R N E T D I E N S T E N
	4 R O   G R A F I S C H E  V O R M G E V I N G 

	A.H.G. Fokkerstraat 18k
	9403 AP Assen
	+31 (0)592 - 707414
*/
@import "content.css";
@import "tables.css";


html{
	background:url(/images/body.gif) repeat-x top left;
	}

body{
	font-size:75%;
	font-family:Corbel, Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin:0;
	padding:180px 0 0 6px;
    background:url(/images/screen-handheld-iphone.png) no-repeat center -5px;
	height:590px;
    }
	
	
#main{
    margin:auto;
    width:317px; height:378px;
    overflow:auto;
	}

#main #container{
    overflow:auto;
    margin:auto;
}

    

.clr	{clear:both;}

a{
	font-weight:400;
	text-decoration:none;
	color:#f00000;
	}
a:hover{
	text-decoration:underline;
	}	

#content h1{
    color:#dd0000;
    background: url(../images/dotted.gif) repeat-x right bottom;
	font-size:170%;
	margin-top:15px;
    }

#footer{
    background: url(../images/dotted.gif) repeat-x right top;
	margin-top:30px;
	padding:5px;
	color:#999;
	}
#footer *{
	color:#999;
	}
	
