/*
***********************************************************
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;}

body {
background: url(../images/bg.gif);
}

#container{
height: 100%;
}

#header{
height: 86px;
width: 740px;
position: relative;
}

#navcontainer{
position: absolute;
right: 5px;
top: 58px;
}

#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 span{
display: none;
}

#container_center{
background: url(../images/bg-center.gif) top left;
width: 100%;
display: inline;
float: left;
}

#container_center .tx-wecmap-pi1 {
	color: #000;
}
 	 
	 #container_content{
	 min-height: 330px;
	 height: auto !important;
	 background: #000000;
	 width: 740px;
	 display: inline;
	 float: left;
	 }
	 
		#content_image{
		 min-height: 330px;
		 height: auto !important;
		 width: 388px;
		 position: relative;
		 padding-left: 127px;
		 float: left;
		 }
		 
		#content_tekst{
		min-height: 330px;
		height: auto !important;
		width: 190px;
		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;
	 }
	 
	 #subcontainer{
		position: relative;
		right: 5px;
		top: 7px;
	 }
	 
	 #subcontainer li{
	list-style: none;
	display: inline;
	}
	
.tx-wecmap-pi1{
	color: #000000;
	font-size: 1em; 
	font-family: Arial,Helvetica,sans-serif; 
}

.tx-wecmap-pi1 input{
	background-color: #d3d3d3;
	border: 1px solid #666666;
	height: 16px;
	width: 100px;
	padding:0px 0px 0px 5px;
	margin-top: 6px;
}

body .tx-wecmap-pi1 .googledir *{
	background: #000;
	color: #FFF;
}

input[type="submit"]{
	position: absolute;
	background-color: #d3d3d3;
	border: 1px solid #666666;
	height: 18px;
	width: 40px;
	padding:0px 0px 0px 5px;
	margin-left: 4px;
	} 
	
#container_content #content_tekst table {
	font-size: 0.9em;
}

#container_content #content_tekst table a:hover {
	color: #FDC903;
}