
/*

--------------------------------------
 Reunie website :: 
--------------------------------------

  - CSS sheed :: csstyle.php
  - version :: 0.5.0
  - Media :: screen
  
--------------------------------------

*/

/* Import Hack for IE 5 */
/*\*//*/@import "ie5styles.css";/**/

/* Tags */

html, body, #master { /* Set the height of master objects */
	min-height: 100%;
	height: 100%;
	width: 100%;
}

html>body, html>body #master {
	height: auto;
}

body { /* Properties that will be used throughout the site */
	background-image: url("images/bgcolor.jpg");
	font: 10pt "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px;
	width: 100%;
	height: 100%;
}
a { /* Properties for links */
	color: #003366;
	text-decoration: none;
}
a:hover { /* Properties for links when the mouse will hover over */
	color: #3399cc;
	cursor: pointer;
}
h2 {
	font-size: 12pt;
}
img {
	margin: 0px;
}

/* ID's */

/* Framework */

#master { /* The master layer this one contains the whole site */
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	width: 100%;
}
#content {
	height: auto;
	vertical-align: top;
}
#header { /* The image on top of the site */
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	height: 144px;
	width: 100%;
}
#middle { /* The part where the informatic part of the site will come */
	height: auto;
	width: 100%;
	padding-bottom: 50px;
	vertical-align: top;
}
head:first-child+body #middle {
	margin-bottom: 40px;
	height: 100%;
}
.clear {
	clear: both;
}

/* Menu */

#menu { /* The menu which will be used for navigation and other things... */
	float: left;
	height: auto;
	padding-bottom: 20px;
	position: relative;
	width: 205px;
}
head:first-child+body #menu {
	position: absolute;
	z-index: 0;
}

#mbody { /* Part where the navigation must come */
	height: 100%;
	margin-left: 20px;
	margin-right: 15px;
}

#mfooter { /* Used for spacing */
	height: 50px;
}

/* Body */

#body { /* The part where the informatic part of the site will come */
	height: 100%;
	padding-right: 20px;
	width: auto;
	vertical-align: top;
}
* html #body {
	float: right;
}
head:first-child+body #body {
	z-index: 0;
	padding-left: 220px;
}
#bbody { /* The part where the informatic part of the site will come */
	height: 100%;
}

/* Footer */

#footer { /* Place for jokes or copyright things... */
	background-color: #E4E9ED;
	border-top: 1px solid black;
	bottom: 0px;
	clear: both;
	height: 75px;
	width: 100%;
}

body:last-child #footer {
	position: fixed;
}
html:lang(nl) #footer { /* Firefox hack */
	bottom: 0px;
	height: 75px;
	position: fixed;
	width: 100%;
}

.smclogo {
	background-image: url("../../images/logoSMC.gif");
	float: right;
	margin-top: 5px;
	height: 66px;
	width: 144px;
}

.web {
	background-image: url("http://www.b-rem.nl/images/brem-logo-200.png");
	background-position: left;
	background-repeat: no-repeat;
	border-right: 1px dotted black;
	float: left;
	height: 65px;
	padding: 5px 0px;
	width: 200px;
}

.fbproductions {
	background-image: url("../../images/FBproductionklein.gif");
	display: block;
	margin: 5px;
	height: 20px;
	width: 97px;
}

.disclaimer {
	margin-top: 10px;
	margin-left: 250px;
}

/* classes */

/* Menu */

.mmodule { /* A module */
	margin: 0px;
}
.mspacer { /* Space between two modules */
	background-image: none;
	height: 10px; /* Space between to menu modules */
	width: 171px;
}

/* Menu bar */

.mbar { /* The bar ontop of each module */
	height: 21px;
	display: block;
	width: 171px;
}
* html .mbar {
	margin-bottom: -4px;
}
.mbarimage { /* The image on the left of each module bar */
	background-image: url("images/bar_image.jpg");
	height: 21px;
	position: absolute;
	width: 21px;
	z-index: 2;
}
.mbargradient { /* The gradient shown in the module bar */
	background-image: url("images/bar_gradient.jpg");
	background-repeat: no-repeat;
	height: 21px;
	left: 21px;
	position: absolute;
	width: 171px;
}
.mbartext { /* text in the bar */
	color: white;
	margin-left: 27px;
	vertical-align: middle;
}
.mbarbuttons { /* A layer with the open en close buttons on the right of the module bar */
	height: 19px;
	left: 140px;
	margin-right: 35px;
	position: absolute;
	width: 31px;
}

/* Body of module */

.mmiddle { /* The layer that holds two sidelines and the text in a module */
	background-color: #E4E9ED; 
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 0px;
	padding: 5px;
	width: 160px;
}
head:first-child+body .mmiddle {
	width: 160px;
}
.mcentretext { /* The textlayout */
	font-weight: bold;
}
.mlist { /* List in a module */
	list-style-image: url("images/listelement.jpg");
	margin: 0px;
	padding-left: 20px;
	position: relative;
}
.mlist li {
	margin-bottom: 5px;
	margin-left: 5px;
}
.mfooter {
	clear: both;
}

/* Open Menu */

