@import "../js/skin/classic/skin_print.css";
@import "datepicker_print.css";
/*Stylesheet4Print*/
* {
	margin:0;
	padding:0;
}

html {
	background:#fff;
	/*background:#fff url(../img/bg_html.png) repeat-x;*/
}

body {
	/*background:url(../img/bg_body.png) no-repeat center top;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636466;
}

img {
	border:0;
}

a {
	text-decoration:none;
	color:#b8292f;
}

a:active {
	outline:none;
}

a:focus {
	-moz-outline-style:none;
}

#wrapper {
	width:960px;
	margin:0 auto;
	/*background:#d8d8d8;*/
}

#header {
	background:url(../img/bg_header.png) no-repeat center top;
	overflow:hidden;
	padding-top:5px;
	visibility:hidden;
	display:none;
}

#logo {
	float:left;
	/*width:233px; 
	height:141px; */
	visibility:hidden;
	display:none;
}

#logo img {
	display:block;
	visibility:hidden;
	display:none;
}

#slogan {
	float:right;
	/*width:193px; 
	height:141px;*/ 
	visibility:hidden;
	display:none;
}

#slogan img {
	display:block;
	visibility:hidden;
	display:none;
}


	
/* NAVIGATION */
#navi {
	background:url(../img/bg_navi.png) no-repeat;
	/*z-index:10000000;
	padding-top:3px;
	height:50px;*/
	visibility:hidden;
	display:none;
	
}


	
/*SPECIAL*/
#special {
	background:url(../img/bg_special.png) no-repeat;
	overflow:hidden;
	visibility:hidden;
	display:none;
}

#special .col_left {
	float:left;
	/*width:640px;
	height:311px;*/
	visibility:hidden;
	display:none;
}

#special .col_right {
	float:left;
	/*width:320px;
	background:url(../img/special_colright.png) no-repeat;
	height:280px;*/
	position:relative;
	visibility:hidden;
	display:none;
}

#special .col_right div {

	
/*display: none;   */
}

.ui-tabs-hide {
	display:none;
}

#tabnavi {
	list-style-type:none;
}

#tabnavi li {
	float:left;
	background:url(../img/bg_tabs_t.png) no-repeat right 0;
	padding-right:2px;
}

#tabnavi li a {
	display:block;
	color:#ffffff;
	font-size:16px;
	font-family:"Arial Narrow", Arial, sans-serif;
	text-decoration:none;
	line-height:31px;
	padding:0 10px;
	background:url(../img/bg_tabs_selected.png) no-repeat -300px 0;
}

.tab {
	height:280px;
}

#tabnavi li.ui-tabs-selected a {
	text-transform:uppercase;
	background:url(../img/bg_tabs_selected.png) no-repeat 0 0;
}

#tabnavi li a:hover {
	background:url(../img/bg_tabs_selected.png) no-repeat 0 0;
}

#player_cont {
	float:left;
	width:381px;
	padding:10px 20px 0;
}

#player_cont h2 {
	font-family:"Arial Narrow", Arial, Helvetica, Sans-Serif;
	font-size:22px;
	color:#fff;
	margin-bottom:10px;
	font-weight:normal;
	text-transform:uppercase;
}

#player {
	width:362px;
	/*height:196px;*/
	border:11px solid #b8292f;
	overflow:hidden;
}

#playlist_cont {
	float:left;
	width:217px;
	/*height:280px;*/
	background:url(../img/pc_bg_right.png) no-repeat;
	padding-left:2px;
}

#playlist a {
	display:block;
	color:#ffffff;
	font-family:"Arial Narrow", Arial, sans-serif;
	text-decoration:none;
	padding:10px;
	background:url(../img/pc_trenner.png) no-repeat bottom;
}

#playlist a.playing {
	background:url(../img/pc_active.png) no-repeat bottom;
}

#playlist a h2 {
	font-size:14px;
}

#playlist a p {
	font-size:12px;
}

.tab .more {
	margin:10px;
	text-align:right;
}

