/* reset browser styles */
/* taken from CSS the missing manual 2nd edition, David Sawyer McFarland, chapter 5 */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
 height:100%;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style:square; 
}
img {
  border: 0;
}
/* end reset browser styles */

#main {
	float: left;
	min-width: 1100px;
}

#content {
    min-height: 100%;
	height: auto!important;
    height: 100%;
	margin-bottom: -76px; /* hoogte footer */
}

body {
  color: #000000;
  font-family: "Palatino Linotype", Baskerville, serif;
  padding-top: 0;
  background: #ffffff;
  width: auto;
  margin: 0 auto -200px;
  font-size: 15px;
  min-width:1100px;
}

h1 {
  font-size: 2em;
  font-family: "Arial Black", Arial, sans-serif;
}

h2 {
  font-size: 1.2em;
  color: #014284;
  margin-bottom: 5px;
}

#main p {
  color: #616161;
  font-family: "Palatino Linotype", Baskerville, serif;
  font-size: 1.1em;
  line-height: 150%;
  margin-bottom: 10px;
  margin-left: 80px;
}

#main .intro {
  color: #6A94CC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin-left: 0;
  margin-bottom: 25px;
}

#col1_content,
#col2_content,
#col3_content {
    margin: 5px;
    padding: 10px;
}

#col1,
#col2,
#col3 {
    background: #fcfcfc;
    margin: 10px 0px 10px 10px;
    border: 1px solid #dddddd;
    float:left;
    width: auto;
}

#topbar {
    background: #002245;
    height: 20px;
    text-align: right;
    font-size: 11px;
    padding-right: 7px;
    color:#ffffff;
    text-decoration:none;
}

#topbar a {
    color: #FFFFFF;
    text-decoration: none;
}

#navbar ul {
    display:inline;
    float:left;
    margin-left:125px;
    margin-top:90px;
}
#navbar ul li {
	margin-left: 0;
	padding: 10px;
	background: #014284;
    font-family: Arial, sans-serif;
    display:inline;
}

#navbar ul li a{
    color:#ffffff;
    display:inline;
    text-decoration: none;
}

#navbar ul li a:active, #navbar ul li a:hover{
   text-decoration:underline;
}

#navbar ul li a.active {
    color:#014284;
    display:inline;
    text-decoration: none;
}

#navbar ul li.active {
    margin-left: 0;
	padding: 10px 10px 12px;
	background: #ffffff;
    font-family: Arial, sans-serif;
    display:inline;
}

#nameapp {
    background: url("images/nameapp.png") no-repeat right center;
    margin-right:-10px;
    padding-top: 214px;
}

#headerbar {
    background-clip: border-box;
    background-origin: padding-box;
    background: #014284 url("ie/images/ie/lumc.jpg") no-repeat scroll 12px 12px;
    height: 120px;
    width: auto;
}

#footer {
    background: #FFFFFF url("images/footer.png") no-repeat center;
    border-top: 1px solid #505050;
    clear: both;
    float: none;
    height: 76px;
    text-align: center;
}

#spacer {
    	height: 76px; /* hoogte footer */
    	clear: both;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* GOOGLE CHROME FIXES */
    #spacer {
    	height: 76px; /* hoogte footer */
    	clear: both;
    }

    #footer {
        background: #FFFFFF url("images/footer.png") no-repeat center;
        border-top: 1px solid #505050;
        clear: both;
        float: none;
        height: 76px;
        text-align: center;
    }
}
