
.left {
	width: 450px;
	float: left;
}

.left ul {
	list-style-type: none;
}

.left li {
	border-top: 1px solid #414441;
	padding: 10px 0 20px 0;
}

 .left li h2 {
	padding-bottom: 10px;
}

 .left li a {
	text-decoration: none;
}


/* MIDDLE & RIGHT */
 .right,
 .middle {
	width: 250px;
	float: left;
	margin: 20px 10px 0 10px;
}

 .right { width: 200px; }

 .right h3,
 .middle h3 {
	margin-bottom: 10px;
}

 .right ul,
 .middle ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

 .right li,
 .middle li {
	float: left;
	clear: both;
	width: 100%;
}

 .categorys a {
	border-top: 1px solid #414441;
	text-decoration: none;
	line-height: 25px;
	font-size: 12px;
	float: left;
	width: 90%;
}

.categorys a.feed {
	background: url('../../images/feed-icon-14x14.png') no-repeat center center;
	height: 25px;
	width: 15px;
	float: left;
}

a.feed span {
	display: none;
}

 .right a { border: 0px solid #414441; }
 .right a img { border: 0px solid #414441; }



 .middle a span {
	margin-left: 10px;
}

 .right h3,
 .middle h3 {
	font-size: 1.4em;
}

 .portalbox {
	margin-top: 20px;
	clear: both;
	float: left;
}


/* Blättern */
.sheets {
	padding: 3px;
	margin	: 3px;
	text-align:center;
}

.sheets a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #949490;
	text-decoration: none;
	color: #5A5A43;
	line-height:24px;
	font-size:10px;
}

.sheets a:hover,
.sheets a.active {
	border:1px solid #9C9E54;
	color: #fff !important;
	background-color: #B5B384 !important;
}

.sheets span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9C9E54;
	font-weight: bold;
	background-color: #B5B384;
	color: #FFF;
	top: 1px;
	position:relative;
}

.sheets span.disabled {
	padding: 2px 5px 2px 5px;
	font-size:10px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #ccc;
	top: 1px;
	position:relative;
}
