/* Start of CMSMS style sheet 'Stal Huize Ruurlo CSS' */
* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #3d93cc; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #3d93cc;
}


a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #3d93cc;
}

/*****************
basic layout 
*****************/

body {
   background: url(uploads/images/bg.jpg) left top repeat;
   background-color: #63524a;
   color: #333;
   margin: 0 0 15px 0;
}

div#pagewrapper {
   position: relative;
   margin: 0 auto;     
   width: 996px;
   background: url(uploads/images/wrapper_bg.jpg) left top repeat-y;  
   background-color: #FFF;
   color: #353535;
   border-left: 3px #372e29 solid;
   border-right: 3px #372e29 solid;
   border-bottom: 3px #372e29 solid;
   overflow: hidden;
}

#container {
   float: left;
}

div#header {
   height: 163px;
   background: url(uploads/images/header_bg.jpg) left top no-repeat;
   background-color: #5b4d44;
   width: 996px;      
}

div#header h1 {
  background: url(uploads/images/logo_stal_huize_ruurlo.jpg) left top no-repeat;
  position: absolute;
  left: 22px;
  top: 50px;
  width: 172px;
  height: 217px;
  overflow: hidden;
  text-indent: -999px;
}

div#bar {
   border-bottom: 1px solid #fbd75f;
   background-color: #ffe700;
   height: 10px;
   min-height: 10px;
   margin-left: 27px;
}

div#content {
   float: left;
   width: 791px;
   background: url(uploads/images/main_bg.jpg) right top no-repeat;  
}

div#main {
   padding: 45px 40px 50px 60px;
   width: 691px;
   min-height: 486px;
   _height: 486px;
}

#main_tekst{
padding: 0px;
margin: 0px;
float: left;
width: 408px;
}

#nieuws {
padding: 0px;
margin: 0px;
float: left;
width: 268px;
margin-left: 10px;
}

#nieuws p {
font-size: 10px;
font-family: verdana;
}

div#taalkeuze {
   position: absolute;
   right: 20px;
   top: 193px;
   z-index: 99px;
}

div#taalkeuze img {
   padding-left: 10px;
}

div#sidebar {
   float: left;
   width: 205px;
   min-height: 586px;
   height: 586px;
   background: url(uploads/images/menu_bg.jpg) left top no-repeat;   
}

div#footer {
   width: 756px;
   clear: both;
   color: #ff8400;
   border-top: 1px solid #fbd75f;
   background-color: #ffe700;
   margin-left: 27px;
   padding: 4px;
}

div#footer p {
   font-size: 12px;
   text-align: center;
   margin: 0;
   line-height: 16px;
   color: #ff8400;
}

div#footer p a {
   color: #ff8400; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}


/********************
CONTENT STYLING
*********************/
div#content {
}

/* HEADINGS */
div#content h1 {
   color: #3d93cc; 
   font-size: 26px;
   line-height: 1.3em;
   margin: 0 0 20px 0;
   font-weight: normal;
}

div#content h2 {
	color: #3d93cc; 
	font-size: 26px; 
	text-align: left; 
	padding-left: 60px;
	padding-bottom: 20px;
        line-height: 31px;
        background: url(uploads/images/titel_icon.jpg) left center no-repeat;
        font-weight: normal;
}

div#content h3 {
   color: #3d93cc; 
   font-size: 20px;
   line-height: 1.3em;
   margin: 0 0 20px 0;
   font-weight: normal;
}

div#content h4 {
   color: #3d93cc; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#content h5 {
   color: #3d93cc; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h6 {
   color: #3d93cc; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#content h2 a,
div#content h3 a,
div#content h4 a,
div#content h5 a,
div#content h6 a {
   text-decoration: none;
}

p, #main p, .instructiontext {
   font-size: 12px;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 24px;
   color: #353535;
   padding: 0;
}

blockquote {
   margin-left: 20px;
}
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 {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #FFF;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}


#main table.tabel {
   border: 1px solid #CCC;
   border-collapse: collapse;
   width: 90%;
   margin: 0 auto;
}

#main table.tabel td{ 
   border: 1px solid #CCC;
   color: #333;
   font-size: 12px;
   padding: 3px 4px;
   line-height: 24px;
}

#main table.tabel td h3 {
   color: #3d93cc; 
   font-size: 20px;
   line-height: 1.3em;
   margin: 0 0 0 0;
   font-weight: normal;
} 

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 12px;
   margin: 0 0 15px 0;
   line-height: 20px;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ECECEC;
}


/* END LISTS */


/* -----------------------------  CONTACTFORM STYLING  --------------------------- */

.formwrapper textarea {
border: 1px solid #999;
padding: 2px;
margin: 0 0 0 3px;
width: 300px;
height: 150px;
font-family: verdana, arial;
font-size: 13px;
color: #666;
}

.formwrapper input {
border: 1px solid #999;
padding: 2px;
margin: 0 0 0 3px;
width: 150px;
font-size: 13px;
color: #666;
}

.formwrapper .fbsubmit {
border: 1px solid #999;
padding: 2px;
margin: 0 0 0 3px;
width: 150px;
font-size: 13px;
color: #666;
background-color: #DEDEDE;
}

/* -----------------------------  NEWS  --------------------------- */

.NewsSummary {
   border: 1px solid #CCC;
   padding: 10px;
   width: 100%;
   margin-bottom: 15px;
   width: 90%;
   margin: 0 auto 15px auto;
}

.NewsSummaryPostdate {
   font-size: 80%;
   font-weight: bold;
   float: right;
   margin: 0px 0px 10px 0px;
   display: block;
 }

.NewsSummaryLink {
   font-size: 16px;
   padding-top: 8px;
   margin: 10px 0;
}

.NewsSummary p {
   padding: 0 0 10px 0;
}

.NewsSummarySummary {
   padding: 0;
   margin: 0;
}

.NewsSummaryCategory {
   margin: 10px 0;
}

#NewsPostDetailDate {
   font-size: 80%;
   font-weight: bold;
   margin:20px 0px 10px 0px;
}

.thumb{
	height: 185px;
}


/* End of 'Stal Huize Ruurlo CSS' */