.tab .more a {
	color:#fff;
}

.top-article {
	overflow:hidden;
	padding:20px;
}

.top-article h2 {
	font-family:"Arial Narrow", Arial, Helvetica, Sans-Serif;
	font-size:22px;
	color:#fff;
	margin-bottom:20px;
	font-weight:normal;
}

.top-article h2 a {
	color:#fff;
}

.top-article small.cat {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding-left:12px;
	background:url(../img/marker_red.png) no-repeat left;
}

.top-article .article-left {
	width:50%;
	float:left;
}

.top-article .article-right {
	width:50%;
	float:left;
}

.top-article .teaser_image {
	border:5px solid #B8292F;
	/*height:152px;*/
	overflow:hidden;
	width:270px;
}

.top-article .teaser_text {
	color:#fff;
}

.top-article .more {
	font-weight:bold;
}


	
/*CONTENT */
#cwrapper {
	/*background:#fff url(../img/bg_cwrapper.png) repeat-y;*/
	overflow:hidden;
	clear:left;
}

#cwrapper.full {
	/*background:#fff url(../img/bg_cwrapper_white.png) repeat-y;*/
	overflow:hidden;
}

#content {
	float:left;
	width:640px;
}


	
/*BLOCK*/
.block {
	overflow:hidden;
}

.block h1 {
	color:#b8292f;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:52px;
	font-weight:normal;
	text-transform:uppercase;
	/*background:url(../img/bg_content_h1.png) no-repeat;*/
	padding:0 15px 15px;
}

.block h1 .rss {
	float:right;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	display:block;
}

.block h1 .rss a {
	color:#636466;
	background:url(../img/icons/rss.png) no-repeat left center;
	display:block;
	padding-left:20px;
}

.block .col_left {
	float:left;
	width:280px;
	padding:5px 20px 20px;
}

.block .col_left .teaser_image {
	width:270px;
	height:152px;
	margin:0 auto;
	border:5px solid #c7c7c7;
	margin-bottom:15px;
	overflow:hidden;
}

.block .col_left h2 {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#636466;
	margin-bottom:15px;
}

.block h2 a {
	color:#636466;
}

.block h2 a:hover {
	color:#B8292F;
}

.block .col_left small.cat {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding-left:12px;
	background:url(../img/marker_red.png) no-repeat left;
}

.block .col_left small.wb {
	background:url(../img/marker_red.png) no-repeat left;
}

.block .col_left .teaser_text {
	line-height:130%;
}

.block .col_left .more {
	text-align:right;
}

.block .col_left .more a {
	font-size:11px;
	color:#b8292f;
	text-transform:uppercase;
	text-decoration:none;
}

.block .col_right {
	float:right;
	width:280px;
	padding:5px 20px 20px;
}

.block .col_right h3 {
	color:#b8292f;
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:15px;
}

.block .col_right .entry {
	overflow:hidden;
	margin-bottom:15px;
}

.block .col_right .entry h2 {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636466;
	margin-bottom:10px;
	font-weight:bold;
}

.block .col_right .entry .teaser_image {
	width:106px;
	height:60px;
	overflow:hidden;
	border:3px solid #c7c7c7;
	float:left;
	margin:0 10px 5px 0;
}

.block .col_right .entry .more {
	font-size:11px;
	color:#b8292f;
	text-transform:uppercase;
	text-decoration:none;
}

.block .col_right ul {
	list-style-type:none;
}

.block .col_right li h2 a {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636466;
	margin-bottom:10px;
	font-weight:bold;
	text-decoration:none;
}

.block .col_right li {
	padding:5px;
}

.block .col_right li:hover {
	background:#fff;
}

#efilter {
	margin:0 20px 15px;
	border-bottom:1px solid #636466;
	overflow:hidden;
}

#efilter a {
	border:1px solid #636466;
	padding:2px 5px;
	color:#636466;
	float:left;
	border-bottom:0;
}

