@charset "UTF-8";


html {
	height: 100%;
}


body {
	background-image: url(../images/back_body_home.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #55181B;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#tophome1 {
	height: 345px;
	width: 100%;
	margin: auto auto;
	position: relative;
	z-index: 1;
	background-image: url(../images/back_top_home.png);
	background-repeat: repeat-x;
}

#tophome2 {
	height: 345px;
	width: 100%;
	margin: auto auto;
	position: relative;
	z-index: 1;
	background-image: url(../images/back_top2.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#containerhome
{
	width: 800px;
	height: auto;
	text-align: left; /*firefox hack to center container*/
	position: relative;
	margin: auto;
	z-index: 2;
	padding: 0px;
}

#containerhome h1 
{
	color: #A8292F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
	padding-left: 5px;
}

#containerhome p
{
	font-size: 13px;
	line-height: 18px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #594B4B;
	padding-left: 5px;
}

#containerhome p a
{
	color: #594B4B;
	text-decoration: none;
	background-image: url(../images/home_indicator.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: auto;
	padding-right: 10px;
}
#containerhome p a:hover
{
	color: #A8292F;
	text-decoration: none;
}

#headerhome
{
	width: 800px;
	height: 300px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	display:inline;
	padding: 0px;
	margin-top: 6px;
}

#headerhome_beeld
{
	width: 604px;
	height: 300px;
	position: relative;
	float: left;
	display:inline;
	background-color: #CCCCCC;
}

#headerhome_right
{
	width: 196px;
	height: auto;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	display:inline;
}

#logohome
{
	width: 196px;
	height: auto;
	position: relative;
	display:inline;
}

#banners-home {
	width: 800px;
	margin-top: 6px;
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 30px;
	height: auto;
	clear: left;
}

#banner01 {
	width: 196px;
	float: left;
	position: relative;
	margin-right: 6px;
	height: auto;
	padding: 0px;
}

#banner02 {
	width: 195px;
	float: left;
	position: relative;
	margin-right: 6px;
	height: auto;
	padding: 0px;
}

#banner03 {
	width: 195px;
	float: left;
	position: relative;
	margin-right: 6px;
	height: auto;
	padding: 0px;
}

#banner04 {
	width: 196px;
	float: left;
	position: relative;
	height: auto;
	padding: 0px;
}

#copyrights-home
{
	width: 795px;
	height: auto;
	position: relative;
	clear: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 11px;
	line-height: 16px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #594B4B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A82930;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
}

/* taal home
------------------------------------------------------------------ */
.taalhome {
	background-image: url(../images/back_titel.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 39px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	position: relative;
}

.taalhome ul
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-color: #A82930;
}

.taalhome ul li
{
	height: 22px;
	float: left;
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #C83842;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	padding-left: 9px;
	padding-right: 7px;
	padding-bottom: 7px;
	display: inline-block;
}


.taalhome ul li.active,
.taalhome ul li:hover
{
	background-image: url(../images/taal_indicator.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.taalhome ul li a
{
	text-decoration: none;
	height: 22px;
	display: inline-block;
	background-image: url(/images/butt-language.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	overflow: hidden;
	width: 33px;
	height: 23px;
	outline: 0;
}

.taalhome ul li a:hover
{
	text-decoration: none;
	background-position: left -23px;
}

.taalhome ul li a.nl {
	background-position: left top;
}

.taalhome ul li a.nl:hover {
	background-position: left -23px;
}

.taalhome ul li a.en {
	background-position: -33px top;
}

.taalhome ul li a.en:hover {
	background-position: -33px -23px;
}

.taalhome ul li a.es {
	background-position: -66px top;
}

.taalhome ul li a.es:hover {
	background-position: -66px -23px;
}

.taalhome ul li a.de {
	background-position: -99px top;
}

.taalhome ul li a.de:hover {
	background-position: -99px -23px;
}

/* menu
------------------------------------------------------------------ */	
.menu-home
{
	width: 798px;
	height: 39px;
	position: relative;
	clear: left;
	vertical-align: middle;
	background-color: #A8292F;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/back_menu_home_off.png);
	background-repeat: repeat-x;
	padding-left: 2px;
}

.menu-home ul
{
	list-style: none;
	width: 800px;
	padding: 0px;
	margin: 0px;
	display: block;
}

.menu-home ul li
{
	color:#FF6666;
	line-height: 17px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: normal;
	height: 28px;
	width: auto;
	display: block;
	padding-top: 11px;
	font-style: normal;
	font-variant: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #A82930;
}

.menu-home ul li.active, #menu ul li:hover
{
	background-image: url(../images/btn_back_over.png);
	background-position: bottom;
	background-repeat: no-repeat;
	color:#FFFFFF;
}

.menu-home ul li a
{
	text-decoration: none;
	color: #E5AFB4;
	height: 28px;
	width: auto;
	display: block;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.menu-home ul li a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/back_menu_home_over.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

