@CHARSET "UTF-8";

body {
	font-family:Arial,Helvetica,sans-serif;
	background:url(http://www.1oksolutions.com/images/background.png) 0 0 repeat-x #ffffff;
	padding-right:0px;
	margin-right:0px;
}

#mainwrapper {
	float:right;
	margin-left:100px;
	margin-top:15px;
	width:90%;
}

#wrappertable{
	width:100%;
}

#wrappertable tr, td{
	margin:0px;
	padding:0px;
	vertical-align:top;
}

#wrappertable td.mainelement{
	margin:0px;
	padding:0px;
	border:1px solid #ff9900;
	vertical-align:top;
	-moz-border-radius:18px;-webkit-border-radius:18px;
}

#navlist {
	position: relative;
	margin:0px;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	width:99.8%;
}

#navlist li {
	list-style: none;
}

#navlist li .prefocus{
	color:#c6c9cc;
	border-top: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	-moz-border-radius-topleft:18px;-webkit-border-radius-topleft:18px;
	-moz-border-radius-topright:18px;-webkit-border-radius-topright:18px;
}

#navlist li .postfocus{
	color:#c6c9cc;
	border-bottom: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	-moz-border-radius-bottomleft:18px;-webkit-border-radius-bottomleft:18px;
	-moz-border-radius-bottomright:18px;-webkit-border-radius-bottomright:18px;
}

#navlist h1 {
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
	cursor:pointer;
	padding-bottom:0px;
	color:#929292;
	font-size:large;
}

#navlist h1:hover{
	padding-bottom:0px;
	color:#000000;	/* zwart	*/
	background-color:#c6c9cc;
}

#navlist h1.selectedtitle {
	border-top: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	-moz-border-radius-topleft:18px;-webkit-border-radius-topleft:18px;
	-moz-border-radius-topright:18px;-webkit-border-radius-topright:18px;
	margin:0px;
	padding:0px;
	background-color:#929292;
	color:#FDFDDA;	/* gebroken wit	*/
}

#navlist h1.selectedtitle:hover {
}

#navlist div.focus {
	width:100%;
	background-color:#f37321; /* #FFA516;	*/
	color:#FDFDDA;	/* gebroken wit	*/
	text-align:left;
}

#navlist div.hidden {
	display:none;
}

#navlist div.innercontent {
	position: relative;
	padding:20px;
	color:#FDFDDA;	/*  = gebroken wit	*/
	height:320px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.languageselector a{
	color:#929292;
	font-size:large;
	text-decoration:none;
}

#contactAddress {
	float:left;
}

#contactAddress label{
	font:bold 0.65em Verdana,sans-serif;
}

#contactAddress p{
	margin-top:5px;
}

#contactForm {
	float:left;
	width: 300px;
	font:bold 0.65em Verdana,sans-serif;
}

#contactForm input,textarea {
	padding: 1px;
	width: 370px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contactForm input.submit-button {
	width: 120px;
	display: block;
	float: auto;
	height: 25px;
}