#efilter a.active {
	color:#fff;
	background:#636466;
}

.events .meta {
	background:#efefef;
	margin-bottom:10px;
	padding:5px;
}

#elist {
	clear:left;
}

#elist .meta {
	background:#fff;
}


	
/* VIEW */
.view {
	overflow:hidden;
	background:#fff;
}

.view h1 {
	color:#b8292f;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:52px;
	font-weight:normal;
	text-transform:uppercase;
	/*background:url(../img/bg_content_h1_white.png) no-repeat;*/
	padding:0 15px 15px;
}

.view .entry {
	padding:5px 20px 20px;
	line-height:140%;
}

.view .entry h2 {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#636466;
	margin-bottom:15px;
	line-height:100%;
}

.view .entry .teaser_image {
	width:270px;
	height:152px;
	border:5px solid #c7c7c7;
	overflow:hidden;
	float:left;
	margin:0 15px 10px 0;
}

.view .entry small.cat {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding-left:12px;
	background:url(../img/marker_red.png) no-repeat left;
}

.view .entry small.wb {
	background:url(../img/marker_red.png) no-repeat left;
}

.view .entry .body_text {
	margin-top:15px;
}

.view .meta {
	background:#efefef;
	margin-bottom:20px;
	padding:5px;
}

.view #player {
	width:400px;
	height:330px;
	margin:0 auto 20px;
}

.view .entry .description p {
	margin:20px 0;
}

.view .col {
	width:290px;
	float:left;
}

#formular {
	padding-right:20px;
}

#formular fieldset {
	border:0;
	border-top:1px solid #696969;
	background:url(../img/bg_grad.jpg) no-repeat right top;
	padding:0 15px 15px;
}

#formular legend {
	color:#fff;
	font-family:"Arial Narrow",Arial,Helvetica,Sans-Serif;
	font-size:14px;
	text-transform:uppercase;
	background:#696969;
	padding:2px 5px;
}

#formular .input {
	margin:5px 0;
}

#formular .input label,#formular .textarea label {
	text-transform:uppercase;
	display:block;
	font-size:11px;
	font-weight:bold;
}

#formular .input input,#formular .textarea textarea {
	background-color:#FFFFFF;
	border:1px solid #D4D4D4;
	font-size:15px;
	padding:3px;
	width:90%;
}

#formular .err {
	background:url(../img/icons/achtung.png) no-repeat right 21px;
}

#formular .ok {
	background:url(../img/icons/ok.png) no-repeat right 21px;
}

#formular .textarea textarea {
	height:150px;
}

#formular .submit {
	text-align:right;
	padding-right:30px;
}

#formular .submit input {
	background:#FFFFFF url(../img/bg_button.png) repeat-x scroll 0 0;
	border:1px solid #AAAAAA;
	color:#B8292F;
	font-size:12px!important;
	padding:5px 10px!important;
	text-transform:uppercase;
}

#formular p {
	margin:1em 0;
}


	
/* MEMBER FORM */
#member_zip {
	width:15%;
	float:left;
	padding-right:10px;
}

#member_city {
	width:79%;
	float:left;
}


	
/* REGISTRATION FORM */
#formular.registration {
	padding:0;
	margin:30px 0;
}

#formular.registration fieldset {
	width:270px;
	float:left;
}

#formular.registration h3 {
	font-family:"Arial Narrow", Arial, Helvetica, Sans-Serif;
	color:#b8292f;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:15px;
}


	
/* LIST */
.list {
	overflow:hidden;

	
/*background: #fff;*/
	padding-bottom:20px;
}

.list h1 {
	color:#b8292f;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:52px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 15px 15px;
	/*background:url(../img/bg_content_h1.png) no-repeat;*/
}

.full .list h1 {
	/*background:url(../img/bg_content_h1_white.png) no-repeat;*/
}

.list .entry {
	padding:5px 20px 20px;
	line-height:140%;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}

.list .entry h2 {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#636466;
	margin-bottom:5px;
	line-height:100%;
	font-weight:normal;
	text-transform:none;
}

