body {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #eeeeee;
	font-size : 11px;
	text-align: left;
	overflow: hidden;
	z-index: 1;
	color: #333333;
	height: 100%;
}


.left {
	float: left;
}

#outer {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 410px;
}

.main {
	width: 350px;
	margin: 0;
	padding: 30px;
	background-color: #ffffff;
}

#flash_targ {
}

#flash_detectie {
}

.error {
	background-color: #550000;
	color: #eeeeee;

}

/* Link styles */

a {
	color: #7696b6;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.error a {
color: #b67676;
}
a:focus {
	outline: none;
}
a:hover {
	color: #6a6a6a;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3a3a3a;
}
.error a:hover {
	color: #dddddd;
	border-bottom-color: #ffffff;
}
a.r_lshowtree:hover {
	text-decoration: underline;
}
a.highlight {
	color: #cccccc;
	text-decoration: underline;
}
/* General styles */

table,h1,h2,h3 {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
table td {
	font-size: 11px;
	vertical-align: top;
}
input,select,textarea {
	vertical-align: top;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border-style: hidden;
	border: 0;
}
input,select {
	height: 16px;
}
h1,p.r_titel,p.r_head1 {
	font-family: 'Georgia', 'Trebuchet MS', 'Times New Roman';
	font-size: 20px;
	font-weight: lighter;
	line-height: 23px;
	text-align: left;
	letter-spacing: 0px;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-family: 'tahoma', 'arial';
	letter-spacing: 0px;
    color: #848383;
    font-size: 11px;
	font-weight: lighter;
    text-indent: 0px;
	margin: 0px 0px 20px 0px;
}
.error h2 {
	color: #333333;
	background-color: #dddddd;
	padding: 4px 10px 4px 10px;
}
.error p {
	padding: 0px 10px 10px 10px;
}
b,b p {
	color: #a4a3a3;
	letter-spacing: 1px;
	font-weight: normal;
}
p {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
p.r_text_newsteaser {
	color: #969696;
}
p,ul {
	font-family: 'tahoma', 'arial';
	letter-spacing: 1px;
	line-height: 19px;
}
ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
}
ul.navart {
	margin: 0px 0px 0px 20px;
	padding: 0;
	height: 40px;
}
li.navart {
	margin: 0px 0px 0px 40px;
	list-style-type: none;
    float: left;
}

li {
}