.mopen { /* Layer which is opened and can be closed */
	display: block;
}
.mbarbuttonlefto { /* Left button if the module is open */
	background-image: url("images/barbuttonorangemin.jpg");
	background-image: url("images/barbuttonorange.jpg");
	float: left;
	height: 19px;
	margin-top: 1px;
	width: 15px;
}
.mbarbuttonlefto:hover { /* Left button when the mouse will hover over it */
	background-image: url("images/barbuttonorangemin.jpg");
	cursor: pointer;
}
.mbarbuttonrighto { /* Right button if the module is open */
	background-image: url("images/barbuttongreyr.jpg");
	float: right;
	height: 19px;
	margin-top: 1px;
	margin-right: 1px;
	width: 15px;
}

/* Closed Menu */

.mclose { /* Layer which is closed and can be opened */
	display: none;
}
.mbarbuttonleftc { /* Left button when module is closed */
	background-image: url("images/barbuttongreyl.jpg");
	float: left;
	height: 19px;
	margin-top: 1px;
	width: 15px;
}
.mbarbuttonrightc { /* Right button when module is closed */
	background-image: url("images/barbuttongreenplus.jpg");
	background-image: url("images/barbuttongreen.jpg");
	float: right;
	height: 19px;
	margin-top: 1px;
	margin-right: 1px;
	width: 15px;
}
.mbarbuttonrightc:hover { /* Right button when the mouse will hover over it */
	background-image: url("images/barbuttongreenplus.jpg");
	cursor: pointer;
}


/* Body */

/* Body Types */

.small_body_left {
	float: left;
	width: 49%;
}

.small_body_right {
	float: right;
	width: 49%;
}

/* Modules */

.bmodule { /* A module */
	margin: 0px;
	padding: 0px;
}
.bspacer { /* Space between two modules */
	background-image: url("images/bgcolor.jpg");
	height: 10px;
}

/* Bodymodule bar */

.bbar { /* The bar ontop of each module */
	display: block;
	height: 21px;
	width: 100%;
}
* html .bbar {
	margin-bottom: -4px;
}
.bbarimage { /* The image on the left of each module bar */
	background-image: url("images/bar_image.jpg");
	float: left;
	height: 21px;
	margin: 0px;
	width: 21px;
	z-index: 1;
}
* html .bbarimage { /* Hack die het alleen in IE doet */
	position: absolute;
}
.bbargradient { /* The gradient shown in the module bar */
	background-image: url("images/bar_gradient.jpg");
	background-repeat: no-repeat;
	float: right;
	height: 21px;
	width: 171px;
	z-index: 1;
}
@media all {
html[xmlns] .bbargradient {
	float: right;
}
* html .bbargradient { /* Hack die het alleen in IE doet */
	position: absolute;
	right: 20px;
}
}
.bbarsolid { /* The part in the bar where the text will come */
	background-image: url("images/bar_solid.jpg");
	height: 21px;
	margin: 0px;
	width: 100%;
}
.bbartext { /* text in the bar */
	color: white;
	margin-left: 27px;
}
@media all {
.bbartext {
	margin-left: 223px;
	margin-top: 2px;
	position: absolute;
}
* html .bbartext {
	margin-left: 27px;
	margin-top: 1px;
}
}
html:lang(nl) .bbartext {
	margin-left: 5px;
}
.bbarposter { /* poster of news */
	border-left: 1px dotted black;
	border-bottom: 1px dotted black;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	right: 21px;
	text-align: center;
	width: 150px;
}
.bbarposterc { /* poster of news */
	border-left: 1px dotted black;
	border-bottom: 1px dotted black;
	color: black;
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	right: 21px;
	text-align: center;
	width: 150px;
}
.bbarbuttons { /* A layer with the open en close buttons on the right of the module bar */
	float: right;
	height: 19px;
	width: 31px;
}

/* Body of module */

.bmiddle { /* The layer that holds two sidelines and the text in a module */
	padding: 0px;
}
.bcentretext { /* The textlayout */
	background-color: #E4E9ED;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
}
.blist { /* List in a module */
	margin: 0px;
	padding-left: 20px;
	position: relative;
}
.bfooter {
	clear: both;
}

/* Open Module */

.bopen { /* Layer which is opened and can be closed */
	display: block;
}
.bbarbuttonlefto { /* Left button if the module is open */
	background-image: url("images/barbuttonorangemin.jpg");
	background-image: url("images/barbuttonorange.jpg");
	float: left;
	height: 19px;
	margin-top: 1px;
	width: 15px;
}
.bbarbuttonlefto:hover { /* Left button when the mouse will hover over it */
	background-image: url("images/barbuttonorangemin.jpg");
	cursor: pointer;
}
.bbarbuttonrighto { /* Right button if the module is open */
	background-image: url("images/barbuttongreyr.jpg");
	float: right;
	height: 19px;
	margin-top: 1px;
	margin-right: 1px;
	width: 15px;
}

/* Closed Module */

.bclose { /* Layer which is closed and can be opened */
	display: none;
}
.bbarbuttonleftc { /* Left button when module is closed */
	background-image: url("images/barbuttongreyl.jpg");
	float: left;
	height: 19px;
	margin-top: 1px;
	width: 15px;
}
.bbarbuttonrightc { /* Right button when module is closed */
	background-image: url("images/barbuttongreenplus.jpg");
	background-image: url("images/barbuttongreen.jpg");
	float: right;
	height: 19px;
	margin-top: 1px;
	margin-right: 1px;
	width: 15px;
}
.bbarbuttonrightc:hover { /* Right button when the mouse will hover over it */
	background-image: url("images/barbuttongreenplus.jpg");
	cursor: pointer;
}

