/* Start of CMSMS style sheet 'Standaard' */
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
 background-color: #FFFFFF;
}
a {
  color: #A71601;
 text-decoration: none;
}
a:hover {
 color: #E69D5B;
 text-decoration: underline;
}
h1 {
  font-size: 13px;
}
img {
 border: 0;
}
ul {
	/*list-style-type: square;*/
	/*color: #A61600;*/
	margin-left: 0;
	padding-left: 1.5em;
        list-style-image: url('/index/img/ul_li.jpg'); 
}
ul li {
	/*color: #000;*/
	margin: 0;
	padding: 0;
}
.menutd, .menutd a {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}
.menutd a:hover {
	color: #E69D5B;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}
.menutd a.selected {
	color: #E69D5B;
}
.rood {
	background-color: #A61600;
	height: 12px;
	width: 12px;
}
.topmenu_table {
	margin-left: 18px;
}

.topmenu_table td {
	color: #A61600;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	vertical-align: center;
}
.topmenu_table a {
	color: #A61600;
	text-decoration: none;
	font-weight: normal;
}
.topmenu_table a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#content {
  vertical-align: top;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #000;
}
#topleft {
	padding-top: 20px;
	padding-left: 20px;
}

.apmedia a {color: #E69D5B}
.apmedia {color: #FFFFFF}
.border_wit {
 width: 185px;
 color: #FFFFFF;
 background-color: #A71601;
  /*border: solid #FFFFFF 1px;*/
  padding: 3px;
}

/* End of 'Standaard' */

/* 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)' */


