/* HTML, body & resets
-------------------------------------------------------------- */

html {
	margin: 0;
	padding: 0;
	background: #666;
}

body {
  	font-family: Arial,tahoma,sans-serif;
  	font-size: 11px;
	line-height: 14px;
  	color: #000000;
  	margin: 24px auto;
  	padding: 0;
	width: 966px;
}

a:link	{
	text-decoration: none;
	color: #fff;
}

a:active {
	text-decoration: none;
	color: #fff;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

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

a img {
	border: none;
}

img.centered, img.centreren {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright, img.rechts_uitlijnen {
    padding: 0px;
    margin: 0 0 7px 7px;
    display: inline;
    float: right;
}

img.alignleft, img.links_uitlijnen {
    padding: 0px;
    margin: 0 7px 7px 0;
    display: inline;
    float: left
}

/* Wrapper & container
-------------------------------------------------------------- */

#wrapper {
  	width: 100%;
  	margin: 0;
 	padding: 0;
	overflow: hidden;
	position: relative;
}

/* Topmenu
-------------------------------------------------------------- */

.topmenu ul {
	list-style: none;
	height: 14px;
	line-height: 7px;
	margin: 0;
	padding: 0;
	float: right;
	text-transform: lowercase;
}

    .topmenu ul li {
    	float: left;
    }

        .topmenu ul li a {
        	margin: 0 14px 0 0;
        	color: #fff;
        	text-decoration: none;
        }

        .topmenu ul li a:hover{
        	color: #9c3;
        }

        .topmenu ul li.active a {
        	color: #9c3;
        	font-style: italic;
        }

/* Header
-------------------------------------------------------------- */

.header {
	clear: both;
	padding: 0;
	background: url('../img/headers/home.jpg') no-repeat;
	height: 174px;
	width: 966px;
	position: relative;
}

    .header.bgfilosofie {
        background: url('../img/headers/filosofie.jpg') no-repeat;
    }

    .header.bghotel {
        background: url('../img/headers/hotel.jpg') no-repeat;
    }

    .header a:link, .header a:active, .header a:visited {
    	text-decoration: none;
    }

    .header h1 {
        margin: 0;
    }

        .header h1 a {
            display: block;
            width: 142px;
            height: 140px;
        }

        .header h1 a:hover {
            background: none;
        }

            .header h1 a span {
                display: none;
            }

.headermenu {
	position: absolute;
	list-style: none;
	bottom: 0;
	right: 0;
	padding: 0;
	width: 948px;
	height: 58px;
	z-index: 100;
}

    .headermenu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
        .headermenu li {
            float: right;
        }

        .headermenu li a {
        	display: inline;
        	font: bold 13px/14px Arial,Tahoma,sans-serif;
        	text-transform: uppercase;
        	padding: 0 14px 0 14px;
        	height: 24px;
        	line-height: 38px;
        	z-index: 200;
        	float: left;
        }

            .headermenu a:hover, .headermenu li.active a {
            	color: #9c3;
            	background: #666;
            	text-decoration: none;
            }

        .headermenu li ul {
        	display: none;
        	position: absolute;
        	top: 26px;
        	left: 0;
        	width: 948px;
        }

            .headermenu li.active ul {
            	display: block;
            }

            .headermenu li ul li {
            	display: block;
            	float: right;
            }

                .headermenu li.active ul li a {
                	display: block;
                	clear: both;
                	float: left;
                	background: none;
                	color: #fff;
                	font-size: 11px;
                	line-height: 32px;
                	text-transform: lowercase;
                	font-weight: normal;
                	white-space: nowrap;
                }

                    .headermenu li ul li a:hover, .header li ul li a.active {
                    	color: #9c3;
                    	background: none;
                    }

            .headermenu ul ul ul {
            	display: none !important;
            }

/*
#searchform{
	position: absolute;
	margin: 80px auto 0 auto;
	width: 966px;
	text-align: right;
}
#searchform #s {
	height: 17px;
	width: 100px;
	line-height: 17px;
	font-size: 11px;
	border: none;
}
.searchicon{
	vertical-align: middle;
	height: 19px;
	margin: 0 7px 0 0;
}
*/

/* Content
-------------------------------------------------------------- */

#main {
	clear: both;
	background-color: #999;
	float: left;
	width: 426px;
	border-left: 289px solid #999; /* The width and color of the left rail */
	border-right: 251px solid #999; /* The width and color of the right rail */
    min-height: 400px;
    height: auto !important;
    height: 400px;
	padding-bottom: 20px;
}

