html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}


body	{
	background: white;
	color: white;
}


/* #wrapper */

#container {
	position: relative;
	width: 942px; height: 570px;
	margin: auto auto;
/*	top: 50%;   */
/*  verticaal centreren uitgeschakeld omdat het in Chrome helemaal fout ging    */
	/* margin-top: -290px;  SEE SAFARI HACK AT BOTTOM OM CSS */ 
	border: 1px solid white;
	background: #47205a;
}

#wrapper {
	position: relative;
	margin-top: 25px;
	width: 942px;
	height: 517px;
	background: url(../images/interface/back01.jpg) no-repeat left top;
}
#skin_1 #wrapper {
	background-image: url(../images/interface/back01.jpg);
}
#skin_2 #wrapper {
	background-image: url(../images/interface/back02.jpg);
}
#skin_3 #wrapper {
	background-image: url(../images/interface/back03.jpg);
}
#skin_4 #wrapper {
	background-image: url(../images/interface/back04.jpg);
}
#skin_5 #wrapper {
	background-image: url(../images/interface/back05.jpg);
}
#skin_6 #wrapper {
	background-image: url(../images/interface/back06.jpg);
}
#skin_7 #wrapper {
	background-image: url(../images/interface/back07.jpg);
}
#skin_8 #wrapper {
	background-image: url(../images/interface/back08.jpg);
}
#skin_9 #wrapper {
	background-image: url(../images/interface/back09.jpg);
}

#framework {
	position: absolute;
	top: 0;
	left: 0;
	width: 942px;
	height: 517px;
	background: url(../images/interface/framework.png) no-repeat left top;
}


/* logo */


h1 {
	margin: 0; padding: 0;
	position: absolute;
	top: 430px;
	left: 25px;
	width: 160px;
	height: 80px;
}
h1 a {
	display: block;
	width: 160px;
	height: 80px;
	background: url(../images/interface/logo_transmissie2.png) no-repeat left top;
	text-indent: -999em;
}
* html h1 a {
	cursor: pointer;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/logo_transmissie.png');
}

/* #content */


/* primaryContent */

#primaryContent {
	position: absolute;
	top: 87px;	/*	was: 56px;	*/
	left: 190px;
	overflow: auto;
	width: 752px;
	height: 273px;	/*	was: 304px;	*/
}
#primaryContent .wrapper {
	padding: 20px;
	padding-bottom: 0;
	padding-top:  30px;
}

/* secondaryContent */

#secondaryContent {
	position: absolute;
	top: 362px;
	left: 190px;
	overflow: auto;
	width: 752px;
	height: 153px;
	background: url(../images/interface/back_purple70.png);
}
* html #secondaryContent {
	background: none;
}
#IEsecondaryBack {
	display: none;
}
* html #wrapper #IEsecondaryBack {
	display: block;
	position: absolute;
	top: 362px;
	left: 190px;
	width: 752px;
	height: 153px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/back_purple70.png');
}
#secondaryContent .wrapper {
	padding: 20px;
	padding-bottom: 0;
}


/* #topMenu */

#topMenuBack {
	position: absolute;
	top: 2px; left: 0;
	width: 942px; height: 52px;
	background: url(../images/interface/back_pink70.png);
}
* html #topMenuBack {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/back_pink70.png');
}

#topMenu {
	position: absolute;
	right: 222px;
	top: 22px;
}
#topMenu ul,
#topMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#topMenu li {
	float: left; display: inline;
	margin-right: 20px;
	font-weight: bold;
	font-size: 13px;
}
#topMenu li a {
	text-decoration: none;
	color: white;
}
#topMenu li a:hover,
#topMenu li.active a {
	color: #47205a;
}


/* #menu */

#menu {
	position: absolute;
	top: 73px;
	left: 0;
	width: 190px;
}	
#menu h2 {
	display: none;
}

#menu ul,
#menu li {
	margin: 0; padding: 0;
	list-style: none;
}
#menu ul li {
	float: left; display: block;
	position: relative;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #94989d;
	margin-bottom: 20px;
}

