body {
	color: #000;
	font-family: verdana;
	background: #45C3D2;
}

img { -ms-interpolation-mode : bicubic; } 

h1 { font-size: 300%; margin-bottom: 0.5em; }
h2 { font-size: 200%; margin-bottom: 0.5em; }
h3 { font-size: 150%; margin-bottom: 0.5em; }
h4 { font-size: 120%; margin-bottom: 0.5em; }
h5 { font-size: 100%; margin-bottom: 0.5em; }

h1,h2,h3,h4,h5 {color: #096E6B; font-weight: bold; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong,
.bold      	{ font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

p           { margin: 0 0 1.5em; }

.small      { font-size: 77%;  }
.large      { font-size: 123%; }
.hide       { display: none; }

.clearleft 	{ clear: left; }
.clearright { clear: right; }

.clearfix {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0%;
}

hr { border: none; border-bottom: 1px solid #CEE0F4; height: 0; }

.errorBox {  
	color: red; border: 1px solid red;
	margin: 20px 0;  padding:  1em 1em 1em 9.4em; font-size: 123%; }


/* CONTENTWRAPPER */
#contentWrapper { 
	width: 727px; 
	margin: 0 auto;
	padding-top: 67px;
}

/* HOMEPAGINA */
#contentWrapper #homepagina  { width: 640px; text-align: center; }
#contentWrapper #homepagina img { padding-bottom: 14px; }

a.but-more-info,
a.but-purchase { 
	display: block;
	height: 29px; width: 137px;
	margin: 0 auto;
}
a.but-more-info 		{ background: url('../../img/but_info_en.jpg') no-repeat 0 0; }
a:hover.but-more-info 	{ background: url('../../img/but_info_en.jpg') no-repeat 0 -30px; }

a.but-purchase			{ background: url('../../img/but_purchase_en.jpg') no-repeat 0 0; }
a:hover.but-purchase	{ background: url('../../img/but_purchase_en.jpg') no-repeat 0 -30px; }


.languageList {
	float: right; width: 180px; text-align: left; color: white; font-weight: bold; font-variant: small-caps;
}
.languageList a:link,
.languageList a:visited,
.languageList a:hover,
.languageList a:active { text-decoration: underline; color: #fff; }

/* CMS PAGINAS */
#contentWrapper #left,
#contentWrapper #content { 
	float: left;
}


/* NONE HOMPAGE BUTTONS */
a.but-purchase-uni,
a:link.but-purchase-uni,
a:visited.but-purchase-uni 			{ 
	display: block; width: 130px;
	height: 23px; 
	padding: 7px 0 0 7px;
	
	* height: 23px;
	* padding: 6px 0 0 7px;
	
	text-decoration: none;
	color: #fff; font-size: 85%; font-weight: bold;
	background: url('../../img/back-but-purchase-uni.gif') no-repeat 0 0; 
}
a:hover.but-purchase-uni	{ 
	color: #FFEA00;
	background: url('../../img/back-but-purchase-uni.gif') no-repeat 0 -31px; 
}
a:active.but-purchase-uni { color: #fff; }

/* LEFT COLUMN */
#contentWrapper #left {
	width: 190px; height: 596px;
	background: url('../../img/back-left.jpg') no-repeat 0 0;
}
#contentWrapper #left #logo {
	padding: 9px 0 0 27px; 
	height: 74px;
}
#contentWrapper #left #navigationWrapper {
	height: 488px;
	padding: 3px 12px 0 18px;
}



/* OPBOUW NAVIGATIE MENU */
#contentWrapper #left #navigationWrapper ul {}
#contentWrapper #left #navigationWrapper li { 
	padding: 5px 0 5px 12px;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #458AC1;
	font-size: 85%; font-weight: bold;
	background: url('../../img/bullet-nav-off.gif') no-repeat 0 7px;
	display: block; 
}
#contentWrapper #left #navigationWrapper li.selected {
	background: url('../../img/bullet-nav-moving.gif') no-repeat 0 7px;
}
#contentWrapper #left #navigationWrapper li a 				{ color: #000; text-decoration: none; }
#contentWrapper #left #navigationWrapper li a:hover 		{ color: #FF100B; }

#contentWrapper #left #navigationWrapper ul					{}
#contentWrapper #left #navigationWrapper ul li 				{}
#contentWrapper #left #navigationWrapper ul li ul 			{ 
																margin: 1px 0 1px 0; 
																*margin: -10px 0 2px 0;
															}
#contentWrapper #left #navigationWrapper ul li ul li 		{ font-size: 100%; border-color: #CCCCCC; }
#contentWrapper #left #navigationWrapper ul li ul li ul  	{}
#contentWrapper #left #navigationWrapper ul li ul li ul li 	{ font-size: 100%; }


#contentWrapper #left #navigationWrapper .buttonWrapper 	{ padding: 12px 0 0 12px; }


/* CONTENT COLUMN */
#contentWrapper #content {
	width: 537px; height: 588px;
	background: url('../../img/back-content-repeat.gif') repeat-y;
}
#contentWrapper #content #swfWrapper {
	width: 530px; height: 212px;
	padding: 8px 0 0 6px;
	background: url('../../img/back-content-top.gif') no-repeat 0 0;
}
#contentWrapper #content #cms-content {
	width: 477px; height: 364px;
	padding: 10px 20px 0 20px;
	overflow: auto; scroll: auto;
	font-size: 85%; line-height: 145%;
}
#contentWrapper #content #content-foot { 
	position: absolute; 
	height: 87px; width: 568px;
	top: 576px;
}


#contentWrapper #content #cms-content h1.pageTitle { font-size: 150%;  }



/* CMS PAGES */
#contentWrapper #cms-content ul li { 
	padding: 0 0 0 9px; 
	background: url('../../img/liBulletStandard.gif') no-repeat 0 6px;
}







/* FOOTER */
#footer { 
	width: 850px; height: 60px; 
	margin: 0 auto; padding-top: 40px;
	text-align: center;
	color: #fff; font-size: 75%;
}
#footer a	{ text-decoration: underline; color: #fff; }





a,
a:link,
a:visited 	{ text-decoration: underline; color: #008CFF; }
a:hover 	{ text-decoration: none; color: #73C2F1; }
a:active 	{ text-decoration: underline; color: #008CFF; }
