@import url("wysiwyg.css");
@import url('fontsize.css.php');

body
	{
		background-color:#ffffff;
		padding:0px;
		padding-top:50px;
		padding-bottom:50px;
		background:#fff; 
		font:80.5% Arial, Verdana, Tahoma, sans-serif;
		color:#000;
	}

body, a
	{ 
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;	
	}

a
	{
		color:#990033;
		
	}
	
a:hover
	{ text-decoration:underline; }

html
	{
	
	}
#page
	{
		width:860px;
		left:300px;
		position:absolute;		
	}
	
#header
	{		
		background-image:url(../images/header.jpg);
		background-repeat:no-repeat;		
	}
	
#mid
	
	{
		background-image:url(../images/achter_page.jpg);
		background-repeat:repeat-y;
	}
ul {
	list-style-position: inside;
	padding-left:25px;
	list-style-image: url(../../../images/grey-arrow.gif);
}

li {
	
	}

#footer
	{
		background-image:url(../images/footer.jpg);
		background-repeat:no-repeat;
	}

#copyright

	{
		position:relative;
		left:37px;
		top:1px;
		font-size:85%;
	}