.list .entry h2 a {
	color:#636466;
	text-decoration:none;
}

.list .entry h2 a:hover {
	color:#b8292f;
}

.list .entry .teaser_image {
	width:106px;
	height:60px;
	overflow:hidden;
	border:3px solid #c7c7c7;
	float:left;
	margin:0 10px 5px 0;
}

.list .entry small.cat {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding-left:12px;
	background:url(../img/marker_red.png) no-repeat left;
}

.list .entry small.wb {
	background:url(../img/marker_red.png) no-repeat left;
}

.list .entry .body_text {
	margin-top:15px;
}

.list .entry .meta {
	margin-top:10px;
	clear:left;
}

.list .entry .file {
	overflow:hidden;
	line-height:20px;
	margin-top:10px;
}

.list .entry .file a {
	background:url(../img/icons/package.png) no-repeat left center;
	padding-left:18px;
	display:block;
	float:left;
	padding-right:10px;
}

.list .col {
	float:left;
	width:50%;
}

.list .col h2 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	background:url(../img/bg_sidebar_h2.png) no-repeat center bottom;
	padding:0 15px 15px;
	line-height:25px;
	margin-bottom:10px;
}

.list .right h2 {
	background:url(../img/bg_sidebar_h2_grey.png) no-repeat center bottom;
}

.list .col .entry h2 {
	text-transform:none;
	font-size:18px;
	font-weight:normal;
	background:none;
	padding:0;
	line-height:100%;
	margin-bottom:5px;
}

.list .col .more {
	padding:0 20px;
	text-transform:uppercase;
}

.list .journal {
	padding:5px 20px 20px;
	line-height:140%;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}

.list .journal h2 {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#636466;
	margin-bottom:15px;
	line-height:100%;
	font-weight:normal;
	text-transform:none;
}

.list .journal .cover {
	border:3px solid #c7c7c7;
	float:left;
	margin:0 20px 5px 0;
}

.list .journal .desc {
	margin:0 0 20px 130px;
}

.list .journal .desc ul {
	margin:0 20px;
}

.list .journal .files {
	overflow:hidden;
}

.list .journal a {
	display:block;
	float:left;
	padding-left:20px;
	margin-right:20px;
}

.list .journal a.pdf {
	background:url(../img/icons/page_white_acrobat.png) no-repeat left;
}

.list .journal a.flipr {
	background:url(../img/icons/book_open.png) no-repeat left;
}

.list .gallery {
	padding:5px 20px 20px;
	line-height:140%;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}

.list .gallery h2 {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#636466;
	margin-bottom:15px;
	line-height:100%;
	font-weight:normal;
	text-transform:none;
}


	
/* SIDEBAR */
#sidebar {
	float:right;
	width:280px;
	background:#c9c9c9 url(../img/bg_sidebar.png) repeat-x;
	padding:20px;
	visibility:hidden;
	display:none;
}

#sidebar .block {
	background:#fff;
	margin-bottom:20px;
	overflow:hidden;

	
/*height: 290px;*/
}

#sidebar .block h2 {
	background:url(../img/bg_sidebar_h2.png) no-repeat;
	line-height:53px;
	padding:0 15px 15px;
	color:#b8292f;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
}

#sidebar .block p {
	margin:0 20px 20px;
}

#sidebar .block form {
	margin:0 20px 20px;
}

#sidebar .newsletter .email {
	width:230px;
	height:28px;
	background:url(../img/bg_input_nl.png) no-repeat;
	padding:5px;
}

#sidebar .newsletter .email input {
	width:220px;
	border:0;
	font-size:14px;
	margin:5px;
	background:transparent;
}

#sidebar .newsletter form input:focus {
	background:#fff;
}

#sidebar .newsletter p {
	margin:0 20px 10px;
}

#sidebar .submit {
	margin-top:10px;
	text-align:right;
	padding-right:5px;
}

