/*
  MAIN CSS FUNCTION(S) - FILE "INDEX.PHP"
*/

html, body{
	background-color: #ffffff;

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;

	/* color: #757575; /* Light gray - CHANGED 13-9-2010 */
	/* color: #666666; /* Middle gray - ADDED 13-9-2010 */
	color: #4d4d4d; /* Darklight gray - ADDED 13-9-2010 */
	/* color: #3d3d3d; /* Dark gray - ADDED 13-9-2010 */

	margin: 0px auto 0px auto;
	padding: 0px;

	text-align: left;
}

span{
	display: none;
}

.anchors {    height: 1px;
    width: 100%;

    float: left;
}

h1{
	display: inline;

	font-size: 14px;

	color: #FFF;

	line-height: 34px;

	float: right;

	margin: 81px 15px 0px 0px;
	padding: 0px;
}

h2, .h2{
	font-size: 14px;
	font-weight: bold;

	/* color: #757575; /* Light gray - ADDED 13-9-2010 */
	color: #666666; /* Middle gray - ADDED 13-9-2010 */
	/* color: #4d4d4d; /* Darklight gray - ADDED 13-9-2010 */
	/* color: #3d3d3d; /* Dark gray - ADDED 13-9-2010 */

	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.h2{
	margin: 0px 0px 2px 0px;
}

div.vervangende_h2 {
	display: inline;

	font-size: 14px;
	font-weight: bold;

	/* color: #757575; /* Light gray - ADDED 13-9-2010 */
	color: #666666; /* Middle gray - ADDED 13-9-2010 */
	/* color: #4d4d4d; /* Darklight gray - ADDED 13-9-2010 */
	/* color: #3d3d3d; /* Dark gray - ADDED 13-9-2010 */

	width: 100%;

	float: left;

	margin: 0px 0px 10px 0px;
}

h3{
	font-size: 12px;
	font-weight: bold;

	margin: 0px;
	padding: 0px;
}

h4{
	font-size: 11px;
	font-weight: bold;

	margin: 0px;
	padding: 0px;
}

h5{
	font-size: 10px;
	font-weight: bold;

	margin: 0px;
	padding: 0px;
}

h6{
	font-size: 18px;
	font-weight: bold;

	color: #6d6527;

	margin: 0px;
	padding: 0px;

	text-align: center;
}

.h7{
	font-size: 9px;
	font-weight: bold;

	color: #666666;

	margin: 0px 0px 10px 0px;
	padding: 0px;
}

p{
	line-height: 1.3;

	padding: 0px;
	margin: 0px 0px 15px 0px;
}

ul{
	list-style-type: none;

	margin: 0px;
	padding: 0px;
}

li{
	margin: 0px;
	padding: 0px;
}

a{
	font-weight: bold;
	font-size: 10px;

	color: #6d6527;

	margin: 0px;
	padding: 0px;

	text-decoration: none;
    outline: none;
}

a:hover{
	text-decoration: underline;
}

iframe{
	margin: 0px;
	padding: 0px;
}

form{
	border: 0px;

	margin: 0px;
	padding: 0px;
}

fieldset{
	border: 0px;

	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;

	margin: 0px;
	padding: 0px;
}

select{
	font-family: Verdana, Lucida Sans, Arial;
    font-size: 10px;
}

/************************************************** INDEX: WEBSITE MENU(S) ***********************************************/

div#servicemenu {
	height: 20px;
	width: 986px;

	margin: 0px auto 0px auto;
	padding: 0px;
}

div#globalmenu {
	display: inline;

	height: 31px;
	width: 980px;

	margin: 0px 3px 0px 3px; /* CHANGED 14-9-2010 (margin: 13px 3px 0px 3px;) */
	padding: 0px;

	position: absolute;
	top: 128px;
	left: 0px;

	float: left;

	z-index: 100;
}

div#localmenu {
	background: url(../content/images/menus/localmenu.jpg) no-repeat;

	height: 37px;
	width: 980px;

	margin: 0px 0px 8px 0px;
	padding: 0px;
}

/************************************************** INDEX: WEBSITE MENU(S) ***********************************************/


/************************************************** INDEX: WEBSITE CONTAINER *********************************************/

div#website {
	background-color: #ffffff;
	height: auto;
	width: 986px;

	margin: 0px auto 0px auto;

	text-align: left;
}

div#wrapper {
	background-color: #ffffff;

	border-left: 3px solid;
	border-right: 3px solid;
	border-color: #bbd438;

	height: auto;
	width: 980px;

	margin: 0px auto 0px auto;

	text-align: left;
}

/************************************************** INDEX: WEBSITE CONTAINER *********************************************/


/************************************************** INDEX: HEADER ********************************************************/

div#header {
	/* background-image: url(../content/images/headers/header_standard.jpg); */ /* CHANGED 14-09-2010 */

	height: 159px;
	width: 986px;

	position: relative; /* ADDED 14-09-2010 */
	top:0px; /* ADDED 14-09-2010 */
	left: 0px; /* ADDED 14-09-2010 */

	margin: 0px;
	padding: 0px;
}

div#header_flashcontrole { /* ADDED 14-9-2010 */
	background-image: url(../content/images/headers/header_standard.jpg);

	height: 159px;
	width: 986px;

	position: absolute;
	left: 0px;
	top:0;

	margin: 0px;
	padding: 0px;
}

div.header_flashcontrole { /* ADDED 14-9-2010 */
    background-color: #000000;

	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

	font-weight: bold;
	font-size: 10px;

    color: #ffffff;

	height: 24px;
	line-height: 24px;
	width: 980px;

	position: relative;
	left: 0px;
	top:0;

	margin: 40px 3px 0px 3px;

	text-align: center;
}

