/* Start of CMSMS style sheet 'IOCH' */
html { height: 100%; }

#menu {
float: left;
width: 190px;
background-color: #29639c;
height: 100%;
}

#tekst {
margin-top: 185px;
margin-left: 195px;
padding: 4px;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}

body {
margin: 0px;
font-size: 90%;
height: 100%;
font-family: Verdana, Arial, Serif;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#container {
width: 100%;
height: 100%;
}

#leftmenu .currentpage, #rightmenu .currentpage  {
color: #85b2de;
}

#innermenu .currentpage {
color: #85b2de;
}

#top {
height: 156px;
width: 100%;
text-align: center;
background: url('uploads/images/site/topbar.jpg') repeat-x;
position: relative;
z-index: 10;
}

body { background: url('uploads/images/site/back.jpg') repeat-y; margin-bottom: 30em; }

#logo {
margin: 0 auto;
background: url('uploads/images/site/header.gif') no-repeat 50%;

text-align: left;
height: 180px;
top: 0px;
left: 14%;
}

#content {
position: absolute;
width: 100%;
z-index: 1;
height: 100%;
top: 0px; left: 0px;
}

#content h1 { text-align: center; }

#innermenu {
margin-top: 168px;
padding-left: 5px;
background-color: #29639c;
line-height: 18px;
}

#innermenu a {
color: #ffffff;
display: block;
padding: 4px;
background: url('uploads/images/site/menusep.jpg') no-repeat 0px 23px;
font-size: 70%;
font-weight: bold;
}

#innermenu a:hover {
background: url('uploads/images/site/menuhover.jpg') no-repeat 0px 3px;
}

#leftmenu, #rightmenu {
color: #7aaadb;
font-size: 70%;
font-weight: bold;
padding-top: 136px;
}

#leftmenu a, #rightmenu a {
color: #ffffff;
}

#leftmenu {
float: left;
text-align: right;
width:42%;
}

#rightmenu {
margin-left: 58%;
text-align: left;
}

h1 { 
color: #29639c;
font-size: 140%;
margin: 0;
padding: 0;
}

h2 {
font-size: 120%;
}

.seperator {
margin: 0 auto;
width: 596px;
background: url('uploads/images/site/seperator.jpg') no-repeat;
height: 12px;
margin-bottom: 10px;
}
/* End of 'IOCH' */

/* Start of CMSMS style sheet 'Module: Gastenboek' */
/* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #069;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #385C72;
	color: white;
	border: 1px solid black;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #eee;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

/* End of 'Module: Gastenboek' */

