/* Royal News stylesheet */

body,html{
	margin: 0em;
	padding: 0em;
	background-color: #F1F4DE;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}

div#wrapper{
	width: 676px;
	padding: 0px;
	background-image: url(border.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#container{
	width: 640px;
	padding: 0px;
	margin: 0px 15px 0px 15px;
}

div#header{
	height: 114px;
	border-bottom: 9px solid #D1F527;
	background-image: url(headerback.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div#header h1{
	width: 259px;
	height: 59px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 26px;
	left: 21px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
}

div#header h1 span{
	display: none;
}

div#newsinfo{
	height: 31px;
	background-color: #FDFDF3;
	border: 1px solid #EFEFE2;
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #797D60;
	padding: 0px 12px;
}

div#newsinfo span.links{
	float: left;
	padding-top: 5px;
}

div#newsinfo span.rechts{
	float: right;
	padding-top: 5px;
}

div#content{
	padding: 0px 12px 12px 12px;
	font-size: 0.75em;
	color: #464646;
}

h2{
	margin: 32px 0px 12px 0px;
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -0.04em;
	color: #797D60;
}

div#content p{
	line-height: 1.25em;
	text-align: left;
}

a, a:active, a:visited, a:link{
font-weight: bold;
text-decoration: none;
color: #797D60;
}

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

img.img_links{
	border: 4px solid #EEFFA0;
	float: left;
}

img.img_rechts{
	border: 4px solid #EEFFA0;
	float: none;
	margin-left: 16px;
}

img.wraprechts{
	border: 4px solid #EEFFA0;
	float: right;
	margin: 1em;
}

img.noborder{
	border: 0;
}

div#footer{
	width: 640px;
	height: 20px;
	padding: 0px 18px 0px 18px;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

div#footer img.links{
	margin-right: 130px;
}

div#footer img.rechts{
	margin-left: 130px;
}

div#bottom{
	width: 676px;
	height: 18px;
	background-image: url(bottom.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

* html #bottom { /*star hack voor IE */
	margin-top : -2px;
}

span.indent{
	margin-left: 3em;
}

