﻿/* Algemeen */
html {
	font-size: 100%;
	font-family: verdana;

}

a, a:visited {
	color:#000;
}

h1 {
	font-size:1.5em;
	color:#3A8BC2;
}

h2 {
	font-size:1.3em;
	color:#3A8BC2;
}

h3 {
	font-size:1.2em;
	color:#3A8BC2;
	margin-top: 5px;
	margin-bottom: 5px;

}

h4 {
	font-size:1.1em;
	color:#DDBB55;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.clear 
{
	clear:both;
}
/* End of Algemeen */

/* Custom Sharepoint Styles for the richhtlmfield control */
.ms-rteCustom-2ATTitle
{
	font-size:1.5em;
	color:#3A8BC2;
}
.ms-rteCustom-2ATSubTitle
{
	font-size:1.2em;
	color:#3A8BC2;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight:bold;
}

.ms-rteCustom-2ATGoldSubTitle
{
	font-size:1.1em;
	color:#DDBB55;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* Masterpage */
body#docBody
{
	background-image: url('/_layouts/images/2AT052007background.png');
	background-repeat: repeat-x;
	background-attachment: fixed;	
	font-size:smaller;
	background-position: bottom;
}

div#main
{
	width:896px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('/_layouts/images/fadeout.gif');
	background-repeat:no-repeat;
	
}
div#faderight
{
	width:896px;
	background-image: url('/_layouts/images/fadeout.gif');
	background-position: right top;
	background-repeat:no-repeat;

}

div#submain
{
	width:882px;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	background-image:url('/_layouts/images/footer.png');
	z-index:3000;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

div#Logo
{
	float:left;
}

div#TopMenu
{
	float:right;
}

div#Slogan
{
	float:left;
	background-image: url('_layouts/images/slogan.gif');
	background-repeat: no-repeat;
	width: 732px;
	height: 80px;

}

div#Banner
{
	background-image: url('_layouts/images/BannerHome.png');
	background-repeat:no-repeat;
	width: 882px;
	height: 166px;
}

div#content
{
	padding-bottom: 50px;
}

div#ButtonMenu
{
	float:right;
}

td.buttonHome a, td.buttonContact a, td.buttonSitemap a
{
	text-decoration: none;
}

tr.buttonRow td
{
	background-repeat: no-repeat;
	background-position: bottom;
	height: 41px;
	vertical-align: top;
	cursor: pointer;
	text-align:center;
	font-size: 8pt;
}

td.buttonHome
{
	background-image: url('/_layouts/images/homebutton.png');
	width: 50px;

}

td.buttonContact
{
	background-image: url('/_layouts/images/contactbutton.png');
	width: 50px;

}

td.buttonSitemap
{
	background-image: url('/_layouts/images/sitemapbutton.png');
	width: 50px;
}

td.buttonspacer
{
	vertical-align: top;
	width: 5px;
}

table.ms-siteaction, div.ms-SPLink
{
	display:inline;
}
/* Menu */

ul.AspNet-Menu 
{
    position: relative;
}


ul.AspNet-Menu, 
ul.AspNet-Menu ul
{
    margin: 0;
    padding: 0;
    display: block;
}

ul.AspNet-Menu li
{
    list-style: none;
}

ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
    display: block;
    text-decoration: none;
}

ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
    visibility: visible;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    position: absolute;
    visibility: hidden;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	float: left;
}

.AspNet-Menu-Vertical ul.AspNet-Menu li
{
    width: 100%;
}


table.menuTable
{
	width: 882px;
	height: 30px;
	border-collapse:collapse;
	font-size: 10pt;
}

td.menuLeft {
	background-image:url('/_layouts/images/menuLeftBG.png');
	width:2px;
}

td.menuRight {
	background-image:url('/_layouts/images/menuRightBG.png');
	width:2px;
}
td.menuCenter {
	background-image:url('/_layouts/images/menuCenterBG.png');
	background-repeat:repeat-x;
}
td.menuSearch{
	vertical-align: top;
	padding-top: 1px;
	background-image:url('/_layouts/images/menuCenterBG.png');
	background-repeat:repeat-x;

}
div#menu ul li:hover a
{
	background-image:url('/_layouts/images/tat_menu_top_hvrRgt.png');
	background-position:right;
	background-repeat:no-repeat;
}

div#menu ul li:hover
{
	background-image:url('/_layouts/images/tat_menu_top_hvrLft.png');
	background-position:left;
	background-repeat:no-repeat;
}


div#menu ul li a
{
	font-size: 0.9em;
	color:#fff;
	height:25px;
	text-align:center;
	padding-top:5px;
	padding-right:13px;
	padding-left:10px;
	white-space:nowrap;
}

div#menu ul li ul li a
{
	color:#000;
	width:auto;
}

div#menu ul.AspNet-Menu li
{
	height:30px;
	padding-left:3px;
}
/* End of Menu*/
/*Searchbox*/

div#SRSB {
	float:right;
}


