body
{
	margin: 0px;
	background: #e5e5e5;
}

table.seite
{
	width: 900px;
	height: 100%;
	vertical-align: top;
	border-collapse: collapse;
}

table.seite td
{
	#background: #ffffbc;
	background: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

table.seite td.header
{
	
	height: 150px;
}

table.seite td.rand_links
{
	background:url(../images/design/schatten_bg_links.png) repeat-y right;
	width: 9px;
}

table.seite td.rand_rechts
{
	background:url(../images/design/schatten_bg_rechts.png) repeat-y left;
	width: 9px;
}

table.seite td.main
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

table.menue
{
	width: 100%;
	height: 40px;
	border-collapse: collapse;
	vertical-align: bottom;
	
}
table.menue td
{
	background:url(../images/menue/menue_bg.jpg) repeat-x top;
	word-spacing: 0px;
}

div.menue
{
	display:inline;
	position:relative;
	z-index: 1;
}

div.untermenue
{
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 10px;
	background: white;
	min-width: 100px;
	min-height: 10px;
	text-align: left;
	padding-left: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	line-height: 20px;
	opacity:0.9;
}

td.box
{
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:blue;
	
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:blue;
	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:blue;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:blue;
}

table.liste tr
{
	height: 20px;
}

table.liste tr.titel td
{
	background-color: grey;
}

table.liste tr.zeile1 td
{
	background-color: #E0FFFF;
}

table.liste tr.zeile2 td
{
	background-color: #DCDCDC;
}