/*
***********************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
*	    { 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

em { font-style: italic; }
strong { font-weight: bold; }
table {	border-collapse: collapse; border-spacing: 0; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after {	content: "";}
blockquote, q { quotes: "" "";}
caption, th, td { font-weight:normal; text-align:left; }
ol,  ul { list-style:none;}


#container{
height: 100%;
}

#header{
height: 86px;
width: 740px;
position: relative;
}

#navcontainer{
position: absolute;
left: 300px;
right: 5px;
top: 58px;
}

#navcontainer a{
text-decoration: none;
}

#navcontainer li {
list-style: none;
display: inline;
}

#logo{
background: url(../images/logo_rt_boardroom.jpg);
width: 223px;
height: 115px;
display: block;
position: absolute;
left: 0;
top: 0;
}

#logo a {
display: block;
cursor: pointer;
width: 223px;
height: 115px;
}

#logo span{ display: none;}


#container_content{
	min-height: 330px;
	height: auto !important;
	background: #000000;
	color: #FFF;
	width: 740px;
	display: inline;
	float: left;
}
	 
#content_image{
	min-height: 330px;
	height: auto !important;
	width: 264px;
	position: relative;
	padding-left: 127px;
	float: left;
}
		 
		#content_tekst{
		min-height: 330px;
		height: auto !important;
		width: 314px;
		float: left;
		}
		
		ol,  ul { 
	 	list-style:disc;
	 	padding-left: 2em;
	 	}
		 
		#watermerk{
		background: url(../images/right.gif);
		background-repeat: no-repeat;
		background-position:right bottom; 
		width: 100%;
		display: inline;
		float: left;
		}
 
 	 #footer{
	 width: 740px;
	 }
	 
	 #footer a{
	text-decoration: none;
	}
	 
	 #subcontainer{
		position: relative;
		right: 5px;
		top: 7px;
	 }
	 
	 #subcontainer li{
	list-style: none;
	display: inline;
	}