html,body{
	margin : 0;
	padding : 0;
	background-color : #d3ecf2;
	height : 100%;
}

html,body, table{
	line-height : 19px;
	font-family : Arial;
	font-size : 12px;
	color : #000000;
}

a, a:link, a:visited, a:active {
	color : #1C1C86; 
	text-decoration : none;
}
a:hover{
	color : #000000; 
	text-decoration : none;
}

form {
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

hr {
	background-color : #C4C6C8;
	color : #C4C6C8;
	border : 0;
	margin : 0;
	height : 1px;
}

input, select, textarea {
	position : relative;
}

h1 {
	padding : 0 0 0 0;
	margin :  0 0 10px 0;
	font-family : Arial;
	font-weight : normal;
	font-size : 22px;
	color : #1C1C86;
	line-height : normal;
}

h2 {
	padding : 0 0 0 0;
	margin :  0 0 7px 0;
	font-family : Arial;
	font-weight :  bold;
	font-size : 12px;
	color : #1C1C86;
	line-height : normal;
}

h3 {
	padding : 0 0 0 0;
	margin :  0 0 7px 0;
	font-family : Arial;
	font-weight :  bold;
	font-size : 16px;
	color : #1C1C86;
	line-height : normal;
}

h4 {
	padding : 0 0 0 0;
	margin :  0 0 7px 0;
	font-family : Arial;
	font-weight :  bold;
	font-size : 14px;
	color : #1C1C86;
	line-height : normal;
}

h5 {
	padding : 0 0 0 0;
	margin :  0 0 7px 0;
	font-family : Arial;
	font-weight :  bold;
	font-size : 13px;
	color : #1C1C86;
	line-height : normal;
}

h6 {
	padding : 0 0 0 0;
	margin :  0 0 7px 0;
	font-family : Arial;
	font-weight :  bold;
	font-size : 11px;
	color : #1C1C86;
	line-height : normal;
}

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */


.container {
	margin : 0 auto;
	width : 980px;
}

.holder {
	position : absolute;
	border-left : 5px solid #dadada;
	background-color : #FFFFFF;
	border-right : 5px solid #dadada;
	width : 980px;
	height : auto !important; /* real browsers */
	height : 100%; /* IE6: treaded as min-height*/
	min-height : 100%; /* real browsers */
}

.top_holder {
	width : 980px;
}

.header {
	border-bottom : 10px solid #1c1c86;
	width : 980px;
	height : 90px;
}

.header_l {
	float : left;
	line-height : 0;
	font-size : 0;
	width : 300px;
	height : 90px;
}

.header_r {
	float : left;
	padding : 10px 20px;
	text-align : right;
	font-size : 11px;
	width : 640px;
	height : 70px;
}

.header_r a , .header_r a:link, .header_r a:active, .header_r a:visited {
	color : #1c1c86;
	text-decoration : underline;
}

.header_r a:hover {
	color : #1c1c86;
	text-decoration : none;
}

.moodbar {
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	font-size : 0;
	line-height : 0;
	width : 980px;
}

.content {
	float : left;
	background-image : url(http://www.acqua-magic.com/gfx/stippel.gif);
	background-position : left 1px;
	background-repeat : repeat-x;
	border-top : 10px solid #a7f6f4;
	padding : 25px 0 51px; /* bottom padding for footer */
}

.links {
	float : left;
	width : 220px;
	padding: 0 0 20px 0;
}

.menu {
	float : left;
	padding : 0 0 20px;
	width : 220px;
}

.menu ul {
	float : left;
	border-bottom : 1px dotted #75b8cb;
	margin : 0;
	padding : 0;
	list-style-type : none;
}

.menu ul li {
	float : left;
	position : relative;
	border-top : 1px dotted #75b8cb;
	line-height : normal;
	font-weight : bold;
	font-family : Arial;
	font-size : 12px;
}

.menu ul li a, .menu ul li a:link, .menu ul li a:active, .menu ul li a:visited {
	float : left;
	background-color : #FFFFFF;
	padding : 6px 0 6px 20px;
	text-decoration : none;
	color : #1C1C86;
	width : 200px;
}

.menu ul li a:hover {
	float : left;
	background-color : #a7f6f4;
	padding : 6px 0 6px 20px;
	text-decoration : none;
	color : #1C1C86;
	width : 200px;
}

.menu ul li.select a, .menu ul li.select a:link, .menu ul li.select a:active, .menu ul li.select a:visited, .menu ul li.select a:hover{
	float : left;
	background-color : #1C1C86;
	padding : 6px 0 6px 20px;
	text-decoration : none;
	color : #FFFFFF;
	width : 200px;
}

.menu ul li ul.sub{
	float : left;
	border-bottom : none;
	margin : 0;
	padding : 0 0 0 20px;
	list-style-type : none;
}

.menu ul li ul.sub li {
	float : left;
	position : relative;
	border-top : 1px dotted #75b8cb;
	line-height : normal;
	font-weight : 100;
	font-family : Arial;
	font-size : 11px;
}

.menu ul li ul.sub li a, .menu ul li ul.sub li a:link, .menu ul li ul.sub li a:active, .menu ul li ul.sub li a:visited {
	float : left;
	background-color : #FFFFFF;
	padding : 6px 0 6px 20px;
	text-decoration : none;
	color : #284a70;
	width : 180px;
}

.menu ul li ul.sub li a:hover {
	float : left;
	background-color : #a7f6f4;
	padding : 6px 0 6px 20px;
	text-decoration : none;
	color : #1C1C86;
	width : 180px;
}

.menu ul li ul.sub li.select a, .menu ul li ul.sub li.select a:link, .menu ul li ul.sub li.select a:active, .menu ul li ul.sub li.select a:visited, .menu ul li ul.sub li.select a:hover{
	float : left;
	background-color : #1C1C86;
	padding : 6px 0 6px 20px;
	text-decoration : none;
	font-weight : bold;
	color : #FFFFFF;
	width : 180px;
}

.linkerkolom {
	float : left;
	padding : 0 20px 20px;
	font-size : 11px;
	width : 180px;
}
.box_holder{
	float : left;
	background-color : #D3ECF2;
	width : 200px;
	padding: 0;
	margin: 0 0 0 20px;
}
.box_t{
	float : left;
	background-image : url(http://www.acqua-magic.com/gfx/box_top.png);
	background-position : left top;
	background-repeat : no-repeat;
	line-height : 0;
	font-size : 0;
	width : 200px;
	height : 18px;
}
.box_m{
	float : left;
	padding : 0 15px;
	width : 170px;
	overflow-x: hidden;
	font-size : 11px;
}
.box_b{
	float : left;
	background-image : url(http://www.acqua-magic.com/gfx/box_onder.png);
	background-position : left top;
	background-repeat : no-repeat;
	line-height : 0;
	font-size : 0;
	width : 200px;
	height : 18px;
}

.rechts {
	float : left;
	padding : 0 25px 25px;
	width : 710px;
}

.footer {
	position : absolute;
	bottom : 0;
	left : 0;
	background : #a7f6f4;
	border-top : 1px dotted #1C1C86;
	padding : 20px 20px 0;
	line-height : normal;
	font-size : 11px;
	width : 940px;
	height : 30px;
}

.footer_l {
	float : left;
	color : #1C1C86;
	width : 660px;
	height : 30px;
}

.footer_r a , .footer_r a:link, .footer_r a:active, .footer_r a:visited {
	color : #1C1C86;
	text-decoration : underline;
}

.footer_r a:hover {
	color : #1C1C86;
	text-decoration : none;
}

.footer_r {
	float : left;
	text-align : right;
	color : #74CFCB;
	width : 280px;
	height : 30px;
}

.footer_r a , .footer_r a:link, .footer_r a:active, .footer_r a:visited {
	color : #74CFCB;
	text-decoration : none;
}

.footer_r a:hover {
	color : #74CFCB;
	text-decoration : none;
}
