/* StadsRing Core */

body {
	background: #f0f0f0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #4b4d4f;
}
#container {
	background: #fff url(img/container_bg.jpg) repeat-y top left;
	width:992px;
	margin: 0 auto;
	padding:0;
}
#top_border_container {
	background: url(img/top_border_container.jpg) no-repeat top left;
	width:992px;
	height:50px;
}
/*Start left block inside container*/
#colLeft {
	float: left;
	width:654px;
	padding: 0;
	margin: 0;
}
#header {
	width:654px;
	height:150px;
}
#headerFlash {
	margin-left: 23px;
}
#content {
	width:654px;
}
.content_text {
	float: left;
	padding: 0px 45px 45px 45px;
	width:593px;
}
.content_text ul {
	margin-top: 0;
	margin-bottom: 0.7em;
}
#navigation {
	width:654px;
	height:16px;
    margin-top: 0px;
   _margin-top: -10px;		
}
#navigationText {
	margin-left: 23px;
}
#navigationMenu {
	width:654px;
    margin-top: 65px;
    _margin-top: 30px;
	margin-bottom: 50px;
}
#navigationMenuText {
	margin-left: 46px;
}
/*End Right block inside container*/

/*Huurderlijst styles*/
.mcl_newslist_body {
	background: #fff url(img/addresslist_bg.gif) repeat-y top left;
	width: 516px;
	height: 200px;
	margin-top: 15px;
}
.mcl_newslist_image {
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
}
.readMore {
	padding-left: 190px;
	font-weight: bold;
}

/*Start Right block inside container*/
#colRight {
	float: left;
	width:338px;
	margin: 0;
	_margin: -28px; /*Keeps the right block on the right side*/
	overflow: auto;
}
.company {
	background: url(img/company.gif) no-repeat top left;
	width:338px;
	height:334px;
}

div[class="company"]{height:314px;}

#rightpane {
	width:338px;
}
#rightpane_text {
	padding:0px 0px 40px 20px;
	width:224px;
}

/* End Right block inside container*/

#border_bottom_container {
	float: none;
	clear: both;
	background: url(img/border_bottom_container.gif) no-repeat top left;
	width:992px;
	height:146px;
	margin: 0px auto;
}
h1 {
	font-size: 1.4em;
	letter-spacing:0.1px;
}

h2 {font-size:1.2em}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ADB5BB;
	font-weight: bold;
	padding:0;
	margin: 0;
}
h1, h2, h3{
	margin-bottom:0;
}
p{
	margin:0;
	margin-bottom: 0.7em;
	line-height: 1.6em;
} 
#footerMenuContainer {
	width:992px;
	margin: 0 auto;
	color:#B1B1B1;
	font-size:7pt;
}
#footerMenu {
	margin-left: 27px;
	padding-bottom:15px;
}
.footerMenuText {
	background: #f0f0f0;
	padding: 0 5px 0px 0px;
	width:100%;
}
#footerMenuText, a:link {
	color: #7f8386;
}
a:visited {
	color: #7f8386;
}

ul {
	list-style: url(img/stripe.gif) none;
}

.SubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input {
	margin-bottom: 10px;
}

#content li {
	line-height: 1.6em;
}

/* solparts menu */
.ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon {
	display: none;
}
label {
	margin-right: 4px;
}

.ModuleTitle_SubMenu
{
	background: #fff;
	border: 1px solid #006633;
	cursor: hand;
	cursor: pointer;
	filter: none;
	font-weight: normal;
	margin: 0 0 0 1px;
	padding: 0px;
	z-index: 1000;
}

.ModuleTitle_MenuItem {
	border: 0;
	color: #666666;
	font-style: normal;
	height: 22px;
	padding: 0px 15px 0px 16px;
}

/* module menu padding */ 
.ModuleTitle_MenuItemSel {
	color: #fff;
	background-color: #006633;
	border: 0;
	cursor: hand;
	height: 22px;
	padding: 0px; /* 15px 0px 16px;*/
	margin: 0 0 0 1px;
}

.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel {
	padding: 0 5px 0 0;
}


