/* CSS Document */
/* Master file */

/* Triati Internet Services */
/* Spanje-Vakanties.nl */
/* Febuary 2010 */

/* Building scheme */
/* |-----------------------------|
/* |-----------HEADER------------|
/* |------MAIN------|----RIGHT---|
/* |-----------FOOTER------------|
/* |-----------------------------|

/* general setting */

* {
	margin-left:auto;
	margin-right:auto;
}

body {
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:12px;
	color:#505050;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}

h3 
{
	font-size:12px;
	margin:0;
	padding:0;
}

/* header */

div.header {
	width:800px;
	height:75px;
	margin-bottom:10px;
}

div.headerLogo {
	width:300px;
	height:100%;
	float:left;
}

div.headerLogo img {
	border:0;
}

div.headerMenu {
	width:500px;
	height:100%;
	float:left;
	text-align:right;
	padding-top:25px;
}

div.headerMenu li {
	list-style:none;
	display:inline;
}

div.headerMenu a {
	color:#505050;
	font-weight:bold;
	margin-left:30px;
	float:right;
	padding:0px 10px;
	text-decoration:none;
}

div.headerMenu a:hover {
	color:#000000;
	font-weight:bold;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:7px;
	background-color:#FFCC33;
	float:right;
	padding:0px 10px;
	text-decoration:none;
}

/* main */

div.container {
	width:800px;
}

div.main {
	width:500px;
	float:left;
}

div.mainMenu {
	width:487px;
	border-top:3px #0066CC solid;
	border-left:1px #E5E5E5 solid;
	border-right:1px #E5E5E5 solid;
	border-bottom:1px #E5E5E5 solid;
	margin-bottom:10px;
}

div.mainMenu ul {
	margin-left:0;
	padding-left:10px;
	padding-top:10px;
}

div.mainMenu li {
	list-style:none;
	display:inline;
	margin-right:20px;
}

div.mainMenu li a {
	color:#FF6C00;
	font-weight:bold;
	font-size:11px;
}

div.mainMenu li a:hover {
	color:#000000;
	font-weight:bold;
}

div.mainTop {
	width:470px;
	border-top:3px #F7BD3E solid;
	border-left:1px #E5E5E5 solid;
	border-right:1px #E5E5E5 solid;
	border-bottom:1px #E5E5E5 solid;
	padding:10px;
}

div.mainTop h3 {
	color:#FF6C00;
}

div.mainTop h3 a {
	color:#FF6C00;
	margin-bottom:0px;
}

div.mainTop h3 a:hover {
	color:#000000;
	margin-bottom:0px;
}

div.mainTop p {
	color:#505050;
	text-align:justify;
}

div.mainTop a {
	margin-top:0px;
	margin-right:10px;
	color:#939292;
}

div.mainTop a:hover {
	color:#000000;
}

/* right */

div.right {
	width:290px;
	float:left;
	margin-left:10px;
}

div.rightTop {
	width:100%;
	padding:10px;
	border-top:3px #606060 solid;
	border-left:1px #E5E5E5 solid;
	border-right:1px #E5E5E5 solid;
	border-bottom:1px #E5E5E5 solid;	
	margin-bottom:10px;
}

div.rightTop h3 a {
	color:#FF6C00;
}

div.rightTop h3 a:hover {
	color:#000000;
}
