@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666C66;
	margin: 0px;
	padding: 0px;/*text-align:center;*/
	background-image:url(images/bg-body.jpg);
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:0px;
	color:#00454E;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom:10px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom:0px;
}
a {
	color:#C65011;
	text-decoration:none;
}
a:hover {
	color:#C65011;
	text-decoration:none;
}
a img{
	border:none;
}
table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7B837A;
}
ul {
	list-style-type:none;
}
li {
	padding-left:12px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}
ul.downloads li{
	background-image:none;
	padding:0;
}
form{
}
input, textarea, select{
	border:1px solid #2A5958;
	padding:2px;
	margin-bottom:3px;
	background-color:#7B837A;
	color:#FFFFFF;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
label{
	display:block;
	float:left;
	width:100px;
}
label.checkbox{
	width:auto;
	float:none;
	display:inline;
}
input {width:250px;}
textarea {width:250px;height:50px;}
input.checkbox, input.button {width:auto;}
form br{
	clear:left;
}
#container {
	width:900px;
	height:559px;
	margin:30px auto 0 auto;
	text-align:left;
	background-image: url(images/bg-container.png);
	background-repeat: no-repeat;
	border-top:1px solid #7B837A;
	border-bottom:1px solid #7B837A;
	/*background-color:#000000;*/
	background-position: left bottom;
}
#content {
	width:520px;
	margin: 50px 0 0 380px;
	text-align:left;
	line-height:150%;
	position:relative;
	height: 450px;
}
#footer {
	width:900px;
	margin:0px auto 0 auto;
	text-align:left;
	font-size:11px;
	padding:8px 0 5px 0;
	color:#2A5958;
}
#footer a {
	color:#2A5958;
}
#footer a:hover {
	color:#2A5958;
}
#cp {
	float:right;
}
#fb{
	position:absolute;
	right:0;
	bottom:-10px;
}
.sociallinks{
	/*position:absolute;
	bottom:0px;
	left:0px;*/
	float:left;
	margin:0px 0 0 0px;
}
#language {
	/*float:right;*/
	font-size:11px;
	position:absolute;
	right:-5px;
	top:-30px;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.tableheader {
	padding:0 0 10px 0;/*color:#2A5958;*/
}
.daterow {
	border-bottom:1px dotted #7B837A;
	padding:3px 0 3px 0;
	font-size:11px;
}
/* SCROLLBALKEN */
#content .scroll-pane {
	overflow:auto;
	height: 450px;
	width:520px;
}	
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;	
}
	
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-color:#7B837A;
}

#pages{
	margin-top:20px;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
#teaser{
	position:absolute;
	bottom:-10px;
	left:30px;
}


