/*
Stylesheet voor de website van de chef
versie 2.0
(C) Marten vd Wetering
2006
*/

	

/* Instellingen menu */

#sms-container {
width: 220px;
margin: 5px auto 5 auto;
text-align: left;
position: absolute; 
 top: 230px; 
 left: 550px;
border: 3px solid #FFFFCC;
}

#sms-header{
width:220px;
height: auto;
text-align: bottom;
float: left;
font-family: comic sans ms;
font-size: 8pt;
font-weight: 250;
color: #FFFF99;
background-color: #336633;
font-family: comic sans ms;
font-size: 10pt;
}

#sms-content{
width: auto;
float: right;
background-color: #FFFFCC;
color: #003300;
font-family: comic sans ms;
font-size: 10pt;
}

#SE-container {
width: 220px;
margin: 5px auto 5 auto;
text-align: left;
position: absolute;
top: 100px; 
left: 550px;
border: 3px solid #FFFFCC;
}

#SE-header{
width:220px;
height: auto;
text-align: bottom;
float: left;
color: #FFFF99;
background-color: #336633;
font-family: comic sans ms;
font-size: 10pt;
}

#SE-content{
width: auto;
float: left;
background-color: #FFFFCC;
color: #003300;
font-family: comic sans ms;
font-size: 10pt;
}




@media screen, handheld {
		BODY.menu {
                        background: #FFFFCC no-repeat fixed top right;
			color: #003300;
			font-family: comic sans ms;
			font-size: 8pt;
			font-weight: 100;
			}

		a.menu:link {
			color: #003300;
			font-family: comic sans ms;
			font-size: 10pt;
			font-weight: 150;
			text-decoration: none;
		}

		a.menu:active {
			color: #003300;
			font-family: comic sans ms;
			font-size: 10pt;
			font-weight: 200;
			text-decoration: none;
		}

               a.menu:hover {
                        color: #003300;
                        font-family: comic sans ms;
                        font-size: 10pt;
                        font-weight: 150;
			text-decoration: none;
                       
                }


		a.menu:visited {
			color: #003300;
			font-family: comic sans ms;
			font-size: 10pt;
			font-weight: 150;
			text-decoration: none;
		}

		H1.menu {
			color: #FFFF99;
			background-color: #336633;
			font-family: comic sans ms;
			font-size: 10pt;
			font-weight: 100;
			}
		H2.menu {
			color: #FFFF99;
			background-color: #336633;
			font-family: comic sans ms;
			font-size: 10pt;
			font-weight: 100;
			}

		TD.poll {
			color: #003300;
			vertical-align: top;
			background-color: #FFFFCC;
			font-family: comic sans ms;
			font-size: 8pt;
			font-weight: 100;
		}	
		TD.menu {
			color: #003300;
			vertical-align: top;
			background-color: #FFFFCC;
			font-family: comic sans ms;
			font-size: 10pt;
			font-weight: 100;
		}	
		P.header {
			color: #FFFF99;
			background-color: #336633;
			font-family: comic sans ms;
			font-size: 10pt;
			font-weight: 150;
		}	
	

		a.header:link {
			color: #FFFF99;
			font-family: comic sans ms;
			font-size: 10pt;
			font-weight: 150;
			text-decoration: none;
		}

		a.header:hover {
                        color: #FFFF99;
                        font-family: comic sans ms;
                        font-size: 10pt;
                        font-weight: 200;
			text-decoration: none;
                }

		a.header:active {
			color: #FFFF99;
			font-family: comic sans ms;
			font-size: 10pt;
			font-weight: 200;
			text-decoration: none;
		}
		a.header:visited {
			color: #FFFF99;
			font-family: comic sans ms;
			font-size: 10pt;
			font-weight: 150;
			text-decoration: none;
		}

		IMG.recept {
                	width: 150;
			float: left;
	                border-style: none;
			margin: 10px;
			}

		BODY.content {
			color: #003300;
			font-family: comic sans ms;
			font-size:10pt;
			font-weight: 100;
			position:absolute;
			width:700px;
			left:50px;
			top:10px;
			}
		H1.content {
			font-size:18pt;
			font-weight: 700;
			line-height: 15px;
			}
		H2.content {
			font-size:10pt;
			font-weight: 700;
			line-height: 1px;
                                                                margin-bottom: 5px;
			}

div.top {
}

div.footer{
position: absolute; 
bottom: -25px; 
left: -1px; 
width: 700; 
text-align: center; 
border: 1px solid #000000; 
background-color: #cfcfcf; 

}

div.rechts {
 position: absolute; 
 top: 100px; 
 right: 10px;
 width: 120px;
}

div.links {
 position: absolute; 
 top: 100px; 
 left: 10px;
 width: 120px;
}

div.midden {
 position: absolute; 
 width: auto;
 top: 100px; 
 left: 140px;
 right: 140px;

}
div.clear { 
           clear: both; 
}


}

@media print {
               BODY {
                        color: #FFFFFF;
                        font-family: comic sans ms;
                        font-size:10pt;
                        font-weight:100;
                        line-height: 100%;
                        }

               H1 {
                        font-size:18pt;
                        font-weight: 700;
                        line-height: 15px;
                        }

}
