/* EUROPEAN ALUMINIUM AWARD 2009 SITE CSS */

/*************************************************/
/* HTML tag styles                               */
/*************************************************/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #F1F1F1;
	height: 100%;
}

/*************************************************/
/* Site layout styles                            */
/*************************************************/


/* Main blocks
**************************************************/

#siteselector_container {
	background: url(../img/img_site/siteselector_tile.jpg) repeat-x;
	height: 18px;
}

#siteselector {
	background: url(../img/img_site/siteselector.jpg) no-repeat left center;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

#siteselector a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#siteselector a:hover {
	color: #fff;
}

#siteselector .current {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#wrap {
	margin: 0 auto;   /* align for good browsers */
	padding: 0;
	width: 801px;
	height: 100%;
	background: #FFFFFF url(../img/img_site/bg_tile.jpg) repeat-y right 100px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#selectionbar {
	height: 50px;
}

div.refbox { /* referentiebox voor dichtstbijzijnde gepositioneerde descendent elementen */
	position: relative;
}

#competition_site {
	font-size: 11px;
	line-height: 30px;
	position: absolute;
	height: 30px;
	width: 300px;
	left: 15px;
	top: 12px;
}

#competition_site select {
	border-style: none;
}

#eaa_logo {
	height: 29px;
	width: 151px;
	position: absolute;
	left: 630px;
	top: 10px;
}

#header {
	height: 211px;
	/* background: url(../img/img_site/header.jpg) no-repeat left top; */
	width: 100%;
}

#left_container {
	width: 158px;
	vertical-align: top;
}

#right_container {
	width: 162px;
	vertical-align: top;
}

.box {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 11px;
	line-height: 15px;
}

.box_right {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 11px;
	line-height: 15px;
}

.box_right img, .box img {
	margin-bottom: 8px;
}

.box_inner {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ccc;
}

/* Entries
*********************************/

.box_entries {
	border: 1px solid #ccc;
	margin-bottom: 4px;
	padding: 5px;
}

.winner {
  background:#fff url('../img/img_site/winner_bg.jpg') top left repeat-x;
}

.counter {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #000000;
	text-align: center;
	display: block;
	line-height: 30px;
	margin-top: 5px;
}

.fotoklein {
	height: 107px;
	width: 147px;
}

.img {
	text-align: center;
}

.h180 {
	height: 180px;
}

.h219 {
	height: 219px;
}

.readmore, .content .readmore {
	color: #1668af;
	text-align: right;
	font: 10px Arial, Helvetica, sans-serif;
}

.readmore a, .content .readmore a {
	color: #1668af;
}

.readmore a:hover, .content .readmore a:hover {
	color: #003C69;
}

.sectionheader {
	line-height: 20px;
	color: #FFFFFF;
	background: #1668B1;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
	display: block;
}

#zoeken_container {
 *height: 63px font-size: 11px;
}

#zoeken_table {
	width: 148px;
 *width: 146px; /* IE6 en IE7 */
}

.zoeken_inputbox {
	width: 140px;
 *width: 138px; /* IE6 en IE7 */
}

#spotlight {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
}

#spotlight_table {
	width: 434px;
}

#spotlight_table td {
	width: 33%;
	color: #333;
	font-size: 11px;
	line-height: 15px;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

#spotlight_table h2 {
	font: bold 11px/15px Verdana, Geneva, sans-serif;
}

#newshome {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#newshome_table {
	width: 434px;
}

#newshome_table td {
	color: #333;
	font-size: 11px;
	line-height: 15px;
	padding: 4px;
}

#newshome_table h2 {
	font: bold 11px/15px Verdana, Geneva, sans-serif;
}

#flyerhome {
	border-top:  1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
}

#flyerhome_table {
	width: 434px;
}


.buttonbar {
	height: 29px;
	margin-bottom: 10px;
 *margin-bottom: 0px; /* IE6 en IE7 */
}

#button_enter {
	background: url(../img/img_buttons/button_enter.jpg) no-repeat left top;
	height: 29px;
	width: 216px;
	display: inline;
	float: left;
	cursor: pointer;
}

#button_enter_national {
	background: url(../img/img_buttons/button_entercom.jpg) no-repeat left top;
	height: 29px;
	width: 219px;
	display: inline;
	float: left;
	cursor: pointer;
}

#button_view {
	background: url(../img/img_buttons/button_view.jpg) no-repeat left top;
	display: inline;
	float: right;
	height: 29px;
	width: 216px;
	cursor: pointer;
}

#consumer {
	background: #DDD url(../img/img_buttons/consumer_bg.jpg) no-repeat;
	height: 166px;
}

#industrial {
	background: #DDD url(../img/img_buttons/industrial_bg.jpg) no-repeat;
	height: 166px;
	margin-bottom: 0px;
}

.line_thick {
	background: url(../img/img_algemeen/line_bg.jpg) repeat-x;
	height: 15px;
	width: 100%;
}

#content_container {
	vertical-align: top;
}

#footer_container {
	height: 92px;
	vertical-align: top;
}

#footertext {
	font-size: 10px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	color: #8E8E8E;
	position: absolute;
	width: 770px;
 *width: 800px; /* IE6 en IE7 */
}

#flags_container {
	text-align: center;
	position: absolute;
	left: 237px;
	top: 70px;
}

.flags img {
	margin: 1px;
}

#footer {
	color: #464646;
	position: absolute;
	height: 30px;
	width: 400px;
	left: 205px;
	font-size: 10px;
	line-height: 30px;
	top: 28px;
}

