/* CSS Milieusite Holidaybreak */

	
/* content container  */

body,html{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	height:100%;
	margin: 0px auto 0px auto;
}

.containerbodymenu
{   
	display: block;	
	float:left;
	background-image: url(../images/bkg_menu.gif);
	background-repeat: repeat-y;
	
	}

a.menulink:link{ 
	font-size:100%; 
	font-weight:normal; 
	color:#071C85;
	text-decoration:none; 
}


.containerTotal {	
	height: 100%;
	width: 770px;
	margin: 0px auto 0px auto;
}

.abs {
	position: absolute;
	width:770px;
	height: 80%;
}

.containerTop{
	background-color:#FFDE00;
	width:770px;
	height: 95px;
	}
	
	
/* Navigation */	

.containerNav{
	float:left;
	width:140px;
	height:100%;
	}

#menu{
	height:275px;
	width:140px;
	float:left;
	background-image: url(../images/bkg_leftdown.gif);
	
	}
	
#menubottom{
	vertical-align:bottom;
	width:140px;
	}	

/* Content */

.containerContent{
	float:left;
	width: 630px;
	height: 100%;

	}
	
.tekst {
	background-image: url(../images/bkg_right.gif);
	background-position: right top;
	background-repeat: no-repeat;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:70%;
	color: #071C85;
	float: left;
	width: 570px;
	height:auto;
	padding:20px 0px 0px 60px;
	display: inline;
	
	}
	
#picture {
	float:right;
	margin: 0px 30px 20px 20px;
	}
	
	
.bottom{
display: block;
width: 100px;
height:70px;
float: left;
	}


/* General */

h1 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#0071BC;
	font-weight:bold;
	}
h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#071C85;
	font-weight:bold;
}

.contenttext {
	margin: 0px 40px 20px 0px;
	}	
