@charset "UTF-8";

/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	}
/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	padding: 0;
	}

/* General Styles */
html {
	background: #F0BE1D url(images/renotech_bg.jpg) repeat-x;
	}
body  {
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(images/renotech_body_03.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	border: thin solid #FFFFFF;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF url(images/body_bg_03.jpg) no-repeat center top;
	position: relative;
	height: 280px;
	margin-top: 12px;
	margin-bottom: 15px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -1000em;
}


/* -------------- menubalk----------------------*/
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: 780px;
	background-color: #1b2748;
	text-align: center;
}

#header li{
	float: left;
}

#header li a:link, #header li a:visited {
	display: block;
	background: #1b2748;
	font: normal 1em/30px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	width: 170px;
	border-top: thin #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin #FFFFFF;
	border-left: thin #FFFFFF;
/*
	padding: .2em .5em;
	margin-right: .5 em;
*/
}

#header li a:hover, #header li a:active{
	color: #e1b2748;
	background: url(images/btn_rollOver_06.jpg) no-repeat;
}

#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #FFF;
	background: url(images/btn_rollOver_06.jpg) no-repeat;
	cursor: none;
}

/* -------------------- sidebar ---------------------*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 10px;
}

.twoColFixLtHdr #sidebar1 img {
	padding-bottom: 5px;
}

#sidebar1 ul{
	margin: 0px;
	padding:0;
	list-style:none;
}

#sidebar1 ul li {
	margin:0;
	padding:0;
	text-indent: 20px;
}

#menu {
	text-decoration: none;
	background-color: #FFFFFF;
	width: 170px;
}
#menu ul  {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#menu h1{
	color:#FFFFFF;
	background-color: #666666;
	font-size: .85em;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 5px;
	margin: 2px 0px 0px;
}
#menu ul a {
	font-size: .7em;
	line-height: 20px;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	list-style-type: none;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#menu ul a:link {
	color: #666666;
}

#menu ul a:visited {
	color:#999999;
}

#menu ul a:hover, #menu ul a:active{
	color:#666;
	background-color:#CCCCCC
}

#menu h2 {
	background-color: #666666;
	font-size: 1em;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 5px;
	display: block;
	list-style-type: none;
	text-align: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu h2 a {
	color:#FFFFFF;
	background-color: #666666;
	font-size: .85em;
	line-height: 24px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 5px;
	display: block;
	list-style-type: none;
	text-align: left;
	text-decoration: none;
}



#menu h2 a:hover {
	color:#CCCCCC;
	background-color: #333333;
}


/* -------------------- maincontent ---------------------*/
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 10px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent h1 {
	font: 1.8em/1.8;
	color: #e5b100;
	font-weight: normal;
}

.twoColFixLtHdr #mainContent p {
	font-size: 1em;
	line-height: 1.5;
	margin-right: 40px;
	text-align: justify;
}

.twoColFixLtHdr #mainContent p2 {
	font-size: 1em;
	line-height: 1;
	margin: 0px 0px -10px;
	padding: 0px;
	display: block;
}

.twoColFixLtHdr #mainContent ul {
	display: list-item;
	list-style-type: square;
	margin-right: 10px;
	margin-left: 1.5em;
}

.twoColFixLtHdr #mainContent li {
	line-height: 1.2;
	margin-bottom: 0.8em;
}
.twoColFixLtHdr  #mainContent  a {
	text-decoration: none;
	color: #000000;
}


/* -------------- fotogallerij -------------*/
.twoColFixLtHdr #flashcontent {
	height: 400px
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 400px;
	border: 0px none;
	frameborder="0";
	}
	
/* -------------- footer -------------------*/

.twoColFixLtHdr #footer{
	background-color: #1b2748;
	text-align: center;
	margin: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.twoColFixLtHdr #footer p {
	text-align: center;
	color: #FFFFFF;
	padding: 3px 0 3px 0px;
	margin: 5px 10px;
	font-size: 0.9em;
}

.twoColFixLtHdr #footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/* -------------- floats -------------------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

