/* Style voor http://www.devuurtoren.net  by alstro webdesign */
:root { overflow-y: scroll !important; }
@media screen
{
html,body  {
margin: 0px;
padding: 0px;
color: #666;
margin: 0 auto;
height:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
background: #ddd url(http://www.devuurtoren.net/images/bg.jpg) repeat-x;
}

img {border: none;}



div#container {
	margin:0 auto;
	width:950px;
    background:#fff url(http://www.devuurtoren.net/images/containerbg.jpg);
    height:auto !important;
	height:100%;
	min-height:100%;
    }
h1 {
  font-family: "MS Sans Serif", fantasy, "Comic Sans MS";
  color: #f90a0a;
  padding: 0;
  margin: 10px 0;
  font-size: 16px;
}
/* header */
div#header {
  width: 950px;
  height: 240px;
}


/* main */
div#main {
    width: 100%;
}
/* menu */
div#menu {
  float: left;
  width: 250px;
  padding-left: 10px;
}
.menu {
  height: 25px;
  padding-left: 10px;
  background-image: url(http://www.devuurtoren.net/images/menubg.jpg);
}


/* content */

div#home {
  float: left;
  width: 670px;
  padding: 0 10px;
}

div#homefoto {
  float: left;
  width: 544px;
  padding: 0 10px;
}
div#fotos {
  float: left;
  width: 126px;
}

.foto{
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 30px 10px 0;
	vertical-align: top;
}


/* overig */
div#footer {
	margin:0 auto;
	width:950px;
	height:20px;
    line-height: 20px;
    background-color: #fff;
    text-align: center;
    }

#home a:link {
	color:#000;
    text-decoration: none;
    font-weight: bold;
}

#home a:visited {
	color:#000;
    text-decoration: none;
    font-weight: bold;
}

#home a:hover {
	color:#000;
    text-decoration: underline;
    font-weight: bold;
}

#bc a:link {
	color:#000;
    text-decoration: none;
    font-weight: bold;
}

#bc a:visited {
	color:#000;
    text-decoration: none;
    font-weight: bold;
}

#bc a:hover {
	color:#000;
    text-decoration: underline;
    font-weight: bold;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

.menulinks { text-decoration: none;color: #000;font-weight: bold;}
.menulinks:visited { text-decoration: none;color: #000;font-weight: bold;}
.menulinks:active { text-decoration: none;color: #000;font-weight: bold;}
.menulinks:hover { text-decoration: underline;color: #000;font-weight: bold;}

.footerlinks { text-decoration: none;color: #666;}
.footerlinks:visited { text-decoration: none;color: #666;}
.footerlinks:active { text-decoration: none;color: #666;}
.footerlinks:hover { text-decoration: underline;color: #666;}

.links { text-decoration: none;color: #000;font-weight: bold;}
.links:visited { text-decoration: none;color: #000;font-weight: bold;}
.links:active { text-decoration: none;color: #000;font-weight: bold;}
.links:hover { text-decoration: underline;color: #000;font-weight: bold;}

}