/* Start of CMSMS style sheet 'Standaard volleyball' */
h1 {
	margin-top: 20px;
	color: #000000;
	font-size: 16px;
}
.nieuws {
	margin: 15px;
	font-size: 10px;
}
.menu {
	background-image: url(/index/img/menu_back.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.submenu {
	background-color: #000000;
	background-image: url(/index/img/submenu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;
}
.submenu a {
	color: #FFFFFF;
	text-decoration: undeline;
}
.content_container {
	background-image: url(/index/img/content_back.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.content_footer {
	background-image: url(/index/img/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 39px;
}
.footer {
	color: #FFFFFF;
	padding: 6px;
}
.footer a {
	color: #FFFFFF;	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu_active {
	color: #000000;
	text-align: center;
	background-color: #C7E1A8;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	cursor: hand;
}
.menu_active a {
	color: #000000;
	text-decoration: none;
}
.menu_item {
	text-align: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	cursor: hand;
}
.menu_item a {
	color: #FFFFFF;
	text-decoration: none;
}
#sannehalf {
	background-image: url(/index/img/sannehalf_back.jpg);
	background-repeat: repeat-y;
}
#top_left {
	background-image: url(/index/img/top_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 265px;
}
#top_right {
	background-image: url(/index/img/top_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 204px;
}
.menu_seperator {
	background-color: #C7E1A8;
	width: 1px;
}
.content_container a, .content_container a:visited {
color: #ff6600;
}
.submenu a, .submenu a:visited {
color: white;
}

/* End of 'Standaard volleyball' */

/* Start of CMSMS style sheet 'Nieuws' */
.nieuws_tr
{
  background-color: #eee;
}

.nieuws_kop
{
  padding-left: 15px;
  font-weight: bold;
}

.nieuws_datum
{
  width: 80px;
  padding-right: 15px;
  text-align: right;
}
/* End of 'Nieuws' */

/* Start of CMSMS style sheet 'Gastenboek (standaard/voorbeeld stylesheet)' */
/*
 Standaard/voorbeeld stylesheet voor de CMSMS Gastenboek module.
Deze kan overschreven worden bij een module upgrade en wordt verwijderd als de module ge-deinstalleerd wordt; maak dus een kopie bij eventuele aanpassingen.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: 1.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 #000;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #80C908;
	color: black;
	border: 0px solid black;
	margin: 5px;
	padding: 5px;
}
.cms-guestbook-entry-header a
{
	color: #000;
}

/* 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 'Gastenboek (standaard/voorbeeld stylesheet)' */


