#headertop {
	height: 28px;
	margin: 2px 10px 0px 10px;
}

/* de iframes */

#contentPane0 {
	position: relative;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

#contentPane1 {
	position: relative;
}

#contentPane2 {
	position: relative;
}

#frame1 {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
}

#frame2 {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
}

#footerPane {
	width: 100%;
	border: none;
}

/* onderstaande definities zijn van belang voor index.tpl content */

html {
	padding: 0; 
	margin: 0; 
	border: 0; 
}

body {
	padding:0; 
	margin:0; 
	overflow: auto;
	border:0; 
}

body#frame {
	position: absolute;
	overflow: auto;
}

#logoutbtn img {
	border: none;
}

#content {
	position: relative;
	padding: 0px 5px 0px 5px;
	margin: 0;
	border: 0;
}

#vehicleheader {
	width: auto;
	margin-top: 5px;
}


/* Tabstrip style */

#tabheaders {
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

/* grijze blok waarin tabgegevens staan en moet kunnen SCROLLEN! */

#tabContent {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px; 
/*	width: 100%;*/
	border: 1px solid #aaa;
}

.tab {
	position: relative;
	display: none;
	width: auto;
	margin: 10px;
	padding: 0px;
	overflow: auto;
}

ul.tabs li {
	height: 20px;
}

#editvehicle {
	position: relative;
	z-index: 2000;
	margin: 0px;
	padding: 0px;
}

/* not authenticated */
#home_content {
	margin: 10px;
}

#home_content h1 {
	font-weight: normal;
}

#home_content #partners {
	position: relative;
	z-index: 50;
}

/* options tpl */

#tabOptions {
	position: relative;
	overflow-y: auto;
	overflow-x: none;
}

/* voor alle pagina's in extra */
#content_extra {
	position: relative; 
	margin: 5px 5px 5px 5px;
	padding: 0;
	border: 0;
}

/* links in extra */
#links { 
	overflow: auto; 
	border: 1px solid #aaa;
}

#tabContent fieldset {
	border: 3px solid #ddd;
	display: block;
	padding: 15px;
}

#tabContent fieldset legend {
    background: white;
    color: #06A5EB;
    padding: 5px 10px ;
    font-size: 1.2em;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

/* bedrijfsinstellingen */
div#companyswitch {
	margin: 10px 0;
}