div#login
{
	float:right;
	margin-top: 16px;
	text-align:right;
	text-decoration: none;
	font-size: 8pt;
	vertical-align: bottom;
}
td#logintablecell
{	
	
	vertical-align:bottom;
	text-align: right;
}

table#logintable
{
	margin-right: 2px;
	height: 100%;
}


div#login a
{
	text-decoration:none;
}

table.ms-sbtable, table.ms-sbtable-ex, table.ms-sbtable tr.ms-sbrow, table.ms-sbtable tr.ms-sbrow td.ms-sbcell
{
	width:auto;
	border-style:none;
	padding-left: 0px;
}

/* End of SearchBox */

/* End of Masterpage */


/* 2ATHomePage */
div#Quickmenu
{
	float:left;
	width: 210px;
	height: 373px;
	background-image: url('_layouts/images/leftmenubg.png');
	background-repeat: no-repeat;
}

div#QuickmenuTitle
{
	height: 29px;
	background-image: url('_layouts/images/leftmenutitle.gif');
	background-repeat: repeat-x;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align:right;
	padding-right: 25px;
	padding-top: 8px;
	margin-bottom:-6px;
}
div.QuickMenuItem a
{
	float:right;
	padding:10px;
	padding-top:9px;
	padding-bottom:11px;
	padding-right:20px;
	margin-right:10px;
	margin-top: 10px;
	text-decoration:none;
	text-align:right;
	display:block;
	background-image:url('_layouts/images/quickmenuarrow.png');
	background-position:right center;
	background-repeat:no-repeat;
	font-size: 9pt

}
div.QuickmenuImage
{
	float: left;
	width: 70px;
	padding-left: 10px;
}


div.QuickMenuItem
{
	background-image: url('_layouts/images/quickmenuitemborder.gif');
	background-repeat: no-repeat;
	background-position:bottom;
}

div#WelcomeText
{
	float: right;
	margin-left:15px;
	padding-top:15px;
	padding-right: 10px;
	width: 625px;;
}

div#News
{
	float: left;
	background-image: url('_layouts/images/newstopborder.gif');
	background-repeat: no-repeat;
	background-position: right top;
	width: 180px;
	padding-top: 10px;
}