.content {
	float: left;
	width: 426px;
	margin-right: -426px;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
}
    .content .crumpath {
        font-size: 11px;
        text-transform: lowercase;
        padding: 10px 0 0 0;
    }

    .content p {
    	margin: 0;
    	padding: 0 0 14px 0;
    }

    .content table {
    	overflow: hidden;
    }

    .content h1 {
      	font-size: 16px;
    	font-weight: bold;
      	color: #fff;
      	margin: 22px 0 5px 0;
      	padding: 0;
    	line-height: 20px;
    }

    .content h2 {
      	font-size: 16px;
    	font-weight: bold;
      	color: #fff;
      	margin: 16px 0 10px 0;
      	padding: 0 0 0 4px;
    	line-height: 20px;
    	background-color:#666666;
    }


    .content h1.date span {
        display: block;
        width: 100%;
        font-size: 70%;
    }

    #main .content .post table{
	padding: 0;
	margin: 0;
}
#main .content .post tr{
	padding: 0;
	margin: 0;
}
#main .content .post td{
	padding: 0;
	margin: 0;
}
#main .content .post td p{
	padding: 0;
	margin: 0;
}

.nav {
  	padding: 10px;
}

#hmenu {
  	margin: 0;
  	padding: 0;
}

#hnav {
  	margin: 0;
  	padding: 0;
}

.nav h2, .nav h3, .nav h4 {
	color:#000000;
	font-size: 14px;
    font-family: Arial;
	margin: 10px 5px 5px 0;
	padding-bottom: 2px;
    text-decoration: underline;
}

.nav ul {
	color: #000000;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	text-transform: none;
}

.nav ul ul {
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}



.nav ul ul li {
	border: 0;
	font-size: 11px;
	line-height: 150%;
	font-family: Arial;
	margin: 0;
	padding: 0;
}



.nav ul ul li a:link, .nav ul ul li a:active {
	color: #0000FF;
	text-decoration: underline;
}

.nav ul ul li a:visited {
	color: #660066;
	text-decoration: underline;
}

.nav ul ul li a:hover {
        color: #0066FF;
	text-decoration: underline;
}




/* - - - - - - - - - - - - - - - -
	SIDEBAR STYLES
   - - - - - - - - - - - - - - - - */

/* - - left sidebar (<TD>) - - */

.leftmenu {
	float: left;
	width: 289px;
	margin-left: -289px;
	position: relative;
}

    .leftmenu .subcontent {
        width: 256px;
        font-family: Arial,tahoma,sans-serif;
      	font-size: 13px;
    	line-height: 16px;
      	color: #000000;
      	padding: 10px;
    }

    .leftmenu .subcontent p {
    	margin: 0;
    	padding: 7px 0;
    }

    .leftmenu .subcontent h3 {
      	font-size: 13px;
      	line-height: 14px;
    	text-transform: uppercase;
      	color: #99CC33;
      	margin: 0;
      	padding: 7px;
    	background-color:#666666;
    }

        .leftmenu .subcontent h3 a, .leftmenu .subcontent h3 a:hover {
            color: #99CC33 !important;
            text-decoration: none !important;
        }

    .leftmenu .subcontent a {
       color: #fff !important;
       text-decoration: none !important;
    }

        .leftmenu .subcontent a:hover {
           color: #000 !important;
           text-decoration: none !important;
        }

    .leftmenu .subcontent a img {
    	border: none;
    }

/* - - right sidebar - - */

.rightmenu {
	float: right;
	width: 251px;
	margin-right: -251px;
	position: relative;
}

    .rightmenu .nav li{
        background: #666;
        width: 100%;
        padding: 3px 0;
    }

        .rightmenu .nav li h2 {
            background: #636;
            margin: 0 3px;
            height: 24px;
            line-height: 24px;
            text-decoration: none;
            color: #fff;
            padding: 0 5px;
        }

.rightmenu .social {
    padding: 0 0 0 10px;
}

.widget {
	margin-bottom: 14px;
}

#quotes {
	padding: 0;
	margin-bottom: 14px;
}

    #quotes .widgettitle {
    	background-color: #636;
    	padding-left: 6px;
    	line-height: 24px;
    	font-size: 12px;
    }

    #quotes p {
    	padding: 0 7px;
    	color: #fff;
    }

        #quotes p.author {
            text-align: right;
            font-style: italic;
        }

/* - - - - - - - - - - - - - - - -
	FOOTER STYLES
   - - - - - - - - - - - - - - - - */








