body 
{
background-color : #808080;
font-family : verdana;
font-size : 12px;
color : #ffffff;
}

/*voor index*/
#container
{
height: 100%;
width: 920px;
margin-left: auto;
margin-right: auto;
}
#temperatuur
{
display: inline; 
float: left; 
width: 127px; 
}
#menu
{
display: inline; 
float: right; 
width: 30%;
}
.google
{
width: 100%;
}
#koptekst
{
font-size: 40px; 
font-weight: bold; 
color: #ffffff; 
text-align: center;
}
#navigatie
{
clear:both;
width: 920px;
height: 40px;
text-align: center;
}
#dagframe 
{
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%; /* voor IE */
width: 920px;
margin-left: auto;
margin-right: auto;
}
a.menu:link 
{ 
color: #e0ebf5; 
text-decoration: none; 
font-size: 10px;
}
a.menu:visited 
{ 
color: #e0ebf5; 
text-decoration: none; 
font-size: 10px;
}
a.menu:active 
{ 
color: #ffffff; 
text-decoration: underline; 
font-size: 10px;
font-weight: bold;
}
a.menu:hover 
{ 
color: #ffffff; 
text-decoration: underline; 
font-size: 10px;
font-weight: bold;
}
