/* Global Styles *
rode rand weg
streepje rechts van navigation menu
links paars met lotus
rechts geel met lotus
bovenkant geen gras maar alleen logo
*/

/* 
mainContainer
{
	topDecoration
	logo   mainNavigation
	content
	{
		subNavigation   
		mainBody 
	}
	bottomline
}
*/

#topdecoration {
/*	background-color:#7D268C; hue=194 in paint*/
	background-color:#7D268C;
	text-align:center;
	height:2cm;
}

/* ------------ BOTTOM ------------ */
#bottomline {
	background-color:#7D268C;
	padding-left:.5cm;
	padding-right:.5cm;
	padding-bottom:.1cm;
	padding-top:.1cm;
}

a#bottomlineleft {
	font:10px arial;
	padding-top:.1cm;
	float:left;
	color:white;
	text-decoration:none;
}

a#bottomlineright {
	font:15px arial;
	float:right;
	color:white;
	text-decoration:none;
}

/* ------------ LOGO and MAIN NAVIGATION ------------ */
td#logo{
	width:auto;
	height:auto;
	border-right-width:0px;
	border-top-width:0px;
}

td#naastlogo{
	border-top-width:0px;
}

#menuTitleTable{
	width:100%;
	height:106px;
	padding:0;
}

td#menuTitleCell {
	width:34%;
	text-align:center;
/*	background-color:#FFD65C; #FDCB08;*
	background-color:#FF84A1;*/
	background-color:#9884A1;
	border-width:0px;
	border-top-width:0px;
}

td#menuTitleCellActive{
	width:34%;
	text-align:center;
/*	background-color:#FFD65C;*/
	background-color:#9884A1;
	border-width:0px;
}

a.menuTitleText
{
	font:26px arial;
	text-decoration: none;
	color:#FFD65C;
}

a.menuTitleTextActive{
	font:28px arial;
	text-decoration: none;
	color:#FFD65C;
	font-weight:bold;
}

a.menuTitleText:hover
{
	/*text-decoration: underline; */
	font:28px arial;
	font-weight:bold;
}

/* ------------ GENERAL ------------ */
#mainContainer
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

body {
	background-color: #bbbb88;
	text-align:left;
}

table {
	border:none;
	padding:0;
	border-spacing:0;
}

td {
	padding:0;
	border-style:solid;
	border-width:1px;
	border-color: #777777;
	height:100%
}

tr {
	padding:10;
	height:100%}

h1 {
	margin-top:0cm;
}

.small_title {
 	font-weight:bold;
	font-style:italic;
}

/* ------------ CONTENT ------------ */
#content{
	text-align:left;
}

a.subNavigationActive
{
	color:#54165d;
	text-decoration: none;
	font:22px arial;
	font-weight:bold;
}

a.subNavigationInactive:hover{
	font-weight:bold;
}

a.subNavigationInactive{
	color:purple;
	text-decoration: none;
}

a.subsubNavigationActive
{
	color:#54165d;
	text-decoration: none;
	font:20px arial;
	font-weight:bold;
  padding-left:0.8cm;
}

a.subsubNavigationInactive:hover{
	font:18px arial;
	font-weight:bold;
  padding-left:0.8cm;
}

a.subsubNavigationInactive{
	color:purple;
	text-decoration: none;
	font:18px arial;
  padding-left:0.8cm;
}

#subNavigation
{
  padding-left:1cm;
  padding-top:0.5cm;
  padding-bottom:4cm;
	font:20px arial;
	color:#999900;
	text-align:left;
	vertical-align:top;
	background-color:#c8bcd0;
	border-right-width:0px;
	border-bottom-width:0px;
	border-top-width:0px;
}

td#mainBody {
	width:100%;
	vertical-align:top;
	font:14px arial;
	color:#773377;
	padding:1cm;
	background-color:#d9d0e0;
	border-bottom-width:0px;
	border-top-width:0px;
/*	background-image: url(../pics/yellowbackgroundlighter.jpg);*/
}

table#prices {
	width=100%;
}

td.priceDescription {
	text-align:left;
	padding:0.2cm;
}
td.priceValue {
	text-align:left;
	padding:0.2cm;
	padding-right:1cm;
}

td.priceTitle {
	text-align:left;
	font-weight:bold;
	padding:0.2cm;
	padding-right:1cm;
}

img.f_right {
	float:right;
	padding:0.2cm;
}

img.f_left {
	float:left;
	padding:0.2cm;
}
/* ------------ content ------------ */

