
/*
	IE macht sonst fürchterliche theads
*/

thead, th {
	font-weight: bold;
	text-align: left;
}

ul {
	line-height: 5px;
}

li {
	margin-bottom: 8px;
}

/**************************************/


/**************************************/

td.top {
	/*background-color: none; */
}

td.toptitle {
	color:#333399;
	font-family:Verdana,Arial,Helvetica,Sansserif;
	vertical-align: center;
   padding-top:14px;
   padding-left:30px;
   font-size:18px;
	font-weight: bold;
	border-width: 1px 0px 1px 0px;
	border-color: black;
	border-style: solid;
}

/**
	Spezielle Dinge, siehe auch Polyplan
*/



/*********************************/
.rightimage {
	margin: 5px 0px 10px 10px;
	float: right;
	/*
	border: thin solid Black;
	border-width: 1px 1px 1px 1px; */
	border-width: 0px;
}

.leftimage {
	margin: 5px 10px 10px 0px;
	float: left;
	/*
	border: thin solid Black;
	border-width: 1px 1px 1px 1px; */
	border-width: 0px;
}

/** spezielles in den Inhaltsseiten */


.remaininglayout {
	padding-left: 9px;
	padding-right: 0px;
	padding-bottom: 20px;
	width: 430px;
}


