/* 
Cascading Style Sheet 
for 

	De Hut van Ome Henne
	www.dehutvanomehenne.nl

Design by 
	SiDESiGN
	www.sidesign.info 

(C) copyright 2008 SiDESiGN
*/

/* Main */
html, body	{
	width: 100%; 
	height: 100%;
	margin: 0; 
	padding: 0; 
}

body	{
	background: #ffa200 url("/images/1") repeat-x;
	font-family: Verdana; 
	font-size: 12px; 
	color: #000000; 
}

body#tinymce	{
	background: #ffc964; 
}

/* Fonts */
p, a, div, td, th, font, input, textarea	{
}

p	{
	margin: 4px; 
}

div#footer p	{
	font-size: 10px; 
	color: #ffa200; 
}

a	{
	color: #57161e; 
	font-weight: bold; 
	text-decoration: none; 
}
a:hover	{
	text-decoration: underline; 
}

div#footer a	{
	color: #ffa200; 
}

h1, h2, h3	{
	margin: 0 4px 4px 4px; 
	font-weight: bold; 
	font-family: Arial; 
}

h1	{
	margin-top: 14px; 
	font-size: 20px; 
}

h2	{
	margin-top: 10px; 
	font-size: 16px; 
}

h3	{
	margin-top: 6px; 
	font-size: 13px; 
}

div.bodyItem.right h1	{
	font-size: 20px; 
}

div.bodyItem.right h2	{
	font-size: 16px; 
}

div#menu ul, div#menu ul li	{
	display: inline; 
	list-style: none outside; 
	margin: 0; 
	padding: 0; 
	text-transform: lowercase; 
}

div#menu ul li a	{ 
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none; 
	margin: 0 0 0 35px; 
	color: #ff575b; 
}

div#menu ul li a:hover	{
	color: #ffadad; 
}

div#billboard div.item div.ballon p	{
	position: absolute; 
	z-index: 100; 
	top: 3px; 
	left: 4px; 
	text-align: center; 
	font-family: Helvetica; 
	/*font-size: 10px; */
	letter-spacing: 5px; 
	color: #000000; 
	margin: 0 4px 4px 0; 
}

table	{
	margin: 4px 0; 
}

td	{
	padding: 0 4px; 
	vertical-align: top; 
}

th	{
	padding: 4px 4px 0 4px; 
	font-family: Arial; 
	font-size: 13px; 
	font-weight: bold; 
	text-transform: uppercase; 
	vertical-align: top; 
}

/* Divs */
div#blackbar	{
	position: absolute; 
	width: 100%; 
	height: 88px; 
	top: 48px; 
	left: 0; 
	background-color: #000000; 
}

div#containerHeader	{
	position: relative; 
	margin: 0 auto; 
	width: 900px; 
	height: 179px; 
	border: none; 
}

div#header	{
	position: relative; 
	float: left; 
	height: 179px; 
	width: 100%; 
}

	div#logo	{
		position: absolute; 
		top: 0; 
		left: 0; 
		height: 179px; 
		width: 176px; 
		z-index: 10; 
	}

	div#menu	{
		position: relative; 
		float: left; 
		width: 740px; 
		height: 33px;
		padding: 15px 0 0 160px;  
	}

	div#banner	{
		position: relative; 
		float: left; 
		width: 100%; 
		height: 88px; 
	}

div#container	{
	position: relative; 
	width: 900px; 
	margin: 0 auto; 
}

	div#content	{
		position: static; 
		margin-top: 40px; 
		width: 100%; 
		border: none; 
	}

		div.bodyItem	{
			position: relative; 
			float: left; 
			width: 400px; 
			margin: 5px 4px;
		}
		
		div.bodyItem.right	{
			float: right; 
			width: 432px; 
			margin: 5px 0 5px 30px; 
		}
		
		div.bodyItem.highlight	{
			background: #ffc964;
			border: 2px solid #000000; 
		}
			
		div#billboard	{
			position: relative; 
			float: right; 
			width: 432px; 
			margin: 5px 0 5px 30px; 
			border: 2px solid #000000; 
		}
		
			div#billboard div.item	{
				position: relative; 
				float: left; 
				width: 204px; 
				height: 154px; 
				border: 6px solid #ffffff; 
			}
			
				div#billboard div.item div.ballon	{
					position: absolute; 
					z-index: 100; 
				}
			
			div#billboard div.item.poster	{
				float: right; 
				width: 204px; 
				height: 286px; 
			} 
			
			div#billboard div.item.cartoon	{
				height: 120px; 
			}

div#footer	{
	position: relative; 
	width: 100%; 
	margin-top: 20px; 
	padding: 1px 0; 
	background: #000; 
}

	div#footer div	{
		position: relative; 
		width: 900px; 
		margin: 0 auto; 
		text-align: center; 
	}

div.spacer	{
	clear: both; 
}

/* Images */ 
img	{
	border: none; 
}

img.lineC, img.lineL, img.nolineL, img.lineR, img.nolineR, 
img.linec, img.linel, img.nolinel, img.liner, img.noliner	{
	border: 1px #000000 solid; 
	margin: 4px; 
}
	
img.lineC, img.linec	{
	display: block; 
	margin: 4px auto; 
}

img.nolineC, img.nolinec	{
	display: block; 
	margin: 4px auto; 
	border: none; 
}

img.lineL, img.linel	{
	float: left; 
}

img.nolineL, nolinel	{
	float: left; 
	border: none; 
}

img.lineR, img.liner	{
	float: right;
}

img.nolineR, img.noliner	{
	float: right; 
	border: none; 
}

.ws	{
	width: 100%; 
}

img.clear	{
	clear: both; 
}

div#banner img.titel	{
	float: left; 
	margin: 25px 0 0 200px; 
}

div#banner img.image	{
	float: left; 
	margin: 0 0 0 40px; 
}

div#banner img.kijkwijzer	{
	float: right; 
	margin: 7px 12px 0 0; 
}

div.bodyItem img.ws	{
	width: 382px; 
}

div.bodyItem.right img.ws	{
	width: 416px; 
}

div#billboard div.item img	{
	width: 200px; 
	height: 150px; 
	border: 2px solid #000000; 
}

div#billboard div.item.poster img	{
	width: 200px; 
	height: 282px; 
}

div#billboard div.item.cartoon img	{
	height: 116px; 
}

div#billboard div.item div.ballon img	{
	width: 100%; 
	height: 100%; 
	border: none; 
}

/* Forms */



/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
	.sIFR-active h1, 
	.sIFR-active h2, 
	.sIFR-active bodyItem.right h1, 
	.sIFR-active bodyItem.right h2, 
	.sIFR-active div.ballon p	{
		font-family: Verdana; 
		visibility: hidden; 
	}
	
	.sIFR-active h1	{
		font-size: 30px; 
	}
	
	.sIFR-active h2
	.sIFR-active bodyItem.right h1	{
		font-size: 20px; 
	}
	
	.sIFR-active bodyItem.right h2	{
		font-size: 16px; 
	}
	
	.sIFR-active div.ballon p	{
		font-size: 8px; 
	}
}


/* TinyMCE specific rules */
.mceContentBody a { 
 }
.mceContentBody { background: transparent; text-align: left; }