.newslistbit {
	border:1px solid #686868;
	-moz-opacity:5.0;
	/* Für die Webkitbrowser */
	-webkit-border-radius: 5px;
	/* Für die Geckobrowser */
	-moz-border-radius: 5px;;
	/* Für die KHTML-Browser */
	-khtml-border-radius: 5px;
	/* Die zukünftige CSS 3.0 Deklaration */
	border-radius: 5px;
	
	/** schattierung **/
	box-shadow: 3px 3px #DDD;
	-moz-box-shadow: 3px 3px #DDD; /* Mozilla Firefox */
	-webkit-box-shadow: 3px 3px #DDD; /* Google Chrome */
	
	background: -moz-linear-gradient(bottom, #fff, #F1F1F1); /* Mozilla Firefox farbverlauf */
}
.newslistbit h3 {
	margin:0;
	padding:0;
	font-weight:bold;
}
.newslistbit thead tr {
	background:#F1F1F1
}
.newslistbit thead .dashed {
	border-bottom:1px dashed #AFAFAF;	
}
.newslistbit tbody td {
	padding:10px;
}
.newsticker {
	border:1px #666 solid;
	padding:5px;
	background:#FFF;
}
.news_search {
	display:block;
	padding:10px;
	text-align:right;
}
.news_highlight {
	font-weight:bold;
	color:#C93;
}


.comment {
	border:1px solid #686868;
	-moz-opacity:5.0;
	/** rundung **/
	/* Für die Webkitbrowser */
	-webkit-border-radius: 5px;
	/* Für die Geckobrowser */
	-moz-border-radius: 5px;;
	/* Für die KHTML-Browser */
	-khtml-border-radius: 5px;
	/* Die zukünftige CSS 3.0 Deklaration */
	border-radius: 5px;	
}

.comment_layout {
	border:1px solid #686868;
	-moz-opacity:5.0;
	/** rundung **/
	/* Für die Webkitbrowser */
	-webkit-border-radius: 5px;
	/* Für die Geckobrowser */
	-moz-border-radius: 5px;;
	/* Für die KHTML-Browser */
	-khtml-border-radius: 5px;
	/* Die zukünftige CSS 3.0 Deklaration */
	border-radius: 5px;
}
.comment_head {
	background:#F1F1F1;
	-moz-opacity:5.0;
	/** rundung **/
	/* Für die Webkitbrowser */
	-webkit-border-radius: 5px;
	/* Für die Geckobrowser */
	-moz-border-radius: 5px;;
	/* Für die KHTML-Browser */
	-khtml-border-radius: 5px;
	/* Die zukünftige CSS 3.0 Deklaration */
	border-radius: 5px;
	padding:5px;
	border-bottom:1px dashed #AFAFAF;
}
.comment_head span {
	float:right;
}
.comment_wrapper {
	padding:5px;
	background: -moz-linear-gradient(bottom, #fff, #F1F1F1); /* Mozilla Firefox farbverlauf */
}
.comment_info {
	padding:5px;
}
.comments_buttons {
	text-align:right;
	padding:5px;
}
._button {
	display:inline-block;
	padding:5px;
	border:1px solid #686868;
	-moz-opacity:5.0;
	font-size:13px;
	font-weight:bold;
	
	/** rundung **/
	/* Für die Webkitbrowser */
	-webkit-border-radius: 5px;
	/* Für die Geckobrowser */
	-moz-border-radius: 5px;;
	/* Für die KHTML-Browser */
	-khtml-border-radius: 5px;
	/* Die zukünftige CSS 3.0 Deklaration */
	border-radius: 5px;
	
	/** schattierung **/
	box-shadow: 3px 3px #DDD;
	-moz-box-shadow: 3px 3px #DDD; /* Mozilla Firefox */
	-webkit-box-shadow: 3px 3px #DDD; /* Google Chrome */
	background:#E1E1E1; /* Mozilla Firefox farbverlauf */
	
	background: -moz-linear-gradient(bottom, #E1E1E1, #F6F6F6); /* Mozilla Firefox farbverlauf */
}

._button:hover {
	background:#C4C4C4; /* Mozilla Firefox farbverlauf */
	background: -moz-linear-gradient(bottom, #C4C4C4, #F6F6F6); /* Mozilla Firefox farbverlauf */
}

._error {
	display:block;
	
	background:#FF9FA2;	
	
	padding:5px;
	border:1px solid #686868;
	
	/** rundung **/
	/* Für die Webkitbrowser */
	-webkit-border-radius: 5px;
	/* Für die Geckobrowser */
	-moz-border-radius: 5px;;
	/* Für die KHTML-Browser */
	-khtml-border-radius: 5px;
	/* Die zukünftige CSS 3.0 Deklaration */
	border-radius: 5px;
	margin-bottom:10px;
}



h5.trigger a {
	color: #000;
	text-decoration: none;
	display: block;
	padding:5px;
}
h5.trigger a:hover {
	color:#666;
}
h5.active { 
	border-bottom:1px dashed #AFAFAF
}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	clear: both;
}



.links_style {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	margin-bottom:35px;
}
.links_style li {
	float:left;
	padding:5px;
	margin:3px;
	text-align:center;
	background:#E1E1E1;
	border:1px solid #686868;
	-moz-opacity:5.0;
	/* Für die Webkitbrowser */
	-webkit-border-radius: 5px;
	/* Für die Geckobrowser */
	-moz-border-radius: 5px;;
	/* Für die KHTML-Browser */
	-khtml-border-radius: 5px;
	/* Die zukünftige CSS 3.0 Deklaration */
	border-radius: 5px;
	min-width:16px;
	min-height:16px;
	line-height:18px;
}
.links_style li:hover {
	background:#C4C4C4;
	border:1px solid #686868;
	-moz-opacity:5.0;
	/* Für die Webkitbrowser */
	-webkit-border-radius: 5px;
	/* Für die Geckobrowser */
	-moz-border-radius: 5px;;
	/* Für die KHTML-Browser */
	-khtml-border-radius: 5px;
	/* Die zukünftige CSS 3.0 Deklaration */
	border-radius: 5px;
}
.links_style .link_layout {
	background:none;
	border:none;
	font-size:14px;
}
.links_style .link_layout:hover {
	background:none;
	border:none;
}
