/*
	CSS file für www.kusti.ch
*/
Table.page
{
	border-style: none;
	border-color: Black;
	background-color: transparent;
}
td.title
{
	border-style: none none none none;
	background-color: #0F69F0;
	padding-right: 20px;
	text-align: right;
	padding-top: 12px;
	line-height: normal;
	letter-spacing: normal;
	vertical-align: bottom;
}
td.menu
{
	background-color: #ececfc;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
}
td.main
{
	background-color: white;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	vertical-align: top;
}
td.border
{
  background-color : #ececfc;
}
td.footer
{
	background-color: #ececfc;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}











DIV.PAGE
{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 900px;
	height: 670px;
	background-color: #c5c5c5;
}

DIV.TITLE
{
	position: absolute;
	background-color: #dcdcdc;
	left: 10px;
	top: 10px;
	width: 880px;
	height: 50px;
	overflow: visible;
	font-size: 25px;
	font-weight: bold;
	color: blue;
	font-style: italic;
	text-align: right;
	padding-right: 00px;
	padding-bottom: 10px;
	padding-top: 10px;
}
DIV.MAIN
{
	position: absolute;
	background-color: white;
	left: 190px;
	top: 60px;
	width: 700px;
	height: auto;
	overflow: visible;

}
DIV.BACKGROUND
{
	position: absolute;
	background-color: white;
	left: 190px;
	top: 60px;
	width: 700px;
	height: 600px;
}
DIV.MENU
{
	position: absolute;
	left: 10px;
	top: 60px;
	width: 180px;
	height: 600px;
	background-color: #dcdcdc;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
DIV.FLOW1
{
	position: absolute;
	left: 10px;
	top: 660px;
	width: 880px;
	height: 10px;
	background-color: #d5d5d5;
}
DIV.FLOW2
{
	position: absolute;
	left: 10px;
	top: 670px;
	width: 880px;
	height: 10px;
	background-color: #cfcfcf;
}
DIV.FLOW3
{
	position: absolute;
	left: 10px;
	top: 680px;
	width: 880px;
	height: 10px;
	background-color: #c9c9c9;
}
