<!--
/* kleuren
Achtergrond = #fbf0e9;
Oranje = #e4701e;
Paars = #61116a;

*/

* { padding: 0; margin: 0; font-family:Verdana, Geneva, sans-serif; font-size: 12px; }
body { padding: 0; margin: 0; background-color: #fbf0e9; font-family:Verdana, Geneva, sans-serif; font-size: 12px; }
img { border: 0; }
a { text-decoration: none; color: #e4701e; outline: none;}
a:hover { text-decoration:underline; }
a:active { outline: none; }

#holder { position: relative; margin: 0 auto; width: 1020px;}
#logo { position: absolute; top: 340px; left: 40px;  width: 144px; height: 120px; }
#header { position: absolute; left: 0; top: 0; width: 1020px; height: 285px; }
#row1 { position: relative; left: 0px; top: 0px; width: 1020px; height: 81px; float: left;  background-image:url(http://www.irisspirituelereizen.nl//themes/iris_theme/images/row1.jpg); }
#row2 { position: relative; left: 0px; top: 0px; width: 1020px; height: 130px; float: left; background-image:url(http://www.irisspirituelereizen.nl//themes/iris_theme/images/row2.jpg); }
#row3 { position: relative; left: 0px; top: 0px; width: 1020px; height: 96px; float: left; background-image:url(http://www.irisspirituelereizen.nl//themes/iris_theme/images/row3.jpg); }
#body_holder { position: relative; left: 0px; top: 0px; width: 1020px; height: auto; float: left; }
#left_sidebar { position: absolute; left: 40px; top: 500px; width: 200px; height: auto; }
#content { position: relative; left: 280px; top: 440px; width: 630px; height: auto; min-height: 350px; _height: 350px; font-size: 16px; color: #61116a;  }
#footer { position: relative; bottom: 0px; width: 100%; height: 20px; margin-top: 20px; padding-top: 20px; text-align: center; font-size: 10px;}

/* MENU */

#menu_holder { position: absolute; width: 690px; height: 155px; top: 280px; left: 280px; z-index: 1;}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 24px;
	outline: none;
}

#nav a {
	display: block;
	width: 10em;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#nav li {
	float: left;
	width: 170px;
	text-transform:uppercase;
	outline: none;
}	

#nav li .sub a {
	font-size: 12px;
	font-weight: normal;
	text-transform:lowercase;
	text-decoration: none;
	color: #e4701e;
}

#nav li .sub a:hover {
	color: #61116a;
}

ul .sub .active {
	font-weight: bold !important;
	color: #61116a !important;
}
-->