/* Start of CMSMS style sheet 'De Rust Zelve' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 66%;
	line-height: 1em;

}

/* mac hide \*/
html, body {min-height:100%; height:100%; }
/* end hide*/

/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}

a, a:link a:active {
	text-decoration: none;
	background-color: inherit;
	color: #c30092;
}
a:visited {
       	text-decoration: none;
	background-color: inherit;
	color: #c30092;

}
a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #c30092;
}

/*****************basic layout *****************/
body {
   margin: 0;
   height: 100%;

}

#linkfoto {
   position: absolute;
   margin-left: 145px;
   margin-top: 245px;
   width: 285px;
   height: 285px;
}

#pagewrap {
   width: 100%;
   min-width:1000px;
   height:100%;
   min-height:600px;
}

#pagewrap1 {
   position:relative;
   margin-left:auto;
   margin-right:auto;
   top:50%;
   margin-top:-355px;
   width: 1000px;
   height: 710px;
}

#pagewrap2 {
   position:relative;
   margin-left:auto;
   margin-right:auto;
   background: url(images/cms/bckgnd.png) no-repeat;
   width: 1000px;
   height: 710px;
}

#menu {
   position:absolute;
   margin-left:624px;   
   margin-top:80px;
   font-size:116%;
   min-width: 420px;
}

#homelink a {
   position: absolute;
   margin-left:580px;   
   margin-top:80px;
   font-size:116%;
   min-width: 40px;
   color: #c30092;
}

#imagerotator {
   position: absolute;
   z-index:-10;
   margin-top: 120px;
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   width: 585px;
   height: 585px;
}

div#scroll_down {
  position:absolute;
   z-index:4;
  margin-left: 355px;
  margin-top:275px;
  height:30px;
  width:30px;
  cursor: pointer;

}

div#scroll_up {
  position:absolute;
   z-index:4;
  margin-left: 355px;
  margin-top: 25px;
  height:30px;
  width:30px;
  cursor: pointer;

}

#content {
   position: absolute;
   margin-left: 525px;
   margin-top: 190px;
   width: 350px;
   height: 350px;
}

#footer {
   position: absolute;
   margin-top: 623px;
   margin-left: 100px;
   width:810px;
}

#main {
   z-index:2;
   position: absolute;
   padding: 18px 0px 30px 0;
   height: 281px;
   width:350px;
   border-top:1px solid #0094A5;
   color: #000;
}

#mainoverlay {
   z-index:-10;
   position: absolute;
background: url(images/cms/overlay.png) no-repeat;
width: 401px;
height: 45px;
margin-bottom: -10px;
}

#contentoverlay {
position: absolute;
margin-top: 430px;
width: 385px;
height: 20px;
background: url(images/cms/fadeout.png) repeat-x;
}


/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #c30092;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.2em;
	text-align: right;
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */

/* a larder than h1 line height */
	line-height: 1.5em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #0b98a8;
	font-size: 1.1em;
	line-height: 1em;
	margin: 0px 0px 10px 0;
}
div#content h4 {
	color: #0b98a8;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #0b98a8;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #0b98a8;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */

#footer {
 font-size: 110%;
 color: #c30092;
}

#content {
   color: #323232;
   font-size: 114%;

}
#main {
   overflow: auto;
   
}

p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* End of 'De Rust Zelve' */

