/*******************************************/
/*  MAIN.CSS STYLESHEET FOR STRATIM.NL  */
/******************************************/

HTML, BODY {
	background-color: #E8ECF5;
	margin: 0px;
	height: 100%;
	background-image: url(img_new/BG.gif);
	background-position:center;
	background-repeat:repeat-y;
	min-width: 772px;
}

BODY, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#mainContainer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	}

/***************/
/*     TOP     */
/***************/
	
#header {
	width: 770px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #FFF;
	}

/***********/
/*  MENU   */
/***********/

#menu {
	width: 770px;
	height: 17px;
	background-color: #BC4E17;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	
}

a.menuItem {
	color: #FFF;
	margin-bottom: 0px;
	margin-left: 15px;
	text-decoration: none;
	font-weight: bold;
}

a.menuItem:link {
	color: #FFF;
	margin-bottom: 0px;
	margin-left: 15px;
	text-decoration: none;
	font-weight: bold;
}

a.menuItem:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.menuItem_active {
	color: #EF9D73;
	margin-bottom: 0px;
	margin-left: 15px;
	text-decoration: none;
	font-weight: bold;
	}

#blueBar {
	width: 770px;
	height: 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #020C4A;
	margin-left: auto;
	margin-right: auto;
}

#redBar {
	width: 770px;
	height: 20px;
	border-top: 1px solid #FFF;
	background-color: #BC4E17;
	margin-left: auto;
	margin-right: auto;
	float: left;
}


/***************/
/*   MIDDLE   */
/***************/


#middle {
 	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#mainContentContainer {
	width: 770px;
	float: left;
}

#photoHeader{
	width: 770px;
	height: 179px;
	float: left;
}

#news {
	width: 277px;
	height: 300px;
	background-color: #BCCBE0;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 20px 0px 20px 20px;
	margin-bottom: 0px;
	float: left;
}

.lightBlueBackground {
	background-color: #BCCBE0;
	padding: 20px 15px 20px 15px;
	vertical-align: top;
}

.lightGreyBackground {
 background-color: #EFEFEF;
 }
 
.lightGreyBackgroundTableContent {
 background-color: #EFEFEF;
 padding: 5px;
 }


.whiteBackground {
	 background-color: #FFF;
	 padding: 20px 15px 20px 15px;
	 vertical-align: top;
 }
 
.boldText {
	font-weight: bold;
}

#collectionsTitle {
	width: 472px;
	height: 25px;
	background-color: #BC4E17;
	float: left;
	border-top: 1px solid #FFF;
}

#collections {
	width: 472px;
	height: 300px;
	float: left;
	border-top: 1px solid #FFF;
	padding-top: 10px;
}

.blueText {
	color: #020C4A;
	line-height: 13px;
}
#blueTextHome {
	color: #020C4A;
}
#blueTextHome TD {
	color: #020C4A;
}
#blueTextHome P {
	color: #020C4A;
}

a.redBoldLink {
	color: #BC4E17;
	font-weight: bold;
	text-decoration: none;
	}

a.redBoldLink:link {
	color: #BC4E17;
	font-weight: bold;
	text-decoration: none;
	}
	
a.redBoldLink:hover {
	color: #BC4E17;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.greyBoldLink {
	color: #686868;
	font-weight: bold;
	text-decoration: none;
}

a.greyBoldLink:link {
	color: #686868;
	font-weight: bold;
	text-decoration: none;
}

a.greyBoldLink:hover {
	color: #686868;
	font-weight: bold;
	text-decoration: underline;
}

.borderRightBlack {
	border-right: 1px solid #000;
}

.listCollection {
	list-style-type: disc;
	color: #000;
	padding: 5px;
	margin-left: 10px;
	*margin-left: 10px;
}

.listMerken{
	list-style-type: disc;
	color: #243965;
	font-weight: bold;
}
	
/***************/
/*   BOTTOM   */
/***************/

#footer {
	width: 750px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	color: #686868;
}

#whiteBarFooter {
 	width: 750px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	color: #686868;
	text-align: right;
	padding: 10px;
	float: left;
	
	 
}
	

#blueBarFooter {
	width: 770px;
	height: 10px;
	background-color: #020C4A;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	float:left;
}

.margin0 {
	margin: 0px;
}

.height100 {
height: 100px;
	}
	
.height25 {
height: 25px;
	}
	
