/* body */

body {
	font: normal 0.8em helvetica, arial, sans-serif;
	background-color: #fff;
	margin: 0;
}

img a {
border: none;
}

/* divs */

#box_content {
	width: 850px;
	background-color: #fff;
}

#invHead {
	width:250px;
	height: 20px;
	background-color: transparent;
	float: left;
}

#head {
	width:600px;
	height: 20px;
	background-color: #000;
	float: right;
	background-image: url(/images/44.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#topBox {
	height: 280px;
	width: 600px;
	float: right;
	position: relative;
}

#topBox.aktiv1 {background-image: url(/images/38.gif);}
#topBox.aktiv2 {background-image: url(/images/40.gif);}
#topBox.aktiv3 {background-image: url(/images/41.gif);}
#topBox.aktiv4 {background-image: url(/images/36.gif);}
#topBox.aktiv5 {background-image: url(/images/37.gif);}
#topBox.aktiv6 {background-image: url(/images/39.gif);}
#topBox.aktiv7 {background-image: url(/images/35.gif);}

#navigation {
	background-color: #fff;
	width: 230px;
	list-style-type: none;
	color: red;
	position: absolute;
	bottom: 0;
}

#box_dates {
	width: 250px;
	background-color: transparent;
	float: left;
	height: 100%;
}

#blogBox {
	float: right;
	width: 600px;
	background-color: #fff;
	margin: 0;
}

.clearer {
	clear: both;
}

/* Classes */

.boxDatesEntry {
	background-color: #f1f1f1;
	margin: 10px 5px 10px 20px;
}

.dates {
	background-color: #000;
	color: #fff;
	margin: 10px 0;
}

.entry {
	background-color: #f1f1f1;
	margin: 10px 0;
	background-image: url(/images/43.gif);
	background-repeat: repeat-y;
	background-position: right;
	clear: both;
}

.entry p{
	color: #000;
	margin: 0 40px 10px 10px;
}

.entry img {
	float: left;
	margin: 23px 10px 10px 0;
}

.subNav {
	background-color: #f1f1f1;
	margin: 10px 0;
	background-image: url(/images/43.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.subNav p {
	background-color: #000;
	margin: 0;
	color: #fff;
	display: inline;
	font-weight: bold;
	height: 14px;
}

.unten {
	position: absolute;
	bottom: 133px;
	background-color: #000;
	color: #fff
}

.hidden {
	display: none;
}

.unterNav {
	display: inline;
	font-weight: bold;
	height: 14px;
	margin: 0 3px 0 0;
}

 /* Text */

.boxDatesEntry p {
	font-size: 1em;
	line-height: 1.2em;
	color: #fff;
	background-color: #000;
	font-style: normal;
	display: inline;
}

.boxDatesEntry h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-style: normal;
	color: #fff;
	background-color: #000;
	display: inline;
}

.boxDatesEntry a {
	display: inline-block;
}

p {
	font-size: 1em;
	line-height: 1.5em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-style: normal;
margin: 0;
}

/* Links */

a {
	color: #fff;
	padding:  0 1px;
}

a:hover {
	background-color: #000;
}

#navigation a{
	background-color: #000;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 2px;
	color: #FFF;
	height: 14px;	
}

#navigation a:hover#active1 {background: #3f0;}
#navigation a:hover#active2 {background: #fc0;}
#navigation a:hover#active3 {background: #f09;}
#navigation a:hover#active4 {background: #0cf;}
#navigation a:hover#active5 {background: #f00;}
#navigation a:hover#active6 {background: #f60;}
#navigation a:hover#active7 {background: #93c;}

#navigation a.aktiv1 {background: #3f0;}
#navigation a.aktiv2 {background: #fc0;}
#navigation a.aktiv3 {background: #f09;}
#navigation a.aktiv4 {background: #0cf;}
#navigation a.aktiv5 {background: #f00;}
#navigation a.aktiv6 {background: #f60;}
#navigation a.aktiv7 {background: #93c;}

/* Lists */

li {
	list-style-type: none;
	margin-top: 1px;
}

#navigation li:first-child {
	margin: 0px;
}

ul {
	padding: 0;
	margin: 0;
}

.rssThumbFloat {
	float: left;
}

.subNav li {
display: inline;
}