BODY
{
	font-family: Verdanan, Arial;
	background-color: #E5DBCD;
}

IMG
{
	border: 0;
}

A
{
	text-decoration: none;
	/*color: blue;*/
}

#main
{
	width: 950px;
	margin: 0px auto;
}

#mitte
{
	padding: 0 0 0 11px;
	background-image: url('./images/bg.png');
	background-repeat: repeat-y;
}

#menue
{
	z-index: 10;
	width: 160x;
	/*height: 501px;*/
	float: left;
	/*position: absolute;
	margin: 241px 0 0 12px;
	margin: 0 0 0 12px;
	background-image: url('./images/menue.png');
	background-repeat: repeat-y;*/
	padding: 0 0 0 2px;
	color: #E5DBCD;
	font-weight: bold;
	font-family: Courier, Verdana, Arial;
	/*border: 1px solid green;*/
	background-color: #000000;
}

#menu-list-left
{
	list-style-image: url('./images/menu-bullet.png');
	list-style-position: outside;
	margin: 0 0 0 20px;
	padding: 0;
}

#submenu-list-left
{
	list-style-image: url('./images/submenu-bullet.png');
	list-style-position: outside;
	margin: 0 0 0 20px;
	padding: 0;
}

#menue A
{
	color: #E5DBCD;
	background-color: #000000;
}


#inhalt
{
	/*border: 1px solid blue;*/
	margin-left: 189px;
}

#inhalt-cont
{
	padding: 15px 15px 1px 15px;
	width: 620px;
}

#suche
{
	background-color: #E5DBCD;
	height: 23px;
	width: 241px;
	color: red;
	float: left;
	text-align: right;
}

#ueberschrift
{
	height: 23px;
	width: 395px;
	padding-right: 15px;
	font-size: 22px;
	color: #E5DBCD;
	font-weight: bold;
	font-family: Courier, Verdana, Arial;
	text-align: right;
	background-color: black;
	float: left;
}

#bottom
{
	width: 950px;
	height: 72px;
	background-image: url('./images/bottom.png');
	background-repeat: no-repeat;
	padding-top: 30px;
}

#feed
{
	position: absolut;
	margin: 0 0 0 240px;
	font-size: 12px;
	color: #808080;
	font-weight: bold;
}

.mytable {
	width:100%;
	empty-cells: hide;
	
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
}
.mytable th {
	background-color:#E0E0E0;
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

.mytable td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

.mytable form {
	display:inline;
	margin:0;
	padding:0;
}

.mytable img {
	max-width:300px;
}

.float
{
	float: left;
}

.menu-bottom-img
{
	text-align: right;
	padding: 0;
	margin: 0;
}