#sidebar .submit input {
	width:auto!important;
	background:#fff url(../img/bg_button.png) repeat-x;
	color:#b8292f;
	text-transform:uppercase;
	font-size:12px!important;
	padding:5px 10px!important;
	border:1px solid #aaa;
}

#sidebar .downloads ul {
	padding:0 20px 20px;
	list-style:none;
}

#sidebar .downloads li a {
	background:url(../img/icons/package.png) no-repeat left center;
	padding-left:18px;
	display:block;
}

#sidebar .downloads li {
	margin-bottom:10px;
}

#sidebar .partner {
	text-align:center;
	padding:10px 0 20px;
}

#sidebar .partner a {
	display:block;
	margin-bottom:20px;
}


	
/*FOOTER*/
#footer {

	
/*background: url(../img/bg_footer.png) no-repeat;*/
	text-align:right;
	font-size:11px;
	color:gray;
	font-family:Arial;
	line-height:11px;
	padding:10px;
	visibility:hidden;
	display:none;
}

#footer a {
	text-transform:uppercase;
	margin:0 5px;
}

#gallery {
	margin:15px 0;
	clear:left;
}

.gallery {
	clear:left;
}

#gallery h3 {
	font-family:"Arial Narrow", Arial, Helvetica, Sans-Serif;
	color:#b8292f;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:15px;
}

.gallery .images,#gallery .images {
	overflow:hidden;
	border:5px solid #ddd;
	padding:0;
}

.gallery div.img,#gallery div.img {
	float:left;
	width:70px;
	height:70px;
	overflow:hidden;
	border:2px solid gray;
	margin:5px;
}

.gallery .status,#gallery .status {
	background:#ddd;
	text-align:right;
	padding:0 5px 5px 0;
}

.gallery .status a,#gallery .status a {
	color:#b8292f;
	text-decoration:none;
}

.gallery .bg,#gallery .bg {
	overflow:hidden;
}


	
/* VETRETER */
.replist {
	overflow:hidden;
	background:#fff;
}

.replist h1 {
	color:#b8292f;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:52px;
	font-weight:normal;
	text-transform:uppercase;
	/*background:url(../img/bg_content_h1_white.png) no-repeat;*/
	padding:0 15px 15px;
}

.replist .entry {
	padding:5px 20px 20px;
	overflow:hidden;
}

.replist h2 {
	font-family:"Arial Narrow", Arial, Helvetica, Sans-Serif;
	color:#b8292f;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:15px;
}

.person {
	padding:5px 20px 20px;
	line-height:140%;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}

.person .image {
	float:left;
	border:3px solid #C7C7C7;
	margin:0 10px 0 0;
}

.person .name {
	font-size:14px;
	font-weight:bold;
}

.person .email {
	font-weight:bold;
}

.person a.detail {
	display:block;
	text-transform:uppercase;
	background:#b8292f;
	color:#fff;
	float:left;
	padding:2px;
	margin:5px 0 0;
	font-size:11px;
	width:87px;
	line-height:11px;
	clear:left;
}

.person div.detail {
	float:left;
	border-top:1px solid #b8292f;
	padding:10px 0;
	clear:left;
}

.person .detail p {
	margin:0 0 1em;
}

.person .detail ul {
	margin:0 0 0 20px;
}

.loading {
	margin:10px;
}

#iv {
	width:600px;
	background:url(../img/iv_bg.png) no-repeat left top;
	margin-bottom:20px;
}

#iv h3 {
	color:#B8292F;
	font-family:"Arial Narrow",Arial,Helvetica,Sans-Serif;
	font-size:12px;
	margin-bottom:5px;
	line-height:12px;
	padding:5px;
}

#iv a {
	color:#636466;
	display:block;
	line-height:12px;
	padding:2px;
	text-decoration:none;
}

#iv a.active {
	background:#B8292F;
	color:#FFFFFF;
}

#iv ul li {
	margin-bottom:2px;
}

#iv .branche {
	float:left;
	width:179px;
	margin-right:20px;
	height:210px;
	margin-bottom:20px;
	padding:5px;
}

