body {
	border:0;
	margin:0;
	padding:0;
	background: #FFF url(bg.png);
	color:#000;
	font-family:Arial;
	font-size:12pt;
}

#headbg {
	position:absolute;
	min-width: 900px;
	height:130px;
	width:100%;
	background:#FF0 url(headbg.png) repeat-x bottom;
}

#head {
	position:absolute;
	height:130px;
	width:100%;
	background:url(head.png) no-repeat;
	color:#00D000;
	font-weight:700;
	text-align:right;
	font-size:14pt;
}

#menu {
	position:absolute;
	top:130px;
	bottom:0;
	width:150px;
	min-height: 400px;
	background:#ACACAC url(menu.png) repeat-x;
	font-size:12px;
	font-weight:700;
	list-style-type:none;
}

#menuright {
	position:absolute;
	bottom:5px;
	width:150px;
}

#menu a {
	background-image:url(menu_button.png);
	color:#00F;
	display:block;
	margin:3px 1px;
	padding:5px;
	text-decoration:none;
}

#menu a:hover {
	background:url(menu_button_hover.png);
}
#menu a:active {
	background:url(menu_button_active.png);
}

#inhalt {
	position:absolute;
	top:135px;
	left:150px;
	right: 0;
	bottom: 0;
	padding:5px;
	overflow:auto;
	min-height:390px;
	min-width:740px;
}

img.text {
	float:right;
}

h1 {
	color: green;
}

h2 {
	color:#00D000;
}

a {
	color:#00F;
	text-decoration:none;
}

a img {
	background-color:#FFF;
	border:none;
}

table {
	background-color:#00D000;
	width:100%;
}

td {
	background-color:#FFF;
}

b {
	color:red;
}

i {
	color:#00F;
}

hr {
	clear:right;
	color:#00d000;
}
