/* Start of CMSMS style sheet 'style' */
/* Standaard HTML stijlen */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #e5e5e5;
}

img {
	border: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
        margin-top: 12px;
        margin-bottom: 12px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

p {
        margin-top: 10px;
        margin-bottom: 10px;
}

ul {
	margin-top: 0px;
}

/* Standaard pagina's */

#site {
        background: white;
        position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}

#header {
	position: relative;
	height: 160px;
        width: 900px;
}

#header ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#subPage {
        position: relative;
        float: left;
        width: 900px;
        background: #7f8ea0;
}       

#content {
        width: 700px;
        float: right;
	padding-top: 10px;
	padding-right: 20px;
        padding-left: 20px;
	padding-bottom: 10px;
	text-align: left;
        background: #ffffff;
        border-bottom: 1px solid #7f8ea0;
}

#footer {
        width: 900px;
        text-align: left;
        font-size: 10px;
        background: #e5e5e5;
}

#footer a {
        color: #666666;
        text-decoration: none;
}

#footer a:hover {
        color: #666666;
        text-decoration: underline;
}

/* standaard functies */

#news {
	float: right;
	width: 350px;
	color: white;
}

#news a {
	color: white;
        text-decoration: none;
        font-weight: normal;
}

#news li {
	list-style: none;
}

#news_more {
	width: 350px;
	text-align: right;
	font-style: italic;
}

#new_more a:hover {
	color: #cccccc;
	font-style: italic;
        text-decoration: underline;
}


/* Menu stijlen (hoofdmenu) */

#menu {
	background: #7f8ea0;
        position: relative;
	height: 20px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
        padding-top: 2px;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#nav li {
        float: left;
        padding-left: 5px;
        padding-right: 15px;
	white-space: nowrap;
	list-style: none;
}

#nav a {
        display: block;
	color: #FFFFFF;
        font-weight: normal;
	text-decoration: none;
}

#nav a:hover {
        display: block;
	color: #E2E2E2;
	text-decoration: none;
}

/* Submenu */

#subMenu {
        float: left;
        width: 160px;
        background: #7f8ea0;
}

#navSub {
        border-top: 1px solid white;
        margin: 0;
        padding: 0;
        font-size: 11px;
        font-weight: normal; 
}

#navSub li {
        width: 160px;
 	list-style: none;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 5px;
        margin: 0;
        background: #9eaab8;
        border-bottom: 1px solid white;
}

#navSub a {
        display: block;
        cursor: pointer;
        width: 160px;
	color: #ffffff;
	text-decoration: none;
}

#navSub a:hover {
        display: block;
        cursor: pointer;
        width: 160px;
	color: #ffffff;
	text-decoration: underline;
}

/* formulier */

input, textarea {
        margin-top: 2px;	
        border: 1px #666666 solid;
	padding: 2px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

submit {
        margin-top: 2px;
	background: #999999 url(uploads/images/submit.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.defaultform input, .defaultform textarea  {
        margin-top: 2px;
	border: 1px #666666 solid;
	padding: 2px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.defaultform submit {
        margin-top: 2px;
	background: #999999 url(uploads/images/submit.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* specifiek: hoofdpagina */

#homepage {
        position: relative;
        width: 894px;
        height: 320px;
        padding: 3px;
        color: white;
        background: #9eaab8;
}

#ritsema {
  float: left;
  width: 520px;
}

#homePart2 {
        position: relative;
        width: 900px;       
        color: white;
}

#homePart2 table {
  width: 100%;
  background: #7f8ea0;
  float: left;
  padding: 1px;
}

#homePart2 td {
  background: #9eaab8;
  padding: 5px;
}

#homePart2 h1 {
  margin-top: 0;
}

/* Breadcrumbs */

#breadcrumbs {
  float: left;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #66CC00;
}

#breadcrumbs a {
  color: #66CC00;
  text-decoration: underline;
}

#breadcrumbs a:hover {
  color: #66CC00;
  text-decoration: underline;
}

/* Nieuwspagina */

#NewsPostDetailTitle h1 {
             margin-bottom: 2px;
}

#NewsPostDetailDate {
  font-size: 9px;
 }

#NewsPostDetailSummary {

}

#NewsPostDetailCategory {

}

#NewsPostDetailAuthor {

}

#NewsPostDetailContent {
  padding: 20px;
}

#NewsPostDetailPrintLink {

}

#NewsPostDetailReturnLink {

}

#NewsDetailField {

}

/* End of 'style' */

