/* 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: .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 'Gastenboek (standaard/voorbeeld stylesheet)' */

/* Start of CMSMS style sheet 'Standaard' */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.top {
	background-image: url(/index/img/top_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	text-align: center;
	padding-top: 80px;
	font-size: 17px;
	font-style: italic;
}
.menu {
	background-image: url(/index/img/menu_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.oranje {
	background-image: url(/index/img/oranje_back.jpg);
	background-repeat: repeat-y;
}
.oranjetd {
	background-image: url(/index/img/left_oranje_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 30px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 180px;
}
.rechts {
	background-image: url(/index/img/right_bottom_logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D25510;
	margin: 10px;
	padding-top: 20px;
}
.content {
	padding: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.topright {
	background-image: url(/index/img/top_oranjefonds.jpg);
	text-align: right;
	color: #FFFFFF;
	padding-top: 7px;
}

.topright a {
	color: #FFFFFF;
}
.menu_item {
	padding-top: 18px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}
*html .menu_item {
	padding-top: 12px;
}
.menu_item a {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #D25510;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	text-decoation: underline;
	display: block;
	float: left;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 12px 2px 0px 2px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none}

#sddm li a:hover
{	}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000;
	border: 1px solid #000}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #000;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		}

	#sddm div a:hover
	{	background: #ccc;
		color: #fff}



/* End of 'Standaard' */


