.page{
 border-style: solid;
 border-width: 1px;
 border-color: #505561;
 width: 990px;
 height: 596px;
}
.menu{
 width: 138px;
 height: 596px;
 background-image:url(menu_background.jpg);
}
.header{
 width: 852px;
 height: 86px;
 background-image:url(header_background.jpg);
}
.main{
 height: 510px;
 background-color:#FFFFFF;
 padding-top: 30px;
 padding-left: 20px;
 color: back;
 font-family: Tahoma;
 font-size: 14px; 
}

body{
 background-color:#E6E6E6;
}
.buttonSelected{
 color: grey;
 font-family: Tahoma;
 font-size: 12px;
 font-weight: 700;    
 padding-left: 10px;
 height: 25px;
 border-style:solid;
 border-width:1px;
 border-left-color: #505561;
 border-right-color: #FFFFFF;
 border-top-color: #505561;
 border-bottom-color: #505561;
 background-color:#FFFFFF;
}
.button{
 color:black;
 font-family: Tahoma;
 font-size: 12px;    
 height: 25px;
 padding-left: 10px;
}
.text{
 font-family: Tahoma;
 font-size: 12px; 
 color: #7E7E7E;
}
.headline{
 font-family: Tahoma;
 font-size: 16px; 
 color: #7E7E7E;
 font-weight: 700;
}
.textlink{
 font-family: Tahoma;
 font-size: 12px; 
 color: black;
 text-decoration: none;
}
.menulink{
 font-family: Tahoma;
 font-size: 12px; 
 color: black;
 text-decoration: none;
 font-weight: 700;
}
.dot{
 background-image: url(dot.gif);
 width: 100%;
}
input {
 padding: 0px;
 font-family: Tahoma;
 font-size: 12px; 
 color: black;
}
