#border {
 margin: 0 auto;
 width: 663px;
 margin-top: 20px;
}

#wrapper {
	float:left;
	background-image: url(images/border-mid.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#borderbottom {
 background-image: url(images/border-bottom.jpg);
 background-repeat: no-repeat;
}

img {
 border: none;
}

#header {
 
}
#navbar {
	padding: 4px;
	background-color: #442515;
	margin-bottom: 15px;
	color: #663366;
}

.block { display: block; }

#leftcolumn {
 display: inline;
 width: 165px;
 float: left;
 text-align: left;
 margin-bottom: 15px;
}
.mainnav {
 list-style: none;
}

ul.mainnav li a:link, ul.mainnav li a:visited {
	display: block;
	background-color: #FFFFFF;
	text-decoration: none;
	width: 160px;
	padding: 4px 0px 4px 7px;
	color: #999;
	border-bottom: 1px solid #E9E9E9;
	text-align: left;
}
li.border-top {
 border-top: 1px solid #E9E9E9;
}

ul.mainnav li a:hover {
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 7px;
	color: #FFFFFF;
	width: 160px;
	background-color: #412412;
}

.center {
	text-align: left;
	right: 20px;
	top: 40px;
}

#centercolumn {
	display: inline;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 0px;
}

* {
	padding: 0;
	margin: 0;
	text-align: left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #FFFFFF;
	background-repeat: repeat;
}

#footer {
	border-top: 1px solid #ccc;
	text-align:center;
	font-size: 11px; /* IE Hack */
	padding: 7px;
	margin-top: 15px;
	background-color: #e8dac8;
}
#footer2 {
	text-align:center;
	font-size: 8px;
	display: inline;
	float: left;
	width: 97.7%;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content {
	margin-left:200px;
	min-height:450px;
	margin-top: 25px;
	margin-right: 25px;
	font-variant: normal;
	margin-bottom: 25px;
	}
	
.item {
	margin-bottom:20px;
	}
.meta {
	margin-bottom:30px;
	color:#442415;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	}
	
	/*  Headings */

h1 {
	font-weight:bolder;
	letter-spacing:-1px;
	font-size:2.0em;
	padding-bottom:0;
	font-variant: normal;
	color: #422414;
	font-family: Arial, Helvetica, sans-serif;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-weight:bold;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	}
h3 {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:2em;
	line-height:200px
	margin-left:10px;
	color: #3F2414;
	}
h3 a {
	color:#ffffff;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}
h4 {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.12em;
	line-height:200px
	margin-left:10px;
	color: #333333;
	}
h5 {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	margin-left:10px;
	color: #666666;
	text-align: justify;
	}
	
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 75px;
	height: 100px;
	list-style-type:none}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 220px;
	height: 293px;
	z-index: 1;
	display:none
	}
/*--Spezialangaben für den Internet Explorer 7--*/
*+html .hoverbox a:hover { z-index: 1;}
*+html .hoverbox li {position: static;}
*+html .hoverbox a {position: relative;}

/*--Spezialangaben für den Internet Explorer 6--*/
*html .hoverbox a:hover .preview {display: block; z-index: 1;}
*html .hoverbox li {position: static;}
*html .hoverbox a {position: relative;}

}
/* =Tabelle
----------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border: 1px solid #E6D8C6;
	color: #442415;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
  }
caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
td, th {
	border: 1px dashed #E6D8C6;
	padding: .8em;
	color: #442415;
  }
thead th, tfoot th {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: 1px solid #442415;
	;
	text-align: left;
	color: #F6ECF0;
	padding-top:6px;
	background-color: #FFFFFF;
  }
tbody td a {
	background: transparent;
	text-decoration: none;
	color: #E8DAC8;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #F6ECF0;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
.odd {
	background-color: #E8DAC8;
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