#fuzzy-posts .tile_body{
	padding: 7px;
}
#fuzzy-posts .tile_body ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#quiz .widget ul{
	padding: 7px;
}
#fuzzy-posts .tile_body ul li, #quiz ul li{
	margin: 0 0 0 14px;
	padding: 0;
	list-style: disc;
	width: auto;
	color: #fff;
}
#fuzzy-posts .tile_body h3{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#fuzzy-posts .tile_body ul li a, #quiz ul li a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #fff;
	line-height: 14px;
}
#fuzzy-posts .widgettitle{
	background-color: #636;
	padding-left: 6px;
	line-height: 24px;
	font-size: 12px;
}

#fuzzy-posts h3{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
#ical4wp-list-events .widgettitle{
	background-color: #636;
	padding-left: 6px;
	line-height: 24px;
	font-size: 12px;
}
#ical4wp-list-events .ical_list_events li, #fuzzy-posts .newsitem{
	padding: 0 7px;
	width: auto;
}
#ical4wp-list-events .ical_list_events li a, #fuzzy-posts .newsitem a{
	white-space: normal;
	background: url(../img/disc.gif) no-repeat 2px 4px;
	padding: 0 0 0 14px;
	color: #fff;
	text-decoration: none;
}
.spanweb{
	background: url("../img/pijl-groot.gif") no-repeat 0 50%;
	margin: 0 7px;
	padding: 0 1px;
}

/* - - - - - - - - - - - - - - - -
	LEFT HOTEL / INSTITUUT STYLES
   - - - - - - - - - - - - - - - - */

#hotel_instituut{
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	width: 256px;
}
.hotel, .instituut{
	float: left;
	width:  128px;
}
#hotel_instituut h3{
	text-decoration: none;
	margin: 0;
}
#hotel_instituut a{
	display: block;
	text-decoration: none;
	padding:  7px 7px 7px 1px;
	font-weight: bold;
	font-size: 13px;
}
#hotel_instituut a:hover{
	text-decoration: none;
}
#hotel_instituut h3 a{
	padding: 7px 7px 132px 7px;
	font-size: 13px;
}
#hotel_instituut span{
	display: block;
	float: right;
	width: 117px;
	height: 14px;
	background: url("../img/pijl-klein.gif") no-repeat right 50%;
}
#hotel_instituut .hotel h3{
	color: #9c3;
}
#hotel_instituut .hotel h3 a{
	color: #9c3;
}
#hotel_instituut .instituut h3{
	color: #9c3;
}
#hotel_instituut .instituut h3 a{
	color: #9c3;
}
#hotel_instituut .hotel h3{
	background: #666 url("../img/hotel.png") no-repeat 0 27px;
}
#hotel_instituut .instituut h3{
	background: #666 url("../img/filosofie.png") no-repeat 0 27px;
}
#banner{
	clear: both;
	margin: 0;
	padding: 23px 0 0 0;
}
#banner h3{
	padding: 7px;
	color: #636;
	background: #666;
}
#banner a{
	width: 128px;
	height: 128px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#banner img{
	border: 0;
}



/* not in use anymore?

p, li {
	font-size: 100%;
	font-family: Arial;
	color: #000000;
}

cite {
	font-size: 90%;
}


acronym, abbr {
	border-bottom: 1px dashed #999999;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
}

blockquote {
	border-left: 2px solid #99CCFF;
	background: #FFFFFF;
	margin-left: 10px;
	padding: 2px;
}

.storytitle {
	margin-top: 10px;
	margin-bottom: 2px;
}

.storytitle a:link, .storytitle a:active, .storytitle a:visited {
	color: #666666;
	text-decoration: none;
}

.storytitle a:hover {
	color: #999999;
	text-decoration: underline;
}

.meta {
	font-size: 11px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #000000;
	font-weight: normal;
	letter-spacing: 0;
}



.feedback {
	text-align: right;
	clear: both;
	margin-right: 30px;
	font-size: 12px;
}

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}



#comments h3 {
	font-size: 14px;
	font-family: Arial;
	color: #666666;
}

#comments p {
}



#commentlist li ul {
	border-left: 1px solid #99CCFF;
	font-size: 100%;
	list-style-type: none;
}



#commentform  #comment{
  width: 95%;
  height: 90px;
  background-color:#FFFFFF;
  margin:0;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #FFFFFF;
	border: 1px solid #666666;
	padding: 5px;
}

#commentform textarea {
	width: 100%;
}


#footer {
  	text-align: center;
	clear: both;
}

.credit {
  	color: #000000;
  	font-size: 90%;
  	margin: 5px;
  	padding: 2px;
}

#footer p {
	font-size: 11px;
	font-family: Arial;
	color: #000000;
  	margin: 3px;
  	padding: 1px;
}


*/