#iv ul {
	min-height:183px;
}

#iv ul {
	list-style:none;
	background:#fff;
	padding:5px;
}

#iv .cat {
	float:left;
	width:381px;
	height:210px;
	margin-bottom:20px;
	padding:5px;
}

#iv .cat_res {
	height:193px;
	overflow:auto;
}

#iv .result {
	clear:left;
	padding:10px;
}

#iv .result h3 {
	padding:10px 0 0;
	margin-bottom:0;
}


	
/* POLL */
#poll {
	margin:0 20px 20px;
}

#poll h3 {
	font-size:12px;
}

#poll form {
	margin:0!important;
	padding:0!important;
}

#poll ul {
	padding:0;
	margin:10px 0;
	list-style-type:none;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

#poll li {
	padding:5px 0;
	overflow:hidden;
	margin:5px 0;
}

#poll li:hover {
	background:#ddd;
}

#poll li input {
	float:left;
	margin-right:5px;
}

#poll li label {
	float:left;
	width:200px;
}

#poll .submit {
	text-align:center;
}

#poll .more {
	margin-top:10px;
}

#poll .more a {
	text-transform:uppercase;
}

#poll .submit input {
	width:auto!important;
	background:#fff url(../img/bg_button.png) repeat-x;
	color:#b8292f;
	text-transform:uppercase;
	font-size:12px!important;
	padding:5px 10px!important;
	border:1px solid #aaa;
}

#poll .bar {
	background:#ff0000 url(../img/bg_poll_bar.png) repeat-x;
	color:#fff;
	text-align:right;
	font-size:10px;
	border:1px solid #c73239;
}

#poll p {
	margin:0!important;
	padding:0!important;
	margin-bottom:5px!important;
}


	
/* BOOKS */
.books .cover {
	float:left;
	margin-right:10px;
	border:3px solid #ddd;
}

.books h3 {
	margin-left:95px;
}

.books h3 a {
	color:#636466;
}

.books h3 a:hover {
	color:#B8292F;
}

.books .meta {
	margin-left:95px;
	margin-bottom:1em;
}

.books .desc {
	font-size:11px;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	margin-left:95px;

	
/*height: 3em;*/
	overflow:hidden;
}

.book {
	margin:0 10px 10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}

.book .order {
	margin-top:10px;
	text-align:right;
}


	
/* PAGINATION */
div#pagination {
	font-family:tahoma;
	text-align:center;
	margin:0 20px;
}

#pagination span {
	display:block;
	float:left;
	font-size:11px;
	line-height:13px;
	margin:2px 6px 2px 0;
}

#pagination span a {
	background-color:#ffffff;
	border:1px solid #bbbbbb;
	color:#303030;
	display:block;
	padding:1px 5px 2px;
	text-decoration:none;
}

#pagination span a:hover,#pagination span a:active {
	background-color:#bbbbbb;
	border:1px solid #303030;
}

#pagination span.aktuell a {
	background-color:#303030;
	border:1px solid #303030;
	color:#ffffff;
	font-size:11px;
	padding:1px 5px 2px;
}

.body_text ul {
	margin:20px;
}

.view .entry .body_text h2 {
	font-size:14px;
	margin:0 0 20px;
}

.view .entry .downloads h3 {
	font-family:"Arial Narrow", Arial, Helvetica, Sans-Serif;
	color:#b8292f;
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px solid #696969;
}

.view .entry .downloads ul {
	list-style:none;
	background:#efefef;
	padding:15px;
}

.view .entry .downloads li a {
	background:transparent url(../img/icons/package.png) no-repeat scroll left center;
	display:block;
	padding-left:18px;
}

.body_text_img {float:left; width:210px; margin:0 5px 20px 5px; text-align:center;}
.body_text_img img {border:5px solid #C7C7C7;}
.body_text_text {float:left; width:375px; margin:0 0 20px 0; }
.clear{clear:both;}