.paddingItemWhite {
 padding: 15px 5px 15px 5px;
 }
 
 
 /*******************************************/
/*  CONTENT.CSS STYLESHEET FOR STRATIM.NL  */
/******************************************/

#contentQCon {
	width: 580px;
	padding-top: 10px; /* FF */
	_padding-top: 0px; /* IE6 */
	*padding-top: 3px; /* IE7 */
}

/***************/
/*   CUSTOM   */	
/***************/

P {
	line-height: 13px;
	margin: 0px;
}


IMG {a
	border: 0px;
}

UL {
	list-style: square;
}


/***************/
/*   LINKS   */	
/***************/

A {
	color: #666;
}

A:link{
	color: #666;
	text-decoration: underline;
}
	
A:hover{
	color: #999;
	text-decoration: none;
}	

/***************/
/*   FORMS    */	
/**************/

FORM, INPUT, TEXTAREA, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
FIELDSET {
	border: 1px solid #666;
}
LEGEND {
	font-size: 16px;
	color: #666;
}
.textfieldNormal {
	border: 1px solid #999999;
	padding: 2px;
}
.textfieldFocus {
	border: 1px solid #000000;
	padding: 2px;
}
.textfieldNormalRequired {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding: 2px;
}
.textfieldFocusRequired {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding: 2px;
}

.buttonNormal {
	border: 1px solid #666;
	color: #ffffff;
	cursor: pointer;
	padding: 2px;
}

.contactform {
	border-color: #243965;
	margin-top: 15px;
	text-align: left;
	padding-bottom: 10px;
	}

/********************/
/*  OLD STYLESHEET  */	
/********************/


.form {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; border: 1px #010B49 solid; height: 18px}
.formobject {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #ffffff; background-color: #243965; border: #010B49; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; cursor: hand; height: 18px}
.form2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; border: 1px #000000 solid}	

body {  
  scrollbar-3dlight-color : #BCCBE0 ;	
  scrollbar-darkshadow-color : #243965;
  scrollbar-highlight-color : #ffffff;
  scrollbar-shadow-color : #99A5B6;
  scrollbar-arrow-color : #243965;
  scrollbar-face-color : #BCCBE0 ; 
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}


a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #660000; font-weight: bold; text-decoration: none}
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; color: #660000; font-weight: bold; text-decoration: none}
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color: #660000; font-weight: bold; text-decoration: underline }

.bluelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #243965;
	text-decoration: none;
	font-weight: bold;
}
a.bluelink:link {  color: #243965; text-decoration: none}
a.bluelink:hover {  color: #243965; text-decoration: underline}

.redtext {  color: #FD0000; font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 11px; }
.darkbluetext {  color: #243965; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.whitetext {  color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.introtext {  font: 10px/15px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.greytext {  color: #848484; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }

.kopje {  color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 13px; font-weight: bold; }
.whitekopje {  color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
.whitekopje2 {  color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.darkbluekopje {  color: #243965; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.greykopje {  color: #545454; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

.greylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #848484;
	text-decoration: none;
	font-weight: bold;
}
a.greylink:link {  color: #848484; text-decoration: none}
a.greylink:hover {  color: #848484; text-decoration: underline}

.greykopjelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #545454;
	text-decoration: none;
	font-weight: bold;
}
a.greykopjelink:link {  color: #545454; text-decoration: none}
a.greykopjelink:hover {  color: #545454; text-decoration: underline}

li {
	list-style-position: outside;
	list-style-type: round;
	margin-left: -24px;
	line-height: 13px;
}



.redlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fd0000;
	text-decoration: none;
}
a.redlink:link {  color: #fd0000; text-decoration: none}
a.redlink:hover {  color: #FD0000; text-decoration: underline}


.whitelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.whitelink:link {  color: #ffffff; text-decoration: none}
a.whitelink:hover {  color: #ffffff; text-decoration: underline}


.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.menu:link {  color: #ffffff; text-decoration: none}
a.menu:hover {  color: #ffffff; text-decoration: underline}

.menu_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EF9D73;
	text-decoration: none;
}
a.menu_active:link {  color: #EF9D73; text-decoration: none}
a.menu_active:hover {  color: #EF9D73; text-decoration: none}




/* hyves */

#hyves	{position: absolute; left: 50%; margin-left: 295px; height: 20px; width: 59px; top: 55px;}
#hyves a img 	{outline: none; border: 0px}