/* ================================ +
   Westergasfabriek QR website 
   IE / Common stylesheet
 + ================================ */

/* 
** Made by: Edgar Vijgeboom
** Website:	www.studioparkers.nl
*/

/* DEFAULT styles */
*{ margin:0; padding:0; border:0px; }


body { 
	font-family: 		 Arial, Helvetica;
	font-size:			 10px; /* IE*/
	color: 				   #000000;
}

ul { 
	list-style:			 none;
	overflow:			   hidden;
	}

a {
	text-decoration:	underline; 
   color:           #ee0088;
 }
 
a:hover {
	text-decoration:	none;  
 }

h1 {
	font-size:				1.4em;
	color:					  #ee0088;
	display:				  inline;
	line-height:			1.3em;
	}

h2 {
	font-size:				1.3em;
	color:					  #01a8e8;
	line-height:			1.2em;
	}

small {
	font-size:				0.85em;
	color:					  #ffffff;
	}

/* end DEFAULT styles */

.main {
	width:					  320px;
	font-size:				1.6em;
	line-height:			1.3em;
}

.nav {
	width:					  100%;
	margin:					  5px 0 5px 0;
	border:					  0;
	padding:				  0;
	}

td.language{
	width:					  25px;
	text-align:				center;
	}

.locatielabel{
  background-image:		url(../images/bg_locatielabel.gif);
	background-repeat: 	no-repeat;
	margin:					    0 0 13px 7px;
	padding:				    2px 5px 2px 22px;
	font-size:				  0.75em;
	line-height:			  1.60em; 
	color:				      #ffffff;
 }

.bijschrift {
	width:					    305px;
	background-color:		#444444;
	padding:				    5px 5px 5px 10px;
  margin-top:         -5px
	}

.bijschrift_tekst  {
	font-size:				  0.85em;
	line-height:			  1.2em;
	color:					    #ffffff;
	}

.paragraaf {
	margin:					    15px 5px 15px 10px;
	}

small.jaar {
	color:					    #ee0088
	}

.top {
	padding:				    5px 5px 20px 10px
	}

.footer {
	background-color:		#999999;
	color:					    #ffffff;
	padding:				    5px 5px 5px 10px
	}

.footer a	{
	color:					    #ffffff;
	}
  
.linkgroot {
  font-size:          1.5em;
  color:              #00adef;
  text-decoration:    none;
  line-height:        1.8em
  } 
  
.linkgroot:hover {
  text-decoration:    underline;
  } 
	
.iphone_download_link {
	display:           none;
 }
