/* --- grunddesign --- */
body{
   background-color:#b7bb9e;
}
div.main{
   background-color:#fff;
	width:638px;
	margin-top:25px; 
	margin-bottom:25px; 
	border:1px solid #ccc;
}

div.center{
	width:60%;
}

td.left{
	width:20%;
	border-right:1px solid #ccc;
}

td.right{
	width:20%;
	border-left:1px solid #ccc;
}

div.top{
	border-bottom:1px solid #ccc;
}

div.bottom{
	border-top:1px solid #ccc;
}

td.left, td.right, td.center, div.sitefooter{
	padding:5px;
}
div.menu{
   width:115px;
}
