/* CSS Document */
body
{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#919191;
	font-size:14px;
	background: url(images/background.gif) repeat-x;
	background-color:#eaeaea;
}

h1{
	color:#cc0000;
	font-size: 14px;
}
h2{color:#333333;}
h3{color:#666666;}

a{text-decoration:none;color:black;}
a:hover{color:#CC0000;}
img{border:0;}

#wrap
{
	margin: auto;
	width: 956px;
	height:100%;
}

#header
{
	background-image: url(images/header.gif);
	height: 133px;
	width: 956px;
}

#main1 {margin:0; padding:0;background:white url("images/left.gif") top left repeat-y;}
#main2 {margin:0; padding:0;background:url("images/right.gif") top right repeat-y;}

#left {
	float:left;
	width:160px;
	margin:0;
  padding:0;
}
#right {
	float:right;
	width:160px;
	margin:0;
	padding:0;
}
#middle {
	margin:0;
	margin-left:269px;
	padding:0;
	background-color:#FFFFFF;
	width:418px;
}
.column-in {
	margin:0; padding:0.5em 1em;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
#footerwrap
{
	background-image:url(images/footerbackground.gif);
	background-repeat:repeat-x;
}
#footer
{
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	margin: auto;
	width: 956px;
	height:100px;
}

ul.menu{margin:12px 0; padding:0; width:160px;list-style-type:none}
ul.menu li{width:140px; height:22px; }
ul.menu li a{width:140px; height:22px; background:url(images/bullet-normal.gif) 0 3px no-repeat; color:#921500; line-height:22px; text-decoration:none; padding:0 0 0 15px;}
ul.menu li a:hover{background:url(images/bullet-hover.gif) 0 3px no-repeat #fff; color:#333333; line-height:22px; text-decoration:none; padding:0 0 0 15px;}
ul.menu li.active{width:72px; height:22px; display:block; background:url(images/bullet-hover.gif) 0 6px no-repeat; color:#333333; line-height:22px; text-decoration:none; padding:0 0 0 15px;}
ul.menu li.trennlinie{border-bottom:1px dashed #923800;height:1px;margin:4px 0 4px 0;}
