@charset "utf-8";
/* 
Rood = Pantone 185C = E52F3B
Blauw = Pantone 293C = 0365AE
 */

/*defaults*/
body 	{background:#27a2fc url('../img/body_bg.jpg') repeat-x 0 0; color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#0365AE; text-decoration:none; outline:none; }
a:hover	{color:#E52F3B; text-decoration:none;}
input, td, tr, select, submit {font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; }
textarea {font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%;}


/*structural elements*/
#container	{margin:0px auto; text-align:center; width:760px; }
#holder		{width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		{background:url('../img/BT_logo_xsmall.jpg') no-repeat 0px 0; padding:5px 30px 19px 170px; position:relative; float:left; }
#sublogo	{position: relative; float:right; }
#sublogo img {border:none;}
#navigation	{padding: 5px 0 6px; clear:both; border-top:1px solid #e9e9e9;}
#languageselector {float:right;}

#header1		{background:#e9e9e9 url('../img/header1.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header2		{background:#e9e9e9 url('../img/header2.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header3		{background:#e9e9e9 url('../img/header3.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header4		{background:#e9e9e9 url('../img/header4.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header5		{background:#e9e9e9 url('../img/header5.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header6		{background:#e9e9e9 url('../img/header6.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header7		{background:#e9e9e9 url('../img/header7.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header8		{background:#e9e9e9 url('../img/header8.gif') no-repeat 10px 10px; padding:10px; height:200px; }


#content	{float:left; width:490px; padding:20px 10px 0 0; line-height:160%; text-align:justify;min-height:300px;height:100%}

#news		{float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:20px 20px 5px 20px; background:#c0e3fe; border:1px solid #0365AE; font-size:90%; margin-bottom:20px; }
#footer		{clear:both; width:100%; font-size:80%; background:#e9e9e9; padding:20px; text-align:left; border-top:2px solid #27a2fc; }
#copyright	{float:right; }
#login	{float:right; margin:0px; padding:0px; }



#voorraad1		{float:left; width:370px; padding:20px 0; line-height:100%; text-align:justify; }
.voorraad1Item	{padding:20px 20px 5px 20px; background:#c0e3fe; border:1px solid #0365AE; font-size:80%; margin-bottom:20px; }

#voorraad2		{float:right; width:370px; padding:20px 0; line-height:100%; text-align:justify; }
.voorraad2Item	{padding:20px 20px 5px 20px; background:#c0e3fe; border:1px solid #0365AE; font-size:80%; margin-bottom:20px; }

#projectDiv {display:block;float:left;border-top:1px solid #e9e9e9;}
#holder #projectDiv:first-child {border-top:none;}
#project {float:left; width:490px; padding:20px 20px 0 0; line-height:160%; text-align:justify;}
.projectItem {padding:20px 20px 5px 20px; background:#c0e3fe; border:1px solid #0365AE; font-size:80%; margin-bottom:20px;}

#projectPic {float:right; width:250px; padding:20px 0 0; line-height:140%; text-align:justify; }
.projectPicItem {padding:20px 20px 5px 20px; background:#c0e3fe; border:1px solid #0365AE; font-size:90%; margin-bottom:20px;  }
.morepics{margin-top:20px;}

/*headings*/
.newsItem h1	{color:#0365AE; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; color:#E52F3B; }
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#E52F3B; }

#project h3 {font-size:130%; font-weight:normal; line-height:130%; margin:0; padding:0 0 0 0; color:#0365AE; }


/*navigation*/
#navigation ul 		{margin:0; padding: 6px 0 5px; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#0365AE; padding:0 10px 0 0; text-decoration:none; }
#navigation a:hover	{color:#E52F3B; }
#navigation li#youarehere a {color: #E52F3B; }

#navigation #login a{margin:0px; padding:0px; font-size:70%; color:#0365AE; text-decoration:none; }
#navigation #login a:hover{margin:0px; padding:0px; color:#E52F3B; text-decoration:none; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; padding:0 5px 0 0; text-decoration:none; }
#footer a:hover	{color:#0365AE; text-decoration:none; }




/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */
