/* Import other stylesheets for media: screen */
@import url("layout.css");
@import url("menu.css");

/* Classes and styles */
html.hasFlash {
	overflow: hidden !important;
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #e4b95b;
	background-color: black;
}

object { outline:none; }

div, img, .png{
	_behavior: url(http://10.0.0.2/licor43.nl/htdocs/css/iepngfix.htc);
}

img {
	border: 0px;
}

a{
	color: white;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;	
}

a.selected{
	color: white;
}

.error {
	color: #FF0000;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: white;
	font-family: Times New Roman;
	font-weight: normal;
	font-size: 32px;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	padding: 0px;
	margin-bottom: 5px;
}

h4 {
	font-family: Arial;
	font-size: 14px;
	padding: 0px;
	margin-bottom: 5px;
}

/* Spanish Lessons */
div.sentence {
	margin-bottom: 6px;
}

div.sentence div.dutch {
	float: left;
	color: white;
	width: 187px;
	margin-right: 10px;
}

div.sentence div.spanish {
	float: left;
	width: 174px;
	margin-right: 34px;
}

/* Recipes */
div.recipe div.name {
	float: left;
	width: 320px;
	font-size: 30px;
	padding-top: 20px;
}


div#recipesOverview.noPictures div.recipeImage {
	width: 0px;
}

div#recipesOverview.noPictures div.name {
	font-size: 14px !important;
	padding-top: 4px;
} 

div.recipe div.recipeImage {
	float: left;
	width: 100px;
	min-height: 1px;
}

div.recipe div.recipeImage img {
	height: 120px;
}

a#submitRecipe {
	display: block;
	margin-top: 80px;
	font-size: 24px;
	color: #fbc243;
}

/* Hotspots */
div.hotspot {
	margin-bottom: 10px;
}

div.hotspot h3 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* Newsitems */
div#newsOverview ul, div#newsOverview ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div#newsOverview ul li {
	margin-bottom: 8px;
}

div#newsOverview span.datum {
	float: left;
	width: 85px;
}

/* Tips */
div#tipsOverview h4 {
	margin-bottom: 5px;	
}

/* Forms */
form#submitForm label {
	display: block;
	float: left;
	width: 100px;
}

form#submitForm div.formRow {
	margin-bottom: 4px;
}

form#submitForm input.formfield {
	border: 1px solid #bb882d;
	background-color: #f1dcad;
	font-weight: bold;
	width: 158px;
}

form#submitForm input#submitButton {
	margin-top: 30px;
}

form#submitForm textarea.formfield {
	border: 1px solid #bb882d;
	background-color: #f1dcad;
	width: 332px;
	height: 90px;
}

/* Homepage */
body.home div#contentRight {
	display: none;
}

body.home div#content {
	padding-left: 0px;
}

body.home div#contentLeft {
	width: 945px;
	padding-top: 0px;
}

div#homepageContent {
	position: relative;
	height: 550px;
}

div#homepageContent div#visual {
	position: absolute;
	top: 0px;
	left: 165px;
	width: 677px;
	height: 429px;
}

div#homepageLink {
	text-align: center;
}

div#homepageButtons {
	/*text-align: center;
	padding-left: 130px;
	z-index: 5;*/
	position: absolute;
	top: 330px;
	left: 130px;
}

div.homepageButton {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-align: center;
	margin-right: 10px;
	width: 148px;
}

div.homepageImage {
	margin-bottom: 20px;
	width: 148px;
	height: 148px;
	border: 1px solid #bb882d;
	text-align: center;
	vertical-align: middle;
	background-color: black;
}

body.home h1 {
	display: none;
}
