/*
| -------------------------------------------------------------------
| FILENAME:			sbt.website.css
| DESCRIPTION:		Default Style Sheet
| CREATED:			01/01/2010
| INITIAL AUTHOR:	Elma Smit, Ronald ter Neuzen, Martijn ter Hellen
| UPDATED BY:		Elma Smit, 22/02/2010
| 
| Copyright (c) 2010 KeyAgency
| http://www.keyagency.nl/
| -------------------------------------------------------------------
| Basic colors used for website:
|
| green: #56a12d;
| orange: #e85426;
| text-color: #878787;
| -------------------------------------------------------------------
*/

body
{
	font-family: 'Tahoma', Geneva, sans-serif;
	color: #878787;
	background-image: url('../images/background.page.gif');
	background-repeat: repeat-x;
	background-color: #dcdcdc;
}

/*
| -------------------------------------------------------------------
| Default typo txt, links tables ect.
| -------------------------------------------------------------------
*/

h1, h2, h3
{
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

a { color: #56a12d; }
a:hover { color: #e85426; }

h3
{
	color: #56a12d;
	font-size: 167%;
}

h4
{
	color: #3e3e3e;
	font-size: 100%;
	margin: 0 0 0.5em 0;
}

p
{
	font-size: 93%;
	line-height: 140%;
}

p strong { color: #3e3e3e; }
p.navigation-readmore { font-size: 85%; }



/*
| -------------------------------------------------------------------
| BASIS
| -------------------------------------------------------------------
*/

hr,
.hide { display: none; }
.clear { clear: both; }
.column { float: left; }
.row { clear: both; }

#page
{
	width: 960px;
	margin: 0px auto;
	background-color: #FFF;
	position: relative;
	min-height: 650px;
	_height: 650px;
	background-image: url('../images/pageimages/2.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.left-side { width: 240px; z-index: 2;position: relative;}
.right-side { width: 170px; padding: 30px 15px 30px 0;z-index: 2;position: relative;}

.main-column
{
	width: 480px;
	padding: 40px 20px;
	z-index: 2;position: relative;
}

.pageimage
{
	width: 900px;
	height: 400px;
	position: absolute;
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: 1;
	bottom: 0;
}

#header
{
	position:relative;
	height: 190px;
	overflow: hidden;
	background-image: url('../images/background.header.gif');
	background-repeat: no-repeat;
}

#header #logo { width: 600px; float:left;height: 140px; }

#header #logo h1
{
	margin: 0px;
	padding: 0px 15px 0 15px;
	
}

#header #logo h1,
#header #logo h2
{
	display: inline;
} 

#header #logo h1 a
{
	height: 75px;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}

#header #logo h2 a
{
	display: inline-block;
	width:279px;
	height:13px;
	background-image: url('../images/logo.sbt.subtitle.gif');
	background-repeat: no-repeat;
}

#header .payoff,
#header #logo h1 a span,
#header #logo h2 a span
{ display: none; }

#header #specialmenu { float: right;}

#specialmenu ul
{
	margin: 0px;
	padding: 0px;
	
}

#specialmenu ul li
{
	display: inline;
	float: left;
}

#specialmenu ul li a
{
	display: block;
	text-decoration: none;
	color: #313032;
	text-transform: uppercase;
	padding: 10px 10px;
	font-size: 85%;
}

#specialmenu ul li.print a
{
	background-image: url('../images/icons/icon.print.png');
	background-repeat: no-repeat;
	padding: 10px 10px 10px 28px;
	background-position: 5px 5px;
}

/*
| -------------------------------------------------------------------
| pagecontent
| -------------------------------------------------------------------
*/

.pagecontent ul { margin: 0px; }

.pagecontent ul li
{
	font-size: 93%;
	line-height: 140%;
	list-style-type: none;
	padding: 0 0 0 15px;
	background-image: url('../images/icon.bullet.gif');
	background-repeat: no-repeat;
	background-position: left 7px;
}

.pagecontent .more-information
{
	border-top: 1px solid #eee;
	padding-top: 1em;
}

.pagecontent .searchresults { display:inline-block;
background-color: #FFF; }


.html_content table
{
	width: 98%;
	border: 0px;
}

.html_content table tr td
{
	border-width: 0px 0px 1px 0px;
	border-color: #ddd;
	border-style: solid;
	padding: 3px 0px;
	font-size: 93%;
	line-height: 140%;
}

.html_content table tr td strong
{
	color: #000;
}

.pagecontent .thumbnail_right { float: right; margin: 0 0 10px 10px; }
.pagecontent .thumbnail_left { float: left; margin: 0 10px 10px 0;}

/*
| -------------------------------------------------------------------
| panel
| -------------------------------------------------------------------
*/

.panel {}
.panel h4 { font-size: 93%; color: #3e3e3e;}
.panel p { font-size: 85%;}

/*
| -------------------------------------------------------------------
| contactpage
| -------------------------------------------------------------------
*/

.contactpage {}

.contactpage .left-side { width: 400px; padding: 20px;}

.contactpage .right-side { display: none;}

.contactpage #subnavigation { padding:0;margin: 0 0 15px 0; height: 30px;}
.contactpage #subnavigation ul { border: 0;}
.contactpage #subnavigation ul li { float: left;}
.contactpage #subnavigation ul li a { border-right: 1px solid #eee;border-bottom: 0px solid #eee;padding: 5px 10px 5px 0px;margin-right:10px;}

/*
| -------------------------------------------------------------------
| NAVIGATION
| -------------------------------------------------------------------
*/

#navigation ul
{
	margin: 0px;
	padding: 0px;
	height: 50px;
	background-image: url('../images/background.menu2.gif');
	background-repeat: repeat-x;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a
{
	display: block;
	text-decoration: none;
	color: #eee;
	padding: 19px 20px;
	border-right: 1px solid #474747;
	text-transform: uppercase;
}

#navigation ul li a:hover,
#navigation ul li.selected a,
#navigation ul li.in-path a
{
	background-color: #fff;
	color: #878787;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px;
}

#navigation ul ul { display: none; }

/* 
	subnav
*/

#subnavigation { padding: 30px 15px; }

#subnavigation ul
{
	margin: 0px;
	padding: 0px 0 0 2px;
	border-top: 1px solid #eee;
	position:relative;
	background-image: url('../images/transp.png');
	background-repeat: repeat;
}

#subnavigation ul li
{
	display: inline;
	
}

#subnavigation ul li a
{
	display: block;
	text-decoration: none;
	color: #878787;
	font-size: 93%;
	padding: 7px 0;
	border-bottom: 1px solid #eee;
}

#subnavigation ul li a:hover,
#subnavigation ul li.selected a,
#subnavigation ul li.in-path a { color: #e85426; }

#subnavigation ul li.selected a,
#subnavigation ul li.in-path a { color: #e85426; font-weight: bold; }

#subnavigation ul li ul
{
	padding: 0;
	border-top: 0;
	display: none;
	background-image: none;
}

#subnavigation ul li.selected ul,
#subnavigation ul li.in-path ul { display: block;}

#subnavigation ul li.in-path ul li a,
#subnavigation ul li ul li a
{
	color: #878787;
	font-size: 85%;
	padding: 7px 0 7px 15px;
	border-bottom: 1px solid #eee;
	font-weight: normal;
}

/*
| -------------------------------------------------------------------
| forms
| -------------------------------------------------------------------
*/


form
{
	
}

form fieldset { border: 1px solid #eee; padding: 10px;}

form fieldset legend { width: auto; }


form .row
{
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

form .control
{
	clear: both;
	padding: 5px 0px;
}

form label
{
	font-size: 93%;
	display: block;
	vertical-align: middle;
	color:#555555;
	padding: 4px 0px 0px 0px;
	width: 40%;
	float: left;
}

form label.inline { width: auto; display: inline; }

form .text,
form .file,
form select,
form .textarea
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #eee;
	font-size: 93%;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
	width: 59%;
}

form input.submit
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #dcdcdc;
	font-size: 85%;
	vertical-align: middle;
	padding: 2px 10px;
	color: #555555;
	background-color: #fff;
	text-align: center;
	background-image: url('../images/button.background.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}




/* 	
	Crappy IE,alternatief voor de select button
	vind het in css/wg.iefix.css
*/
form div.select
{
	position: relative;
	display: inline;
}

form select { width: auto; max-width: 59%; }

form select,
form .textarea,
form .text { padding: 0.1em 0; }

form .radiobuttons input { width: auto; float: left;}

form .checkboxes span,
form .radiobuttons span { clear: both; display: block;}

/* 
	checkboxes
*/
form .checkboxes { width: 59%; float: left; }

form .checkboxes .checkbox { float: left; }