div#Vacancy
{
	float: left;
	background-image: url('_layouts/images/vacancytopborder.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 400px;
	padding-top: 10px;
	padding-left:10px;

}

div#NewsTitle
{
		background-image: url('_layouts/images/quickmenuarrow.gif');
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 20px;
		padding-bottom: 1px;
		padding-top: 1px;
}

div#NewsTitle a
{
	text-decoration: none;
	color:#3A8BC2;
}

div#VacancyTitle
{
		background-image: url('_layouts/images/quickmenuarrow.gif');
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 20px;
				padding-bottom: 1px;
						padding-top: 1px;
}

div#VacancyTitle a
{
	text-decoration: none;
	color:#3A8BC2;
}

div#Border
{
	float: left;
	background-image: url('_layouts/images/newsrightborder.gif');
	width: 1px;
	height: 210px;
}
/*End of 2AtHomePage*/

/* Content Query Webpart */

div.description
{
	font-size: 1.2em;
	font-family: verdana;
}
div.description a, div.description a:visited, div.description a:hover, div.description a:link
{
	color:#DDBB55;
}

div.newsdate
{
	font-style: italic;
	color:#DDBB55;
}
/*End of Content Query Webpart*/


/* 2ATPage */
div#imagebelowmenu
{
	padding-top: 30px;
}

div#imagebelowmenuIE6
{
	display: none;
}


div#pagemenu
{
	float: left;
	width: 210px;
	height: 373px;
	background-image: url('_layouts/images/leftmenubg.png');
	background-repeat: no-repeat;
}

div#pagemenu li.AspNet-Menu-WithChildren a.AspNet-Menu-Link
{
	background-image: url('_layouts/images/leftmenutitle.gif');
	background-repeat: repeat-x;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align:right;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-top: 8px;
	margin-bottom:5px;
}

div#pagemenu li.AspNet-Menu-Leaf a.AspNet-Menu-Link
{
	text-align:right;
	margin-top: 3px;
	background-image:url('_layouts/images/leftmenuarrow.png');
	background-position:right center;
	background-repeat:no-repeat;
	display: block;
	margin-right: 10px;
	margin-bottom:7px;
	padding: 10px;
	padding-top: 13px;
	padding-bottom:14px;
	padding-right: 20px;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	font-size: 9pt;
}

div#pagemenu li.AspNet-Menu-Selected a.AspNet-Menu-Link
{
	background-image:url('_layouts/images/quickmenuarrow.png');
}


div#pagemenu li.AspNet-Menu-Leaf 
{
	background-image: url('_layouts/images/quickmenuitemborder.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

div#pagemenu ul.AspNet-Menu ul
{
	display: block;
	position: relative;
}

div#pagecontent
{
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	width: 650px;
}

div#pagecontentwitheyecatcher
{
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	width: 475px;
}

div#eyecatcher
{
	float: left;
	margin-left: 5px;
	width: 160px;
	height: 400px;
}

div#eyecatchertitle
{
		margin-top: 1px;
		font-size: 1.1em;
		font-weight: bold;
		background-image: url('_layouts/images/quickmenuarrow.gif');
		background-position: left top;
		background-repeat: no-repeat;
		padding-left: 20px;
}
div#eyecatchertitle a:hover, div#eyecatchertitle a, div#eyecatchertitle a:visited
{	
		
		color:#3A8BC2;
}

div.eyecatcherimage
{
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 140px;
	margin-left: 25px;
	margin-top: 10px;
}

div.eyecatcherdescription
{
	font-size: 1.2em;
	font-family: verdana;

}
div.eyecatcherdescription a, div.eyecatcherdescription a:visited, div.eyecatcherdescription a:hover, div.eyecatcherdescription a:link
{	
	font-weight: bold;
	color:#3A8BC2;
}

div#eyecatchercontent
{
	background-image: url('_layouts/images/fadeouteyecatcherleft.gif');
	background-repeat: repeat-y;
	background-position: left;
}

div#fadeoutleft
{
	background-image: url('_layouts/images/fadeoutleftb.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
}
/* End of 2ATPage */

/* 2AT Newspage */
div#newsdate
{
	font-style: italic;
	text-align: right;
}
/* End of 2At Newspage */

/* Sharepoint etc. */

table.ms-sbtable tr.ms-sbrow td.ms-sbgo {
	background-color: transparent;
}

table.ms-sbtable tr.ms-sbrow td.ms-sbLastcell {
	display:none;
}

div.ms-pagemargin {
	visibility:hidden;
}
/* End of Sharepoint etc. */