#menu li a {
	display: block;
	padding: 5px 20px 5px 20px;
	width: 150px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	color: white;
}
* html #menu li a  {
	border-bottom: none;
	margin-bottom: 1px;
}
#menu ul li:hover a {
	background: url(../images/interface/back_white70.png) repeat left top;
	border-bottom: 1px solid white;
	color: #47205a;
}
* html #menu ul li.hover a {
	margin-bottom: 0;
	border-bottom: 1px solid #47205a;
	background: white;
	color: #47205a;
}

#menu li.active a {
	color: #ea94bf;
}


/* submenu */

#wrapper #menu ul li li {
	position: relative;
	margin: 0;
}
#wrapper #menu ul li li a {
	margin: 0;
	padding-left: 40px;
	width: 130px;
	background: none;
	border: none;
	color: white;
}
#wrapper #menu ul li li.active a {
	color: #ea94bf;
}
#wrapper #menu ul li li:hover a {
	background: url(../images/interface/back_white70.png);
	color: #47205a;
}
* html #wrapper #menu ul li li.hover a {
	background: white;
	color: #47205a;
}


/* sub-submenu */
#menu ul li li ul {
	display: none;
}
#menu ul li li:hover ul,
#menu ul li li.hover ul  {
	display: block;
	position: absolute;
	top: -1px;
	left: 189px;
	border-top: 1px solid #47205a;
}
#menu ul li li li {
	background: white;
	font-weight: normal;
	text-transform: none;
	border-right: 1px solid #47205a;
	border-bottom: 1px solid #47205a;
	font-size: 11px;
}
#menu ul li li li.first {
	border-top: 0;
}
#wrapper #menu ul#nav li li li a {
	width: 140px;
	padding-left: 20px;
	background: none;
	color: #47205a;
}
#wrapper #menu ul#nav li li li a:hover {
	background: #47205a;
	color: white;
}
#wrapper #menu ul#nav li li li.active a {
	color: #ea94bf;
}


/* #search */

#search {
	position: absolute;
	top: 22px;
	right: 15px;
}
#search label {
	display: none;
}
#search input {
	vertical-align: middle;
}
#search #fc_query {
	width: 100px;
	margin-right: 5px;
}
#search input.button {
	border: 1px solid #47205a;
}
#search input.button:hover {
	border: 1px solid white;
}

/* #footer */

#footer	{
	width: 100%;
}

#footer .wrapper {
	padding: 5px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

#footer span {
	padding: 0 10px;
}

#footer img {
	vertical-align: middle;
	margin-top: 1px;
}

#footer a	{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #ea94bf;
}

/* homeButton */
#homeButton {
	position: absolute;
	top: 8px;
	left: 40px;
	width: 84px;
	height: 32px;
	
}
#homeButton a {
	display: block;
	width: 84px;
	height: 32px;
	text-decoration: none;
	text-indent: -999em;
	background: url(../images/interface/homebutton.png) no-repeat left top;
}
* html #homeButton a {
	cursor: pointer;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/homebutton.png');
}

/*	breadcrumbs	*/

#breadcrumbs    {
	position: relative;
	top: 80px;
	text-align:left;
	z-index:10;
}

#breadcrumbs ul {
	border:0 none;
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:3px 10px 0 0;
	padding:0;
	position:absolute;
	left:210px;
	top:0;
	z-index:0;
}

#breadcrumbs ul li {
	color:white;
	display:inline;
	font-size:10px;
	font-weight:bold;
	margin-right:2px;
}

/* various classes */

a {
	color: white;
	text-decoration: underline;
}

a:hover	{
	color: #ea94bf;
	text-decoration: underline;
}

hr,
h2 {
	display: none;
}
#content hr,
#content h2 {
	display: block;
}

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

.border img,
img.border {
	border: 1px solid white;
}

/* lists */

#content ul,
#content ol {
	margin: 0.3em 0 1em 0; padding: 0;
	padding-left: 1.7em;
}
#content ol {
	padding-left: 2.7em;
}
#content li {
	margin-bottom: 0.2em;
}

ul.newsList {
	margin: 0;
}


/* SPECIFIC */


/* address */

address {
	font-style: normal;
	margin: 0;
}



/* SAFARI hack */

#container {
/*	margin-top: -290px ;# /* safari will ingore this and anything after this */
}
#container {
/*	margin-top: -290px; /* reset original values for not-safari browsers */
}