div.header_flashcontrole a { /* ADDED 14-9-2010 */
    color: #ff0000;

    text-decoration: underline;
}

div.header_flashcontrole a:hover { /* ADDED 14-9-2010 */
    color: #ffffff;
}

div.header_flashmovie { /* ADDED 14-9-2010 */
	display: none;

	height: 159px;
	width: 986px;

	position: relative;
	top: 0px;
	left: 0px;

	z-index: 0;
}

#texelplaza_box { /* ADDED - 17-6-2010 */
	display: inline;

	background-image: url(../content/images/logos/texelplaza.png);

	height: 96px;
	width: 96px;

    position: absolute; /* CHANGED 14-9-2010 (relative) */
	top: 0px;
	left: 0px;

	/* float: left; */ /* CHANGED 14-9-2010 */

    z-index: 100;
}

a#texelplaza { /* CHANGED - 17-6-2010 */
	height: 100%;
	width: 100%;

	float: left;
}

a#texelplaza:hover {
	background-image: url(../content/images/logos/texelplaza_hover.png);
}

h1.texelplaza_h1 { /* ADDED 14-9-2010 */
	position: absolute;
	top: 0px;
	right: 0px;

	z-index: 100;
}

/************************************************** INDEX: HEADER ********************************************************/


/************************************************** INDEX: CONTENT *******************************************************/

div#content {
	height: 100%;
	width: 980px;

	margin: 0px;
	padding: 0px;
}

div#content_standalone { /* ADDED 27-9-2010 */
    height: auto;
	width: 602px; /* CHANGED 27-9-2010 (588px + 14px (padding-left)) */

	margin: 0px auto 0px auto;
	padding: 0px;

    text-align: left;
}

div#contentlinks {
	display: inline;
	color: #6d6527;

	min-height: 1px; /* ADDED 30-6-2010 */
	height: auto !important; /* CHANGED 30-6-2010 (OLD: auto) */
	height: 1px; /* ADDED 30-6-2010 (IE6) */
	width: 200px;

	margin: 0px 14px 0px 9px; /* CHANGED 23-7-2010 (OLD: 0px 15px 0px 10px;) */
	padding: 0px;

	float: left;
}

div#contentmidden {
	display: inline;

	/* color: #757575; /* Light gray - CHANGED 13-9-2010 */
	color: #666666; /* Middle gray - ADDED 13-9-2010 */
	/* color: #4d4d4d; /* Darklight gray - ADDED 13-9-2010 */
	/* color: #3d3d3d; /* Dark gray - ADDED 13-9-2010 */

	min-height: 1px; /* ADDED 30-6-2010 */
	height: auto !important; /* CHANGED 30-6-2010 (OLD: auto) */
	height: 1px; /* ADDED 30-6-2010 (IE6) */
	width: 588px; /* CHANGED 23-7-2010 (OLD: 589px) */

	margin: 0px;
	padding: 0px;

	float: left;
}

div#contentmidden_standalone { /* ADDED 27-9-2010 */
	/* color: #757575; /* Light gray - CHANGED 13-9-2010 */
	color: #666666; /* Middle gray - ADDED 13-9-2010 */
	/* color: #4d4d4d; /* Darklight gray - ADDED 13-9-2010 */
	/* color: #3d3d3d; /* Dark gray - ADDED 13-9-2010 */

    height: auto;
	width: 588px; /* CHANGED 27-9-2010 (588px + 14px (padding-left)) */

    float: left;

	margin: 0px 0px 0px 14px; /* CHANGED 27-9-2010 (OLD: 0px 15px 0px 10px;) */
	padding: 0px;
}

div#contentrechts {
	display: inline;

	min-height: 1px; /* ADDED 30-6-2010 */
	height: auto !important; /* CHANGED 30-6-2010 (OLD: auto) */
	height: 1px; /* ADDED 30-6-2010 (IE6) */
	width: 160px; /* CHANGED 23-7-2010 (OLD: 156px) */

	margin: 0px 9px 0px 0px; /* CHANGED 23-7-2010 (OLD: 0px 10px 0px 0px) */
	padding: 0px;

	float: left;
}

div#contentrechts img{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div#contentrechts img.buttons {
	border: 1px solid #ccc;
}

div#contentrechts a{
	font-size: 11px;
	font-weight: normal;

	text-decoration: underline;
}

div#contentrechts a:hover{
	text-decoration: none;
}

/************************************************** INDEX: CONTENT *******************************************************/


/************************************************** INDEX: FOOTER ********************************************************/

div#footer{
	background-image: url(../content/images/footer/footer.jpg);

	height: 125px;
	width: 980px;

	margin: 0px;
	padding: 0px;

	text-align: center;

	clear: both;
}

div#underfooter{
	background-image: url(../content/images/footer/underfooter.jpg);

	height: 91px;
	width: 986px;

	margin: 0px auto 10px auto;
	padding: 20px 0px 0px 0px;

	text-align: center;

	clear: both;
}

div#underfooter a{
	font-weight: bold;
	font-size: 10px;

	color: #7f7f7f; /* CHANGED 13-9-2010 */
	color: #757575; /* ADDED 13-9-2010 */
}

div#underfooter a:hover{
	color: #bcd43c;
}

div#underfooter p{
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

div#underfooter img{
	border: 0px;

	margin: 0px;
	padding: 0px;
}

/************************************************** INDEX: FOOTER ********************************************************/