#footer a {
	color: #464646;
	text-decoration: underline;
}

#footer a:hover {
	color: #0168B6;
}

/* Content CMS
**************************************************/

.content {
	color: #333;
	font: 11px/15px Arial, Helvetica, sans-serif;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px;
}

.contensmall {
	color: #333;
	font: 11px/15px Arial, Helvetica, sans-serif;
	padding: 5px;
}

.content ul {
	margin-bottom: 11px;
}

.content li {
	background: url(../img/img_algemeen/bullet_orange.gif) no-repeat left 0px;
	padding-left: 16px;
	list-style: none;
}

.content ul li ul {
	margin-bottom: 0px;
}

.content ul li ul li {
	background: url(none);
	list-style: circle inside;
	padding-left: 0px;
	margin-left: 10px;
}

.content a {
	text-decoration: underline;
	color: #1668af;
}

.content a:hover {
	text-decoration: underline;
	color: #003C69;
}

.content img {
  border: 0;
}

.imglinks {
	float: left;
	margin: 4px;
}

.imgrechts {
	float: right;
	margin: 4px;
}

.content p {
	font-size: 11px;
	line-height: 15px;
	color: #333;
	margin-bottom: 11px;
}

.content p.last {
  margin-bottom: 0;
}

.content h1 {
	font-size: 20px;
	margin-bottom: 5px;
	color: #333;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

.content h2 {
	color: #333;
	font: bold 11px/15px Verdana, Geneva, sans-serif;
}

.content h3 {
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	color: #333;
}

.content h4 {
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

.content h5 {
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

.content h6 {
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

.date {
	font: 10px/15px Arial, Helvetica, sans-serif;
}

#wrap .content_container .story box clearfix .box_inner .nieuwshead {
	font: bold 10px Verdana, Geneva, sans-serif;
	color: #999966;
	width: 500px;
}

.content td{
	color: #333;
	font: 11px/15px Arial, Helvetica, sans-serif;
}

/* Go to top
**************************************************/

#gototop {
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
}

#photobox_container {
	text-align: left;
}

/* Photobox
**************************************************/

#photobox {
	width: 424px;
	margin-bottom: 4px;
}

#photobox td {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 2px;
}

.photo {
	height: 393px;
	width: 393px;
}

.thumb {
	height: 75px;
	width: 75px;
}

/* Formulieren CMS
**************************************************/

#letsForm1 {
	margin-top: 14px;
}

select {
	border: 1px solid #6e7176;
	margin: 2px 0px;
	color: #464646;
	text-align: left;
	vertical-align: middle;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 2px;
	background: #FFF url(../img/img_algemeen/input_bg.jpg) repeat-x;
	width: 125px;
}

input {
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: url(../img/img_algemeen/input_bg.jpg) repeat-x;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #CCCCCC;
}

textarea, file {
	color: #464646;
	border: 1px solid #d6d6d6;
	padding: 2px;
	font-size: 11px;
	line-height: 15px;
}

legend,fieldset {
  border:0;
}

.letsFormTable {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #464646;
	padding: 2px;
	display:block;
}

.letsFormInput {
	color: #464646;
	border: 1px solid #d6d6d6;
	padding: 2px;
	margin: 2px 0 2px 0;
	font-size: 11px;
	line-height: 15px;
	width: 200px;
}

.letsFormInput_error {
	color: #464646;
	border: 1px solid red;
	padding: 2px;
	margin: 2px 0 2px 0;
	font-size: 11px;
	line-height: 15px;
	width: 200px;
}

.letsFormTextArea {
	color: #464646;
	border: 1px solid #d6d6d6;
	padding: 2px;
	margin: 2px 0;
	font: 11px/15px Arial, Helvetica, sans-serif;
	width: 250px;
	background: url(../img/img_algemeen/input_bg.jpg) repeat-x;
}


.letsFormButton {
	color: #464646;
	font-size: 11px;
	text-align: center;
	height: 18px;
	background: #E0E0E0;
	vertical-align: middle;
	cursor: pointer;
}

.letsFormTD {
	width: 150px;
	padding-bottom:10px;
}

.letsErrorList {
	color:red;
}

.letsFormTextArea {
	width:250px;
	height:175px;
}

.letsFormTextArea_error {
	color: #464646;
	border: 1px solid red;
	width:250px;
	height:175px;
}


.w20 {
	width: 20px
}

.w50 {
	width: 50px
}

.w100 {
	width: 100px
}

.w120 {
	width: 120px
}

.w133 {
	width: 133px
}

.w140 {
	width: 140px;
}

.w150 {
	width: 150px
}

.w165 {
	width: 165px;
}

.w180 {
	width: 180px
}

.w200 {
	width: 200px
}

.w100percent {
	width: 100%
}

.checktag {
  margin-left:20px;
  *margin-left:30px;
}

.letsFormCheckbox {
  float:left;
}


/*************************************************/
/* Browser compatibility                         */
/*************************************************/

/* fixes float problems
**************************************************/

.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 */

.splitheader {
	line-height: 20px;
	color: #FFFFFF;
	background: #1668B1;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
  position: relative;
  height: 20px;
}

.splitheader-left {
  position: absolute;
  left: 0;
  width: 50%;
  padding-left: 4px;
}

.splitheader-right {
  position: absolute;
  right: 0;
  width: 50%;
  text-align: right; /* depends on element width */
  padding-top: 6px;
  padding-right: 4px;
}

.splitheader-right img {
  margin-left: 4px;
}