body
{
	background-color:#FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:9pt;
	color:#000000;
}

#header
{
	width:811px;
	height:125px;
	margin:15px auto 28px;
}

#ct_top
{
	background-image:url(images/ct_top.png);
	background-repeat:no-repeat;
	width:811px;
	height:12px;
	margin:0px auto;
}
#ct_middle
{
	background-image:url(images/ct_middle.png);
	background-repeat:repeat-y;
	width:811px;
	margin:0px auto;
	padding:8px 0px;
}
#ct_bottom
{
	background-image:url(images/ct_bottom.png);
	background-repeat:no-repeat;
	width:811px;
	height:15px;
	margin:0px auto;
}
#menu
{
	color:#FFFFFF;
	width:135px;
	padding-left:9px;
	float:left;
	margin-top:-4px;
}
#inhalt
{
	min-height:350px;
	padding-left:160px;
	padding-right:25px;
}
.menuitem
{
/*	min-height:23px;*/
	background-image:url(images/menuitem.jpg);
	background-repeat:no-repeat;
	padding-left:18px;
	padding-top:7px;
	padding-bottom: 7px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}
h1
{
	background-image:url(images/h1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-size:12pt;
	font-weight:bold;
	margin-bottom:15px;
}

a
{
	color:#555;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a.link-icon:hover
{
	text-decoration:none;
}
