/**

 * @author ( Angie Radtke )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


*  /* beez */ {
	margin: 0;
	padding: 0;
}

html { /*adfc*/
	height: 100%;
}

body /* beez */ {
	font-size: 100.01%;
/*	padding: 0px;
	text-align: center;
	position: relative;*/
}
body {
	height: 100%;
	margin: 10px;
	background-color: white;
}

/* DEFINITIONS: TEXT -> START */

body, div, p,
h1, h2, h3, h4, h5,
ul, ol, li,
a:link, a:hover, a:active, a:visited,
.item-title, .item-title a {
	color: rgb(62, 80, 89);
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	/*! line-height: 135%; */
}

a:link, a:visited {
	text-decoration: none;
	color: rgb(238, 127, 0);
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: rgb(238, 127, 0);
}

p, h1, h2, h3, h4, h5, ul, ol, li {
	margin: 0 0 10px;
}

.dp-container h1,
#main h1 {
	font-size: 18px;
	line-height: 110%;
	margin: 0 0 15px;
	color: rgb(54, 69, 77);
	font-weight: normal;
}
.dp-container h2,
h2,
h2.item-title,
h2.item-title a  {
	font-size: 15px;
	line-height: 110%;
	margin: 0 0 15px;
	color: rgb(54, 69, 77);
	font-weight: bold;
}

.dp-container h3,
h3,
h3.item-title,
h3.item-title a {
	line-height: 110%;
	margin: 0 0 4px;
}

.dp-container h4,
h4,
h4.item-title,
h4.item-title a {
	line-height: 110%;
	margin: 0 0 5px;
	font-weight: bold;
}

.dp-container h5,
h5,
h5.item-title,
h5.item-title a {
	line-height: 110%;
	margin: 0;
}

ul {
	padding: 0 0 0 15px;
}
ol {
	padding: 0 0 0 25px;
}

li {
	margin: 0;
}

ul.inline > li {
	display: inline;
}

dt {
/*	float:left; /* hat die Kalenderauswahl zerschossen, unklar, warum es das gibt*/
	margin-right: 0.5em;
	font-weight: bold;

}
dd {
/*! float:none; */
}

small, small a, small a:link, small a:hover, small a:active, small a:visited,
.small, .small a, .small a:link, .small a:hover, .small a:active, .small a:visited {
	font-size:10px;
}

/*Überschreibt feste CSS-Werte*/
.chzn-container {
	font-size: 12px;
}

/* DEFINITIONS: TEXT -> END */

/* ###################### general ###################### */

/* +++ navigation links +++ */
#all /* adfc, entspricht Klasse 'nonFooter' */ {
	position: relative;
	width: 812px; /* hier wird die Breite fixiert! */
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: rgb(230, 238, 242) solid 1px;
	background: url(../images_adfc/nonfooter_bg.gif) repeat-y;
}

#header { /* beez, entspr. adfc 'div.head'*/
	color:white;
	background-color: white;
	border-bottom: white solid 1px;
/*	width: 810px;*/
}
/* +++ navigation links +++ */
#nav {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 219px;
}

/* +++ inhaltsbereich mitte  +++ */
#contentarea,
#contentarea2 /* beez */ {
	position: relative;
	overflow: hidden;
	margin: 0;
}
#contentarea {
}
#contentarea2 {
}

#wrapper /* beez */ {
	width: 564px; /* hier wird die Breite fixiert! */
	float: left;
	position: relative;
	padding: 20px 14px 20px 14px;
}
#wrapper2 /* beez */ {
	width: 369px; /* hier wird die Breite fixiert! */
	float: left;
	position: relative;
	padding: 20px 14px 20px 14px;
}

#wrapper2 .item-page /* beez */  {
/*	max-width: 660px; */
}

#main  {
	padding: 0px 0px 10px 0px;
	position: relative;
	min-height: 420px;
}

#bottom {
}

#footer {
	width: 813px; /* hier wird die Breite fixiert! */
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 52px;
	float: left;
	background: white;
}

#footerleft {
	background: url(../images_adfc/nonfooter_bg.gif) repeat-y;
	height: 22px;
	padding: 9px 0px 0px 0px;
	width: 219px;
	border-top: white solid 1px;
	border-bottom: rgb(230, 238, 242) solid 1px;
	float: left;
}
#footermiddle {
	float: left;
	width: 579px;
	height: 22px;
	padding: 9px 0px 0px 0px;
	border-top: rgb(230, 238, 242) solid 1px;
	border-bottom: rgb(230, 238, 242) solid 1px;
	text-align: center;
}

#footerright {
	float: left;
	height: 23px;
	width: 15px;
	padding: 9px 0px 0px 0px;
	background: url(../images_adfc/footer_right_bg.gif) no-repeat top right;
	border-top: rgb(230, 238, 242) solid 1px;
}

#footer a:link, .footer a:hover, .footer a:active, .footer a:visited {
	color: 	#464646;
}
/* ++++++++++++++++++++ headings +++++++++++++ */

#main .blog-featured h1 {
}

.items-row h2 {
}

.items-leading h2 {
}

#main h2 a {
	font-size: 15px;
	line-height: 110%;
	margin: 0 0 15px;
	color: rgb(54, 69, 77);
	font-weight: bold;
}
#main h2 a:hover, #main h2 a:active, #main h2 a:focus {
	text-decoration: underline;
}
/* ++++  ++++ */
#right {
	float: left;
	width: 176px; /* hier wird die Breite fixiert! (und in #all und #wrapper)*/
/*	width: 20%; */
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 5px 0px;
	position: relative;
}
.element-invisible,
.unseen,
.hidelabeltxt /* beez */  {
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
}
.wrap /* entspricht etwa adfc-klasse 'clearer' */ {
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

/* ###################### header ###################### */
/* ++++++++++++++ links fuer lesegeraete ++++++++++++++ */

ul.skiplinks,
ul.skiplinks li /* beez */  {
	display: inline;
	height: 0px;
	line-height: 0;
	padding: 0 !important;
}

ul.skiplinks li a.u2 /* beez */  {
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;

}

ul.skiplinks li a.u2:active,
ul.skiplinks li a.u2:focus /* beez */  {
	position: absolute;
	width: 13em;
	top: 10px;
	left: 10px;
	line-height: 1.5em;
	padding: 5px;
	font-weight: bold;
	height: 3em;

}
/* ++++++++++++++ header ganz links ++++++++++++++ */

div#adfcHeadStripe /* adfc, etspr klasse 'headStripe'*/ {
	float: left;
	height: 126px;
	width: 33px;
	background: rgb(238, 127, 0) url(../images_adfc/head_stripe.gif) no-repeat;
}

/* ++++++++++++++ header logo ++++++++++++++ */

#logo /* adfc, entspr. 'div.cLogo' */ {
	display: block;
	float: left;
	width: 185px;
	height: 126px;
	margin: 0px;
	border-left: 1px solid white;
	color:white;
	font-weight: bold;
	background: rgb(0, 75, 124);
}
#logo img.logo /* beez */ {
	border: 0;
}
#logo span /* neu */ {
	display: block;
}
#logo span.adfcLogoSubline /*adfc, entspr. 'div.cLogoSubline'*/ {
	border-top: white solid 1px;
	display: block;
	margin: 0 15px;
	padding: 5px 0 0;
}
#logo a {
	color:white;
	font-weight: bold;
	text-decoration: none;
}
#logo span.header1 /* adfc, entspr. '.cLogoSubline p' */  {
	display: block;
	font-size: 12px;
	line-height: 110%;
	margin: 0;
	text-align: center;
}
#logo span.logo /* neu */ {
	background: rgb(0, 75, 124) url(../images_adfc/logo_adfc.gif) no-repeat;
}
#logo span.logo /* neu */ {
	display: block;
	width: 185px;
	height: 88px;
}
#logo span.logotext { /* neu */
	display: none;
}
/* ++++++++++++++ header grosses bild ++++++ */

#adfcHeadPic {
	background: rgb(0, 75, 124);
	border-left: 1px solid white;
	float: left;
	height: 126px;
	margin: 0;
	width: 590px; /* hier wird die Breite fixiert! */
	/*Bild wird in der Template-Stil-Einstellung im Back-end ausgewaehlt */
}

/* ########################## zeile unterm header ########################### */
#line {
/*	width: auto; */
	height: 35px;
	border-bottom: 1px solid white;
}

/* ##########################  modul searchbox  ########################### */

#searchbox /* adfc-klassen 'leftCol' und 'searchbox' */ {
	float: left;
	height: 35px;
	position: relative;
	width: 219px;
	border: 0;
}
#searchbox form /* adfc */ {
	margin: 0;
	padding: 0;
	border: 0;
}
#searchbox form .search label {
		display: none
}
#searchbox input.button /* adfc ehem. klasse 'searchSubmit' */ {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	border:0;
	background-color: rgb(238, 127, 0);
}

#searchbox input[id^="mod-search-searchword"]/* adfc ehem. klasse 'searchInput'*/ {
	display: block;
	height: 35px;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	right: 0px;
	width: 186px;
	background: url(../images_adfc/search_input_bg.gif) left top repeat-x;
	border: 0;
	border-left: 1px solid white;
	color: rgb(71, 92, 102);
	font-size: 12px;
	font-style: italic;
	background-color: rgb(0, 75, 124);
	border-radius: unset;
}

/* ##########################  modul topmenue  ########################### */

#top /* entspr. adfc-Klassen 'rightCol' und 'xxx' */ {
	float: left;
	height: 25px;
	margin: 0;
	padding: 10px 15px 0px 15px;
	position: relative;
	width: 560px;
	border-left: 1px solid white;
	background: rgb(0, 75, 124);
	color: white;
	font-weight: bold;
}

#top ul,
#top ul.menu /* adfc */ {
	margin: 0;
	padding: 0;
float: left;
	border-left: 1px solid white;
	color: white;
	font-weight: bold;
}

#top ul li,
#top ul.menu li /* adfc */ {
	border-right: 1px solid white;
	list-style-type:none;
	border-right: 1px solid white;
	display: inline;
	margin: 0;
	padding: 0px 8px 0px 10px;
}


#top ul li a,
#top ul li a:link,
#top ul li a:visited,
#top ul li a:hover,
#top ul li a:active,
#top ul li a:focus {
	display: inline;
	font-weight: bold;
	line-height: 115%;
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#top ul li a:hover,
#top ul li a:active,
#top ul li a:focus {
	color: rgb(0, 75, 124);
}

#top ul li.active a {
	text-decoration: underline;
}
/* ++++++++++++++  fontsize  ++++++++++++++ */
#fontsize {
	text-align: right;
	display:block;
	position: absolute;
	left:340px;
	width:250px;
}
#fontsize h3 {
	display: inline;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#fontsize p {
	display: inline;
}
#fontsize p a {
	display: inline;
	color: rgb(62, 80, 89);
	margin-left: 33px;
	padding: 11px 10px 5px 11px;
}

/* ########################## navigation left ########################### */

#nav .moduletable {
	border-bottom: 1px solid white;
}
#nav .moduletable > * {
	padding: 11px 10px 5px 11px;
	margin-left: 33px;
}

#nav h3,
#nav .moduletable > h3 {
	background: rgb(218, 227, 235);
	border-bottom: 1px solid white;
	font-size: 13px;
	line-height: 115%;
	min-height: 24px;
	list-style-type: none;
	margin: 0;
	padding: 11px 10px 0px 11px;
}
#nav .moduletable a:link,
#nav .moduletable a:visited {
}
#nav .moduletable a:hover,
#nav .moduletable a:active {
}
#nav .moduletable li {
	list-style-type: none;
	padding-left:10px;
	background: url(../images_adfc/arrow_right_active.gif) left center no-repeat;
}
/* ++++++++++++++  menu first level  ++++++++++++++ */

#nav ul.menu   {
	margin: 0;
	padding: 0;
}
#nav ul.menu li  {
	list-style-type: none;
	line-height: 115%;
	margin: 0;
	padding: 0;
}

#nav ul.menu li a,
#nav ul.menu li a:link,
#nav ul.menu li a:hover,
#nav ul.menu li a:active,
#nav ul.menu li.active a:visited {
	background: url(../images_adfc/navigation_normal_bg.gif) left center no-repeat;
	border-bottom: white solid 1px;
	color: rgb(71, 92, 102);
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 13px;
	line-height: 115%;
/*	min-height: 24px;*/
	padding: 11px 10px 10px 43px;
}

#nav ul.menu li a:hover,
#nav ul.menu li a:active,
#nav ul.menu li.active a:link,
#nav ul.menu li.active a:hover,
#nav ul.menu li.active a:active,
#nav ul.menu li.active a:visited {
	background: url(../images_adfc/navigation_hover_bg.gif) left center no-repeat;
}

#nav ul.menu li.deeper a,
#nav ul.menu li.deeper a:link,
#nav ul.menu li.deeper a:hover,
#nav ul.menu li.deeper a:active,
#nav ul.menu li.deeper a:visited {
	background: url(../images_adfc/navigation_active_bg.gif) left center no-repeat;
}
/* ++++++++++++++  second level  ++++++++++++++ */

#nav ul.menu li.deeper ul {
	padding: 4px 0;
	margin: 0;
	background: url(../images_adfc/subnavigation_spacer.gif) repeat-y;
	border-bottom: white solid 1px;
}
#nav ul.menu li.deeper ul li.deeper ul li.deeper ul {
	border-bottom: none;
}
#nav ul.menu li.deeper ul li a,
#nav ul.menu li.deeper ul li a:link,
#nav ul.menu li.deeper ul li a:hover,
#nav ul.menu li.deeper ul li a:active,
#nav ul.menu li.deeper ul li a:visited,
#nav ul.menu li.deeper ul li.active a:link,
#nav ul.menu li.deeper ul li.active a:hover,
#nav ul.menu li.deeper ul li.active a:active,
#nav ul.menu li.deeper ul li.active a:visited {
	background: none;
	border: 0;
	font-size: 11px;
	font-weight: normal;
	min-height: 1px;
	padding-bottom: 5px;
	padding-top: 6px;
}

#nav ul.menu li.deeper ul li a:hover,
#nav ul.menu li.deeper ul li a:active,
#nav ul.menu li.deeper ul li.active a:hover,
#nav ul.menu li.deeper ul li.active a:active,
#nav ul.menu li.deeper ul li.active > a:link,
#nav ul.menu li.deeper ul li.active > a:visited {
	background: url(../images_adfc/subnavigation_hover_bg.gif) 14px center no-repeat;
}

#nav ul.menu li.deeper ul li.active > a:link,
#nav ul.menu li.deeper ul li.active > a:hover,
#nav ul.menu li.deeper ul li.active > a:active,
#nav ul.menu li.deeper ul li.active > a:visited {
	font-weight: bold;
}

/* ++++++++++++++  third level  ++++++++++++++ */

#nav ul.menu li ul li ul li {
	margin-left: 10px;
}

/* ++++++++++++++  button for closing right column  ++++++++++++++ */
/*
#close {
	margin-right: 0px;
	font-size: 0.85em;
	text-transform: uppercase;
}

#close span {
	position: absolute;
	right: 20px;
	z-index: 10000;
	top: 5px;
	width: 7em;
	font-weight: bold;
	text-align: right;
	line-height: 1.5em;
	padding: 5px 2px 5px 5px
}
*/
/* ++++++++++++++  feeds  ++++++++++++++ */

#nav ul.newsfeed {
	margin:0;
}
#nav li.newsfeed-item {
	background-position: 0px 5px;
}
/* ##########################  breadcrumbs  ########################### */

#breadcrumbs {
	border-bottom: rgb(230, 238, 242) solid 1px;
	min-height: 14px;
	padding: 10px 13px 9px;
}
#breadcrumbs .breadcrumbs {
	margin-bottom: 9px;
}
#breadcrumbs span {
}

#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:hover,
#breadcrumbs a:active,
#breadcrumbs a:focus {
	line-height: 101%;
	color: rgb(71, 92, 102);
}
/* ab Joomla 3.0: */
#breadcrumbs ul.breadcrumb {
	margin:  0px 0px 1px 0px;
	padding: 0px;
}
#breadcrumbs ul.breadcrumb li.active {
}
#breadcrumbs ul.breadcrumb li {
	list-style-type:none;
	display: inline;
	margin:  0px;
	padding: 0px;
}
#breadcrumbs ul.breadcrumb li + li{
	padding-left: 12px;
	background: url(../images_adfc/arrow.png) 2px 1px no-repeat;
}
#breadcrumbs ul.breadcrumb li span.divider {
	display: none;
}
#breadcrumbs ul.breadcrumb li a.pathway {
}

/* ##########################  system   ################################### */

/* Unpublished */
.system-unpublished, tr.system-unpublished {
    background: none;
	border-top: none;
	border-bottom: none;
}
.system-unpublished * {
    color: rgb(198, 207, 215)!important;
}

/* Systemmeldungen */
#system-message-container {
  padding-bottom: 10px;	
}

#system-message .alert { 
  padding-left:40px;
  padding: 10px 10px 10px 40px;
  border-top: 2px solid;
  border-bottom: 2px solid;	
}
#system-message .alert h4 {  }
#system-message .alert .close {  }

/* Information GRUEN */
/* Erfolg GRUEN */
#system-message .alert,
#system-message .alert-success { 
	/* Grünes Ausrufezeichen: */
	background: #fff url(../images/system/notice-info.png) no-repeat;
  padding-left: 40px;
	border-color: #90B203;
}
/* Warnung GELB */
#system-message .alert-warning { 
	/*  Gelbes Ausrufezeichen:*/
	background: #fff  url(../images/system/notice-note.png) no-repeat;
  padding-left: 40px;
  border-color: #FAA528;
}
/* Fehler ROT */
#system-message .alert-danger,  
#system-message .alert-error {  
  /*  Rotes Haltzeichen:*/
	background:#fff url(../images/system/notice-alert.png) no-repeat;
  padding-left: 40px;
	border-color: #990000;  
}



/* ##########################  content - main   ########################### */

#main a:link,
#main a:visited {
}

#main a:hover,
#main a:active,
#main a:focus {
}

#main th a:hover,
#main th a:active,
#main th a:focus {
	background:#333;
	color:#fff;
}

hr.system-pagebreak {
	display: none;
}

.small {
	border:solid 0;
}

ul#archive-items li.row0,
ul#archive-items li.row1 {
	border-bottom:solid 1px #ddd
}

.archive #adminForm fieldset {
	border:0;
	padding:0;
	margin:20px 0
}
/* ++++++++++++++  images  ++++++++++++++ */
img {
	border: none;
}

/* Bilder ohne Ausrichtungsangabe: */
#main img {
	margin: 0 0 1em 1em;
	float: right;
}

/* Bilder mit Ausrichtungsangabe: */
#main .img_caption img,
#main .pull-left   img,
#main .pull-right  img,
#main .image-right img,
#main .image-left  img {
	margin: 0;
	float: none;
}

#main img.image-right,
#main img.image-left {
	margin: 0 0 1em 0;
	float: none;
}

.img_caption {
	text-align: center !important;
}
.img_caption.none {
	margin-left: auto;
	margin-right: auto;
}
.pull-left figcaption,
.img_caption.none p {
	text-align: center;
	margin-bottom: 0.3em;
}

.pull-left,
.img_caption.left,
.image-left,
#main img.image-left {
	float: left;
	margin-right: 1em;
}
.pull-left figcaption,
.img_caption.left p {
	clear: left;
	text-align: center;
	margin-bottom: 0.3em;
}

.pull-right,
.img_caption.right,
.image-right,
#main img.image-right {
	float: right;
	margin-left: 1em;
}
.pull-right figcaption,
.img_caption.right p {
	clear: right;
	text-align: center;
	margin-bottom: 0.3em;
}
/* ++++++++++++++ article icons  ++++++++++++++ */

#printview ul.actions {
	display:none;
}
#main .actions img {
	border:0;
}

#main ul.actions {
	text-align:right;
	padding: 5px;
	float: right;
/*  width:100%;*/
	margin:0;
	background: rgb(237, 244, 250);
	border: none;
}

#main ul.actions li {
		display:inline
}

#main ul.actions a {
		text-decoration:none;
}

/* in Tabelllenansicht */
#main .cat-items ul.actions {
	padding: 0px;
	background: none
}

#main .actions img {
	padding: 0px;
}

dl.article-info {
	margin-bottom: 10px;
}
dl.article-info dt.article-info-term {
/*	text-decoration:none;
	font-weight:bold; */
	display: none;
}
dl.article-info dd {
	padding-left: 0px;
	font-size: 0.9em;
	color: rgb(160, 160, 160);
	font-style: italic;
}
dl.article-info dd a {
	font-size: 1em;
	color: rgb(62, 80, 89);
}

/* ++++++++++++++  edit  ++++++++++++++ */
/*
legend {
		padding:3px 5px;
}

form#adminForm {
}
.tab-pane {
		margin:5px 0;
		background: #EDF4FA;
}

div.edit form#adminForm fieldset {
		margin:10px 0 15px 0;
		border: none;
}

form#adminForm div.formelm,
form#adminForm div.formelm-area {
		margin:5px 0
}

form#adminForm div.formelm label,
form#adminForm div.formelm-area label {
		width:150px;
		display:inline-block;
}

form#adminForm div.formelm input,
form#adminForm div.formelm select {
	  width:300px;
}

form#adminForm div.formelm input#jform_title {
	  width:100%;
}
form#adminForm div.formelm input#jform_publish_up,
form#adminForm div.formelm input#jform_publish_down {
	  width:125px;
}

form#adminForm div.formelm img.calendar {
	  float:none;
		margin-left:2px;
	  padding:0px
}
form#adminForm div.formelm-area label {
		vertical-align:top;
		display:inline-block;
}
form#adminForm div.formelm-area textarea {
	  width:300px;
}
#wrapper2 form#adminForm div.formelm-area {
}

div.formelm-buttons {
		text-align:left;
		margin-bottom:10px
}
.button2-left {
}

a.modal-button,
.button2-left .blank a,
.button2-left a,
.button2-left div.readmore a {
	background:#eee;
	padding:4px !important;
	margin:0 !important;
	line-height:1.2em; border:solid 1px #ddd;
	font-weight:bold; text-decoration:none;
	margin-top:10px !important
}

/* ++++++++++++++ pagebreak ++++++++++++++ */


/Ueberschriften im Inhaltsverzeichniss werden in den Plugineinstellungen im Backend eingeschaltet*/

#article-index,
.article-index /* ex adfc-klasse 'teaserBox' */ {
	width: 125px;
	float: right;
	padding: 0px;
	margin: 10px 0px 10px 10px;
	font-size: 11px;
}

#article-index  p,
#article-index  h2,
#article-index  ul,
#article-index  ol,
#article-index  li,
#article-index  a,
#article-index  a:link,
#article-index  a:hover,
#article-index  a:active,
#article-index  a:visited,
.article-index  p,
.article-index  h2,
.article-index  ul,
.article-index  ol,
.article-index  li,
.article-index  a,
.article-index  a:link,
.article-index  a:hover,
.article-index  a:active,
.article-index  a:visited {
	font-size: 11px;
}

#article-index h3,
.article-index h3 /* ex adfc-klasse 'teaserBox h2' */ {
	color: 	rgb(62, 80, 89);
	font-size: 11px;
	background: rgb(237, 244, 250) url(../images_adfc/teaserbox_headline_rounded_corner_orange.gif) no-repeat;
	color: 	rgb(71, 92, 102);
	font-weight: bold;
	margin: 	0 0 1px;
	min-height: 13px;
	padding: 5px 8px 4px 13px;
}

#article-index ul,
.article-index ul {
	list-style-type: none;
	margin:0;
}

#article-index a.toclink:link,
#article-index a.toclink:visited,
#article-index a.toclink:hover,
#article-index a.toclink:active,
#article-index a.toclink:active,
.article-index a.toclink:link,
.article-index a.toclink:visited,
.article-index a.toclink:hover,
.article-index a.toclink:active,
.article-index a.toclink:active {
	display: block;
	padding: 5px 5px 5px 14px;
	margin:  0px 0px 0px 1px;
	border-bottom: solid 1px rgb(230, 237, 243);
	color: rgb(62, 80, 89);
	background: url(../images_adfc/arrow_right_normal.gif) 5px center no-repeat;
	text-decoration: none;
}

#article-index a.active,
#article-index a.active:link,
#article-index a.active:hover,
#article-index a.active:active,
#article-index a.active:visited,
#article-index a.toclink:hover,
#article-index a.toclink:active,
.article-index a.active,
.article-index a.active:link,
.article-index a.active:hover,
.article-index a.active:active,
.article-index a.active:visited,
.article-index a.toclink:hover,
.article-index a.toclink:active {
	background: url(../images_adfc/arrow_right_active.gif) 5px center no-repeat;
	background-color: rgb(237, 244, 250);
}

/* beez:

#article-index .content {
	margin: 5px 0 0;
	padding: 0;
}


#article-index p {
	margin: 0 0 5px;
}
#article-index .noMargin {
	margin: 0;
}

/* ++++++++++++++  pagenav  +++++++++++++++++ */
/* Navigation zwischen Seiten eines Beitrages:
   j2: pagination, j3:pager
	Navigation zwischen unterschiedlichen Beiträgen
	 j2: li.pagenav-next, j3: ul.pagenav li.next
*/
ul.pagenav,
div.pagination ul,
div.pager      ul {
	list-style-type:none;
	margin-top: 10px;
	margin-left: 0;
	padding-left:0;
}

li.pagenav-prev,
ul.pagenav li.previous,
li.pagenav-next,
ul.pagenav li.next,
div.pagination ul li,
div.pager      ul li {
	display: inline;
	margin: 0px 2px 0px 0px;
	padding: 4px 8px;
	border: rgb(218, 227, 235) solid 1px;
	background-color: white
	border-radius: 4px;
	text-align: center;
	vertical-align: bottom;
	color: rgb(160, 160, 160);
	font-size: 11px;
}
div.pagenavcounter {
	font-size: 0.9em;
	margin-bottom:10px;
}
div.pagination ul li a,
div.pager      ul li a,
ul.pagenav li a {
	text-decoration: none;
	color: rgb(62, 80, 89);
	font-size: 11px;
	margin: 4px 0px;
}
div.pagination ul li:hover,
div.pager      ul li:hover {
	background-color: rgb(237, 244, 250);
}

ul.pagenav li:hover {
	background-color: rgb(218, 227, 235);
}


/* ++++++++++++++ items position  ++++++++++++++ */

.blog-featured {
	padding: 0;
}
.category-desc {
	margin-bottom: 25px;

}
.items-leading {
	padding: 0 0 10px 0;
	border-bottom: solid 1px rgb(230, 237, 243);
	overflow: hidden;
	margin-bottom: 15px;
}
.items-row {
	overflow: hidden;
	margin-bottom: 10px !important;
	/* ab joomla3: */
	border-top: solid 1px rgb(230, 237, 243);
	padding-top: 15px !important;
}
.row-0 {
	border-top:unset;
	padding-top:0 !important;
}

.item {
		padding:0px;
		display:block
}
.row-separator {
	display: block;
	border-top: solid 1px rgb(230, 237, 243);
	margin: 15px 0px 15px 0px;
	height: 0px;
	display: block;
	clear: both;
}

.item-separator {
	display: none;
}

.shownocolumns {
	width: 98% !important;
}


/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1 {
	display: block;
	float: none !important;
/*	margin: 0 !important;
	padding: 0px !important; */

}
.column-1,
.column-2,
.column-3 {
	padding: 0px;
	margin: 0px;
	border: solid 0px;
}

.column-2 {
}

.column-3 {
}

.cols-2 .column-1 {
	width: 46%;
	float: left;
	padding-right: 4%;
/*	border-right: rgb(230, 237, 243) solid 1px; ausgeschaltet, denn Linien der verschiedenen Spalten haben unterschidliche Hoehe */
}

.cols-2 .column-2 {
	width: 46%;
	float: right;
	padding-left: 4%;
}

.cols-3 .column-1 {
	float: left;
	width: 31%;
	padding-right: 2%;
/*	border-right: rgb(230, 237, 243) solid 1px; ausgeschaltet, denn Linien der verschiedenen Spalten haben unterschidliche Hoehe */
}
.cols-3 .column-2 {
	float: left;
	width: 31%;
	padding-left: 2%;
	padding-right: 2%;
/*	border-right: rgb(230, 237, 243) solid 1px; ausgeschaltet, denn Linien der verschiedenen Spalten haben unterschiedliche Hoehe */
}
.cols-3 .column-3 {
	float: right;
	width: 30%;
	padding-left: 2%;
}

.blog-more {
	padding: 10px 5px
}
/* ++++++++++++++  readmore  ++++++++++++++ */

.readmore a:link,
.readmore a:visited,
a.readmore:link,
a.readmore:visited {
}

.readmore a:hover,
.readmore a:active,
.readmore a:focus,
a.readmore a:hover,
a.readmore a:active,
a.readmore a:focus {
}

a.readmore:hover,
a.readmore:active,
a.readmore:focus {
}

/* ++++++++++++++  categories-list + site-maps + box-lists +++++++++ */

ul.box-list,
.categories-list ul {
	list-style-type:none;
	margin-left: 0px;
}
ul.box-list		 li,
.categories-list ul li {
		margin-top: 5px;
		margin-bottom:5px;
		background: url(../images_adfc/nonfooter_bg_2.gif) repeat-y;
		border-bottom: 1px solid rgb(218, 227, 235);
}
/* ab 2.Kategorieebene einruecken: */
ul.box-list		 li ul li,
.categories-list ul li ul li {
	margin-left: 10px;
}
/* Auflistungen in der Beschreibung wieder standardmaeig formatieren: */
.box-list		.item-desc	 ul li,
.categories-list .category-desc ul li {
	list-style-type:square;
	margin-left: 14px;
	border: none;
	background: none;
}
ul.box-list		 li	 .item-title,
.categories-list ul li span.item-title {
	background: rgb(237, 244, 250) url(../images_adfc/teaserbox_headline_rounded_corner_grey.gif) no-repeat;
	padding: 0px 0px 0px 7px;
	display: block;
	margin: 0;
}
ul.box-list		 li	 .item-title a,
.categories-list ul li span.item-title a {
	font-size: 11px;
	color: rgb(71, 92, 102);
	font-weight: bold;
	min-height: 13px;
	padding: 5px 8px 4px 6px;
	display: block;
	margin: 0;
}
ul.box-list		 li .item-desc,
.categories-list ul li .category-desc  {
	margin:5px 0px 0px 0px;
	padding: 0 8px 0 13px;
}
ul.box-list		 li .item-footer {
	background: rgb(237, 244, 250);
	padding: 0px 0px 0px 7px;
	display: block;
	margin: 0;
}
.categories-list dl {
	margin:0 0 10px 0;
	padding: 2px 8px 2px 13px;
}
.categories-list dl dt,
.categories-list dl dd {
	display:inline;
}
/* ++++++++++++++  cat-children +++++++++ */

.cat-children ul {
	list-style-type:none;
	margin: 0px;
}
.cat-children ul li {
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 5px solid rgb(218, 227, 235);
}
.cat-children .category-desc ul li {
	list-style-type:square;
	margin-left: 14px;
	border: none;
	background: none;
}
.cat-children ul li span.item-title {
}
.cat-children ul li span.item-title a {
	color: rgb(71, 92, 102);
}
.cat-children ul li span.item-title + ul {
	margin-top:10px
}
.cat-children ul li .category-desc  {
	margin: 0px;
}

.cat-children dl {
	margin:0 0 10px 0;
	padding: 2px 8px 2px 13px;
}
.cat-children dl dt,
.cat-children dl dd {
	display:inline;
}

/* ++++++++++++++  search form  ++++++++++++++++++ */

#searchForm,
#finder-search {
	margin:0;
}

fieldset.word {
	padding: 10px;
	background: rgb(218, 227, 235);
	border: none;
}
fieldset.word label {
	font-weight:bold;
}
fieldset.word input#search-searchword {
	font-weight:bold;
	margin:0px 10px 0px 10px;
	padding:4px;
	font-size:1em;
}
fieldset.word input#search-searchword:focus {
	margin:0 0 0 9px;
}
fieldset.word button.button {}

div.searchintro  {
	font-weight:normal;
	margin:10px 0 0px;
	padding: 10px 10px 1px 10px;
	background: rgb(237, 244, 250);
	border-left: rgb(218, 227, 235) solid 6px;
}

fieldset.phrases,
fieldset.only {
	margin:10px 0 0 0px;
	line-height:1.3em;
}
fieldset.phrases div.phrases-box {
	width:60%;
	float:left;
}
fieldset.phrases label {
	margin:0 10px 0 0px;
}
fieldset.only label {
	margin:0 10px 0 0px;
}
fieldset.phrases input {}
fieldset.only input {}

div.ordering-box {
	width:40%;
	float:right;
}
div.ordering-box label.ordering {
	display:block;
	margin:10px 0 10px 0;
	margin:0 10px 5px 0;
	float:left;
}
div.ordering-box select#ordering {
	width:10em;
}
div.ordering-box select#ordering option {
	padding:2px;
}
div.form-limit {
	margin:20px 0 0;
	text-align:right;
	padding:0 10px 0 20px;
}
div.form-limit label {}
div.form-limit select#limit {}
div.form-limit select#limit option {}

/* ++++++++++++++  search results  ++++++++++++++++++ */

dl.search-results {
	margin-bottom: 10px;
}
dl.search-results dt.result-title {
	background: rgb(237, 244, 250) url(../images_adfc/teaserbox_headline_rounded_corner_grey.gif) no-repeat;
	display: block;
	float:none;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	font-size: 12px;
	line-height: 135%;
	margin:10px 0 0 0;
	padding: 3px 3px 3px 11px;
}
dl.search-results dt.result-title a,
dl.search-results dt.result-title a:link,
dl.search-results dt.result-title a:hover,
dl.search-results dt.result-title a:active,
dl.search-results dt.result-title a:visited {
	background: rgb(237, 244, 250);
	color: rgb(71, 92, 102);
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px 1px;
}
dl.search-results > dt.result-title > a:hover {
	background: rgb(0, 75, 124);
	color: white;
}

dl.search-results dd {
	border-left: rgb(218, 227, 235) solid 6px;
	padding: 13px 13px 13px 8px;
	margin-top: 0;
	padding: 5px;
}

dl.search-results dd.result-text {
		padding: 0px 5px 5px 5px;
		line-height:1.7em
}

dl.search-results dd.result-url {
		font-size: 90%;
		padding: 5px;
}

dl.search-results dd.result-category {
	 padding: 5px;
}

dl.search-results dd.result-created {
		padding: 5px;
		border-bottom: 1px solid rgb(218, 227, 235);
}

.highlight {
	font-weight:bold;
}


/* ++++++++++++++  contentwrapper  +++++++++ */

iframe#blockrandom,
iframe.wrapper {
	border:none;
	margin:0;
	padding:0;
}

/* ########################### contacts ########################### */

div.contact {}

/* Kontaktname & Unterueberschriften  */
h2.contact-name {
}

div#contact-details {}
div#contact-details h3 {
	background: rgb(237, 244, 250);
	border-bottom: white 1px solid;
	border-left: rgb(218, 227, 235) solid 6px;
	font-size: 12px;
	line-height: 135%;
	margin:0;
}
div#contact-details h3#basic-details {
	background: rgb(237, 244, 250) url(../images_adfc/teaserbox_headline_rounded_corner_grey.gif) no-repeat;
	border-left: none;
	padding-left: 6px;
	margin-top: 10px;
}
/* nur in Darstellung mit Slider/Tabs: */
div#contact-details h3 a,
div#contact-details h3 a:link,
div#contact-details h3 a:hover,
div#contact-details h3 a:active,
div#contact-details h3 a:visited {
	background: rgb(237, 244, 250);
	color: rgb(71, 92, 102);
	display:block;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px 3px 3px 5px;
}

/* nur in Darstellung ohne Slider/Tabs: */
div#contact-details > h3 {
	padding: 3px 3px 3px 5px;
}
div#contact-details > h3#basic-details {
	padding-left: 11px;
}

/* nur in Darstellung mit Tabs: */
div#contact-details > dl#contact-slider > dt.tabs.open > span > h3 {
	border: none;
	border-left: rgb(218, 227, 235) solid 6px;
	margin:0;
}
div#contact-details > dl#contact-slider > dt.tabs.closed > span > h3 {
	border: none;
	border-left: rgb(237, 244, 250) solid 6px;
	background: white;
	margin:0;
}
div#contact-details > dl#contact-slider > dt.tabs.closed > span > h3 > a,
div#contact-details > dl#contact-slider > dt.tabs.closed > span > h3 > a:link,
div#contact-details > dl#contact-slider > dt.tabs.closed > span > h3 > a:active,
div#contact-details > dl#contact-slider > dt.tabs.closed > span > h3 > a:visited {
	background: white;
	color: rgb(110, 122, 127);
}
/* --- */
div#contact-details h3 a:hover,
div#contact-details > dl#contact-slider > dt.tabs.closed > span > h3 > a:hover {
	background: rgb(0, 75, 124);
	color: white;
}
div#contact-details div.contact-content {
	background:url(../images_adfc/nonfooter_bg_3.gif)  repeat-y;
	border-bottom: white 1px solid;
	border-left: rgb(218, 227, 235) solid 6px;
	margin: 0;
	padding: 5px;
}
div#contact-details > div#contact-slider {
	background:none;
	border: none;
	margin: 0;
	padding: 0;
}

div.contact-category {}
div.contact-category  p  a {}

div.selectForm {}
div.selectForm form {}

/* Kontakt */
div.contact-image {
	float:right;
}
div.contact-image > img {}
div.contact-position {
	font-weight: bold;
}
div.contact-address {
}
div.contact-address > address  {
	font-style: normal;
}
div.contact-address > span.jicons-icons > img {
	float: left;
	margin-right:2px;
}
div.contact-address > address > span.contact-street,
div.contact-address > address > span.contact-state,
div.contact-address > address > span.contact-country {
	display:block;
}
div.contact-address > address > span.contact-suburb {}
div.contact-address > address > span.contact-postcode {}

div.contact-contactinfo {}
div.contact-contactinfo > p {
}
div.contact-contactinfo > p > span.jicons-icons > img {}
div.contact-contactinfo > p > span.contact-telephone {}
div.contact-contactinfo > p > span.contact-fax {}
div.contact-contactinfo > p > span.contact-mobile {}
div.contact-contactinfo > p > span.contact-webpage {}
div.contact-contactinfo > p > span.contact-webpage > a {}

div.contact-vcard {}
div.contact-vcard p > a {}


/* Kontaktformular */

h3.contact-form {}
div.contact-form fieldset {
	border: none;
}
div.contact-form fieldset > legend {}

div.contact-form  dl > dt {
  clear: left;
  float: left;
  width: 10em;
}
div.contact-form  dl > dt span.star {}
div.contact-form  dl > dd {
	margin-bottom: 5px;
}

div.contact-form  label#jform_contact_name-lbl {}
div.contact-form  input#jform_contact_name {}

div.contact-form  label#jform_contact_email-lbl {}
div.contact-form  input#jform_contact_email.validate-email {}

div.contact-form  label#jform_contact_emailmsg-lbl {}
div.contact-form  label#jform_contact_emailmsg-lbl {}

div.contact-form  label#jform_contact_message-lbl {}
div.contact-form  textarea#jform_contact_message {}

div.contact-form  label#jform_contact_email_copy-lbl {}
div.contact-form  input#jform_contact_email_copy {}

/*Workaround, da das captcha hinter dem Sende-Knopfgerutscht war:*/
#contact-form #jform_captcha > div  {
	height:unset !important;
}

div.contact-form button.button {
}
*/

/* Links */
h3.contact-links {}
div.contact-links {}

/* Beitraege */
h3.contact-articles {}
div.contact-articles {}

/* Nutzerprofil */
h3.contact-profile {}
div.contact-profile {}
div.contact-profile > dl > dt {}
div.contact-profile > dl > dd {}

/* Weitere Informationen */
h3.contact-miscinfo {}
div.contact-miscinfo {}
div.contact-miscinfo > div.jicons-icons > img {}
div.contact-miscinfo > div.contact-misc  {}

/* Slider-Darstellung */
div#contact-slider  {}
div.panel > h3 {}
div.panel > h3#display-form {}
div.panel > h3#display-links {}
div.panel > h3#display-misc {}
div.panel > div.pane-slider.content.pane-down {}
div.panel > div.pane-slider.content.pane-hide {}

/* Tabulatordarstellung */
dl.tabs {
	float: left;
	margin: 50px 0 0 0;
	z-index: 50;
	clear:both;
}
dl.tabs dt {
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-right: 3px;
}
div.current {
	clear: both;
	border: 1px solid #ccc;
	padding: 0;
}
div.current dd {
	padding: 0;
	margin: 0;
}

dl#content-pane.tabs {
	margin: 1px 0 0 0;
}

/* ##########################  modul right  ########################### */

#right .moduletable,
#right .moduletable_menu {
	margin-bottom:20px;
}

#right h3 {
	font-size: 11px;
	background: rgb(237, 244, 250) url(../images_adfc/teaserbox_headline_rounded_corner_orange.gif) no-repeat;
	color: rgb(71, 92, 102);
	font-weight: bold;
	margin: 1px;
	min-height: 13px;
	padding: 5px 8px 4px 13px;
}
#right h3 span.backh {
}

#right h3 span.backh2 {
}

#right h3 span.backh3 {
}
#right div,
#right p,
#right ul,
#right ol,
#right li,
#right a:link,
#right a:hover,
#right a:active,
#right a:visited {
	font-size: 11px;
}
#right p {
	margin: 0 0 5px;
}
#right a:link,
#right a:hover,
#right a:active,
#right a:visited {
	color: rgb(62, 80, 89);
}

#right h4 {
}

#right ul {
}

/* -- menue -- */

#right ul.menu {
	padding: 0 1px;
	margin: 0;
}
#right ul.menu li {
	list-style-type:none;
	margin-left: 0;
}

#right ul.menu a:link,
#right ul.menu a:hover,
#right ul.menu a:active,
#right ul.menu a:visited,
#right ul.menu li.active a:link,
#right ul.menu li.active a:hover,
#right ul.menu li.active a:active,
#right ul.menu li.active a:visited {
	background-position: 2px center;
	background-repeat: no-repeat;
	border-bottom: #e6edf3 solid 1px;
	color: rgb(62, 80, 89);
	display: block;
	margin: 0 0 1px;
	padding: 5px 5px 5px 14px;
	text-decoration: none;
	background-image: url("../images_adfc/arrow_right_normal.gif");
	background-color: white;
}

#right ul.menu a:hover,
#right ul.menu li.active a,
#right ul.menu li.active a:link,
#right ul.menu li.active a:hover,
#right ul.menu li.active a:active,#right ul.menu li.active a:visited {
	background-image: url("../images_adfc/arrow_right_active.gif");
	background-color: rgb(237, 244, 250);
}


/* -- neueste Beitraege -- */

#right ul.latestnews {
		margin-left:0px;
		padding: 0px 1px;
}
#right ul.latestnews li {
		list-style-type:none;
		padding: 4px 0px;
	  border-bottom: #e6edf3 solid 1px;
}
#right ul.latestnews li a {
}
/* -- kalenderblatt -- */
/* fuer folgende "Termin Darstellung" in den erweiterten Einstellungen
des Modul "anstehende Termine" von gCalendar (Adminbereich>Module):
	{{#events}}
	{{#header}}
	<p style="clear: both;"><strong>{{header}}</strong></p>{{/header}}
	<div style="clear: both;"></div>
	<div class="terminvorschau">
		<div class="kalenderblatt">
			<div class="kalenderblatt_bg" style="background-color: #{{calendarcolor}};">
				<div class="kalenderblattmonat">{{month}}</div>
				<div class="kalenderblatttag" style="color: #{{calendarcolor}};">{{day}}</div>
			</div>
		</div>
		<div class="termindaten">{{date}}<br/><a href="{{{backlink}}}">{{title}}</a></div>
	</div>
	<div style="clear: both;"></div>
	{{/events}}
	{{^events}}
	<div class="keinetermine">{{emptyText}}</div>
	{{/events}}
*/
div.terminvorschau {
	border-bottom: #e6edf3 solid 1px;
	clear: both;
	padding: 5px 0;
}
div.kalenderblatt {
	float:left;
	margin-right:6px;
	width:42px;
	height:42px;
	background-image:url('../../../modules/mod_gcalendar_upcoming/tmpl/images/calendar-icon.gif');
	display:table-cell;
	vertical-align: middle;
}
div.kalenderblatt_bg {
	width:32px;
	height:10px;
	margin-top:6px;
	margin-left:5px;
}
div.kalenderblattmonat {
	color: #FFFFFF;
	padding-top: 3px;
	font-weight:bold;
	font-size: 8px !important;
	text-align:center;
	position:relative;
	margin-top:-13px;
	margin-bottom: 1px;
}
div.kalenderblatttag {
	font-weight:bold;
	font-size: 15px !important;
	width:42px;
	text-align:center;
}
div.termindaten {
	display:table-cell;
	height: 42px;
	vertical-align:middle;
}
div.termindaten p {
	margin:3px 0 !important;
}
div.keinetermine {
	vertical-align:middle;
	text-align:center;
	min-height:10px;
}

/* ##########################  modul footer  ########################### */

#bottom {
	overflow: hidden
}

#bottom .box1 {
	border-right:solid 1px #ddd
}

#bottom .box3 {
	border-left:solid 1px #ddd;
}

#bottom .box h3 {
}

#bottom a img {
	border:0 none;
}
.box {
	width: 27%;
	float: left;
	margin-right: 10px;
	min-height: 100px
}

.box1 {
	width: 35%
}

.box2 {
	width: 32%
}

.box3 {
	float: right
}


#footer h2,
#footer h3 {
	display:inline;
}

#footer ul.menu {
	display:inline;
}

#footer ul.menu li {
	display:inline;
	list-style-type:none;
	padding-left: 0;
	margin-left: 0;
	margin-right: 10px;
	color: #464646
}
#footer ul.menu li a {
	color: #464646;
	display:inline;
}

/* ##########################  modul outside  ########################### */

#outside {
	position: absolute;
	top:   229px;
	left:  837px;
	width: 186px;
}

/* ##########################  tables   ########################### */

table {
	border:none;
	border-collapse: collapse;
}
table.weblinks,
table.newsfeeds,
table.category,
table.jlist-table {
	width: 100%;
	margin-bottom: 10px;
}
table.weblinks	th,
table.newsfeeds   th,
table.category	th,
table.jlist-table th {
	background: rgb(237, 244, 250);
	color: rgb(71, 92, 102);
	font-weight: bold;
	min-height: 13px;
	padding: 4px;
	border-top:	1px solid rgb(230, 237, 243);
	border-bottom: 1px solid rgb(230, 237, 243);
	text-align: left;
}

table.weblinks	th a,
table.newsfeeds   th a,
table.category	th a,
table.jlist-table th a {
	color: rgb(71, 92, 102);
}

tr.odd,
tr.cat-list-row1 {
/*	background:url(../images_adfc/nonfooter_bg_3.gif)  repeat-y;*/
}
tr.odd,
tr.even,
tr.cat-list-row0,
tr.cat-list-row1 {
	border-top:	1px solid rgb(230, 237, 243);
	border-bottom: 1px solid rgb(230, 237, 243);
}

table.category th a img {
	border:solid 0px ;
}
table.weblinks	td,
table.newsfeeds   td,
table.category	td,
table.jlist-table td {
	min-height: 13px;
	padding: 4px;
}
table.weblinks	td a,
table.newsfeeds   td a,
table.category	td a,
table.jlist-table td a {
	min-height: 13px;
	color: rgb(62, 80, 89);
}

td {
    padding-top: 10px;
}

fieldset.filters {
	border: 0;
	padding: 4px;
	margin-bottom: 10px;
}

/* ##########################  forms   ########################### */

/* ++++++++++++++  form validation  ++++++++++++++ */
/*
.invalid {
	border:solid 2px red;
}

label.invalid {
	color:red;
}

.form-required {
	font-weight:bold;
	margin:10px 0;
	background:#fff url(../images/req.png) no-repeat;
	padding:10px 40px

}

/* ++++++++++++++  Error Message contact form  ++++++++++++++ */
/*
p.error {
	color:#044b63;
	background:#eee;
	border-top:3px solid #044b63;
	border-bottom:3px solid #044b63;
}

body.contentpane {
	background:#fff;
}

/* ++++++++++++++  tooltip alt (aus general.css) ++++++++++++++ */
/*
div.tooltip {
        float: left;
        padding: 5px;
        max-width: 200px;
}

div.tooltip h4 {
        padding: 0;
        margin: 0;
        font-size: 95%;
        font-weight: bold;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 5px;
        }

div.tooltip p {
        font-size: 90%;
        margin: 0;
}
/* ++++++++++++++  tooltip neu (Quelle Standard-Template joomla 3.0) ++++++++++++++ */
/*
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}*/
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}/*
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	text-align: center;
	text-decoration: none;
  background-color: rgb(237, 244, 250);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
	border-bottom-color: rgba(0,0,0,0.25);
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
	border-bottom-color: rgba(0,0,0,0.25);
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
	border-bottom-color: rgba(0,0,0,0.25);
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,0.25);
}
/* Popover (ist eigentlich das gleiche wie Tooltip, es gibt aber beides) */
.tooltip,
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
  background-color: rgb(237, 244, 250);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	/*! border: 1px solid rgba(0,0,0,0.2); */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.tooltip.top,
.popover.top {
	margin-top: -10px;
}
.tooltip.right,
.popover.right {
	margin-left: 10px;
}
.tooltip.bottom,
.popover.bottom {
	margin-top: 10px;
}
.tooltip.left,
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
  background-color: rgb(218, 227, 235);
}
.popover-title:empty {
	display: none;
}

.tooltip-inner,
.popover-content {
	padding: 9px 14px;
}
.tooltip-arrow,
.tooltip-arrow:after,
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip-arrow,
.popover .arrow {
	border-width: 11px;
}
.tooltip-arrow:after ,
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.tooltip.top .tooltip-arrow,
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.tooltip.top .tooltip-arrow:after,
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.tooltip.right .tooltip-arrow,
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: rgba(0,0,0,0.25);
}
.tooltip.right .tooltip-arrow:after,
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.tooltip.bottom .tooltip-arrow,
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.tooltip.bottom .tooltip-arrow:after,
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.tooltip.left .tooltip-arrow,
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: rgba(0,0,0,0.25);
}
.tooltip.left .tooltip-arrow:after,
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
/* ##########################  user profile  ########################### */
/*
#users-profile-core,
#users-profile-custom {
		margin:10px 0 15px 0;
		padding:15px;
}

#users-profile-core dt,
#users-profile-custom dt {
		float:left;
		width:12em;
		padding:3px 0;
}

#users-profile-core dd,
#users-profile-custom dd {
		padding:3px 0;
}

#member-profile fieldset,
.registration fieldset {
		margin:10px 0 15px 0;
		padding:15px;
	background: rgb(218, 227, 235);
	border: none
}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend {
		font-weight:bold
}

.profile-edit form#member-profile fieldset dd,
.registration form#member-registration fieldset dd {
	float:none; padding:5px 0
}

.profile-edit form#member-profile fieldset dd input,
.profile-edit form#member-profile fieldset dd select,
.registration form#member-registration fieldset dd input {
	width:17em
}
.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt {
	padding:5px 5px 5px 0; width:13em
}


span.optional {font-size:0.9em}


/* ##########################  login  ########################## */
/*
#login-form {
		padding-top:5px
}

.login fieldset,
#login-form fieldset {
		padding:0px;
	border:none;
}

#login-form .inputbox {
		padding:2px
}

#login-form fieldset.input {
		padding:10px 0 0 0;
		margin:0px 0 10px 5px
}

#login-form label {
		margin-right:10px;
		width:8.4em;
		display:block;
		float:left
}

#form-login-remember label {
	float:none;
	width:auto;
	display:inline
}

.logout-button {
	margin-top:10px
}

input.button,
button.button,
button.validate {
		cursor:pointer;
		padding:3px 5px 3px 7px ;
		font-weight:bold;
		line-height:1.2em;
		font-family:arial;
}

#modlgn-username,
#modlgn-passwd {
		width:9em
}

.module_content #form-login-username label,
.module_content #form-login-password label {
			float:left;
			width:5.2em
}

.login-fields {
		margin:10px 0
}

.login-fields label {
		float:left;
		width:9em
}

.login-description img,
.logout-description img {
		float:left;
		margin-right:20px
}

.login-description,
.logout-description {
		overflow:hidden;
				padding-left:5px;
				margin:20px 0 10px 0
}

.logout-description {
		margin-bottom:20px
}

/* ++++++++++++++  user-registration  ++++++++++++++ */
/*
#user-registration fieldset {
	padding: 10px;
	background: rgb(218, 227, 235);
	border: none;
}

/* ++++++++++++++  left loginform  ++++++++++++++ */
/*
#nav form#login-form p {
	margin: 0 0 5px 0;
	padding: 0;
}
#nav form#login-form label {
	color: rgb(71, 92, 102);
	text-decoration: none;
	font-weight: bold;
	color: rgb(71, 92, 102);
	font-size: 13px;
	margin: 0 0 5px;
	padding: 0px;
}
#nav form#login-form input#modlgn-username,
#nav form#login-form input#modlgn-passwd {
	background: url(../images_adfc/login_input_bg.gif) repeat-x;
	border: #cfdce6 solid 1px;
	color: #a3b3bf;
	font-size: 11px;
	height: 16px;
	margin: 0;
	padding: 5px 5px 0;
	width: 148px;
}

#nav form#login-form input.button {
	border: #cfdce6 solid 1px;
	background: url(../images_adfc/login_login.gif) no-repeat;
	background-color: rgb(0, 75, 124);
	color: white;
	font-weight: bold;
	font-size: 11px;
	width: 100px;
	height: 21px;
}
#nav form#login-form ul {
	margin: 0;
	padding: 0;
}
#nav form#login-form ul li {
	list-style-type: none;
	background: none;
	margin: 0;
	padding: 0;
}
#nav form#login-form ul li a {
	line-height: 115%;
	font-size: 80%;
}

/* ##########################  Labels (z.B. für Tags) ########################## */
.tags {
	margin-bottom: 10px;
}
ul.tags {
	padding-left: 0px;
}
ul.tags a.label{
	margin-bottom:3px
}
.tags .label {
	font-size: 11px;
	padding: 1px 4px;
	color: rgb(71, 92, 102);
	background-color: rgb(237, 244, 250) !important;
	background-color: white !important;
	border: solid 1px rgb(218, 227, 235)
}
.label,
.badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
/*	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);*/
	background-color: #999;
}
.label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.badge {
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.label:empty,
.badge:empty {
	display: none;
}
a.label {
	color: #3E5059;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
	color: #94A9B3;
	text-decoration: none;
	cursor: pointer;
}
.label-important,
.badge-important {
	background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
	background-color: #953b39;
}
.label-warning,
.badge-warning {
	background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
	background-color: #c67605;
}
.label-success,
.badge-success {
	background-color: #468847;
}
.label-success[href],
.badge-success[href] {
	background-color: #356635;
}
.label-info,
.badge-info {
	background-color: #DAE3EB;
	color: #3E5059;
	font-weight: normal;
}
.label-info[href],
.badge-info[href] {
	background-color: #DAE3EB;
}
.label-inverse,
.badge-inverse {
	background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
	background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
	top: 0;
}

/* ##########################  Tasten & Reiterkarten ############################ */
/* -- Aus Prototstar: Zeilen 2835-3064: */

.nav {
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
}
ul.nav {
	padding: 0;
}
.nav > li > a {
	display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav > li > a > img {
	max-width: none;
}
.nav > .pull-right {
	float: right;
}
.nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-transform: uppercase;
}
.nav li + .nav-header {
	margin-top: 9px;
}
.nav-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.nav-list > li > a {
	padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	background-color: #08c;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
	margin-right: 2px;
}
.nav-list .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
	*zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
	display: table;
	content: "";
	line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
	clear: both;
}
.nav-tabs > li,
.nav-pills > li {
	float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
	/* Ausschalten bis das JAVA-Script repariert ist
	   v 3.03 nicht mehr hier, da damit auch Inhaltübersicht von Beiträgen verloren geht*/
	display: none;

}
.nav-tabs > li {
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #fff;
	background-color: #08c;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li > a {
	margin-right: 0;
}
.nav-tabs.nav-stacked {
	border-bottom: 0;
		/* Ausschalten der Tabs in .nav-tabs (bis das JAVA-Script repariert ist)
	hier wieder aktivieren, da damit auch Inhaltübersicht von Beiträgen verloren geht*/
	display:block;
}
.nav-tabs.nav-stacked > li > a {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
	border-color: #ddd;
	z-index: 2;
}
.nav-pills.nav-stacked > li > a {
	margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
	margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.nav .dropdown-toggle .caret {
	border-top-color: #08c;
	border-bottom-color: #08c;
	margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
	border-top-color: #005580;
	border-bottom-color: #005580;
}
.nav-tabs .dropdown-toggle .caret {
	margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
	cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ##########################  Formulare ########################## */
/* -- Aus Prototstar: Zeilen 840-1673: */

form {
	margin: 0 0 18px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
	font-size: 13.5px;
	color: #999;
}
label,
input,
button,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
input,
button,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
	display: block;
	margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 18px;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}
input,
textarea,
.uneditable-input {
	width: 206px;
}
/*Labelbreite im Beitragseditor, damit Popover nicht zu weit rechts rutscht:*/
#com-content-formContent .control-label > label {
	 width: 206px
}
textarea {
	height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select,
input[type="file"] {
	height: 28px;
	*margin-top: 4px;
	line-height: 28px;
}
select {
	width: 220px;
	border: 1px solid #ccc;
	background-color: #fff;
}
select[multiple],
select[size] {
	height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
	color: #999;
	background-color: #fcfcfc;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	cursor: not-allowed;
}
.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
}
.uneditable-textarea {
	width: auto;
	height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}
.radio,
.checkbox {
	min-height: 18px;
	padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 210px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
	display: inline-block;
}
input,
textarea,
.uneditable-input {
	margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
	margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
	width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
	width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
	width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
	width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
	width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
	width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
	width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
	width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
	width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
	width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
	width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
	width: 46px;
}
.controls-row {
	*zoom: 1;
}
.controls-row:before,
.controls-row:after {
	display: table;
	content: "";
	line-height: 0;
}
.controls-row:after {
	clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
	float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
	padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
	color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
	color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
	color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
	color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
	color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
	color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
	color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
	color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
	border-color: #3a87ad;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
	border-color: #2d6987;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
	padding: 17px 20px 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	*zoom: 1;
}
.form-actions:before,
.form-actions:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-actions:after {
	clear: both;
}
.help-block,
.help-inline {
	color: #595959;
}
.help-block {
	display: block;
	margin-bottom: 9px;
}
.help-inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-left: 5px;
}
.input-append,
.input-prepend {
	display: inline-block;
	margin-bottom: 9px;
	vertical-align: middle;
	font-size: 0;
	white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
	font-size: 13px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
	z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 18px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	background-color: #eee;
	border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
	vertical-align: top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-append .active,
.input-prepend .active {
	background-color: #a9dba9;
	border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
	margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
	margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
	margin-right: -1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
	margin-left: -1px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
	margin-left: 0;
}
/*input.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}*/
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-search .input-append .search-query {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
	display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
	display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
	margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
	float: left;
	margin-right: 3px;
	margin-left: 0;
}
.control-group {
	margin-bottom: 9px;
	clear:both;
}
legend + .control-group {
	margin-top: 18px;
	-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
	margin-bottom: 18px;
	*zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 180px;
	*margin-left: 0;
}
.form-horizontal .controls:first-child {
	*padding-left: 180px;
}
.form-horizontal .help-block {
	margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
	margin-top: 9px;
}
.form-horizontal .form-actions {
	padding-left: 180px;
}

/* ##########################  Schalter, Menü ########################## */

.pull-right {
    float: right;
}

/* -- Aus Prototstar: Zeilen 1910-2774: */
/* Dropdown-Menüs, insbesondere zur Anzeige von  Bearbeiten-, Email- und Drucken-Link bei Beiträgen: */

.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle {
	*margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	text-decoration: none;
	background-color: rgb(237, 244, 250);
	background-image: -moz-linear-gradient(top,rgb(237, 244, 250),rgb(218, 227, 235));
	background-image: -webkit-gradient(linear,0 0,0 100%,from(rgb(237, 244, 250)),to(rgb(218, 227, 235)));
	background-image: -webkit-linear-gradient(top,rgb(237, 244, 250),rgb(218, 227, 235));
	background-image: -o-linear-gradient(top,rgb(237, 244, 250),rgb(218, 227, 235));
	background-image: linear-gradient(to bottom,rgb(237, 244, 250),rgb(218, 227, 235));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(237, 244, 250)', endColorstr='rgb(218, 227, 235)', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #333;
	text-decoration: none;
	outline: 0;
	background-color: rgb(237, 244, 250);
	background-image: -moz-linear-gradient(top,rgb(237, 244, 250),rgb(218, 227, 235));
	background-image: -webkit-gradient(linear,0 0,0 100%,from(rgb(237, 244, 250)),to(rgb(218, 227, 235)));
	background-image: -webkit-linear-gradient(top,rgb(237, 244, 250),rgb(218, 227, 235));
	background-image: -o-linear-gradient(top,rgb(237, 244, 250),rgb(218, 227, 235));
	background-image: linear-gradient(to bottom,rgb(218, 227, 235));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(237, 244, 250)', endColorstr='rgb(218, 227, 235)', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: default;
}
.open {
	*z-index: 1000;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
	padding-left: 20px;
	padding-right: 20px;
}
.typeahead {
	z-index: 1051;
	margin-top: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15);
}
.well-large {
	padding: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.well-small {
	padding: 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #36454D !important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
/* Button wieder ausschalten bei "Weiterlesen-Links: */
.readmore .btn {
	background: unset;
	border: unset;
	border-radius: unset;
	filter: none;
	box-shadow: none;
	padding: 2px 2px 2px 0px;
	color: rgb(238, 127, 0) !important;
	text-align: left;
}
.readmore .btn [class^="icon-"] {
	color: rgb(238, 127, 0) !important;
	padding-left: 0;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #36454D;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #36454D;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 11px 19px;
	font-size: 16.25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin-top: 4px;
}
.btn-small {
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 0 6px;
	font-size: 9.75px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255,255,255,0.75);
}
.btn-primary {
	*background-color:  #EE7F00;
	background-color: #EE7F00;
	background-image: -moz-linear-gradient(top, rgba(255, 152, 35, 1), rgba(185, 100, 3, 1));
	background-image: -o-linear-gradient(top,rgba(255, 152, 35, 1), rgba(185, 100, 3, 1));
	background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(255, 152, 35, 1)),to(rgba(185, 100, 3, 1)));
	background-image: -webkit-linear-gradient(top,rgba(255, 152, 35, 1), rgba(185, 100, 3, 1));
	background-image: linear-gradient(to bottom,rgba(255, 152, 35, 1), rgba(185, 100, 3, 1));
	background-repeat: repeat-x;
	border-color: rgba(233, 127, 6, 1) rgba(210, 112, 0, 1) rgba(177, 95, 2, 1);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
    	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #fff;
	background-color: #B15F02;
	*background-color: #B15F02;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #EE7F00;
}
.btn-primary .icon-plus {
	color: rgb(244, 177, 100) !important;
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	*background-color: #f89406;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #fff;
	background-color: #f89406;
	*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	*background-color: #bd362f;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #fff;
	background-color: #bd362f;
	*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top,#62c462,#51a351);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image: -webkit-linear-gradient(top,#62c462,#51a351);
	background-image: -o-linear-gradient(top,#62c462,#51a351);
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	*background-color: #51a351;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #fff;
	background-color: #51a351;
	*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	*background-color: #2f96b4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #fff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top,#444,#222);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image: -webkit-linear-gradient(top,#444,#222);
	background-image: -o-linear-gradient(top,#444,#222);
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222 #222 #000000;
	*background-color: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #fff;
	background-color: #222;
	*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
	background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #08c;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
	color: #005580;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
	color: #333;
	text-decoration: none;
}
.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	font-size: 0;
	margin-top: 9px;
	margin-bottom: 9px;
	display:inline-block;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn + .btn {
	margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-mini {
	font-size: 9.75px;
}
.btn-group > .btn-small {
	font-size: 12px;
}
.btn-group > .btn-large {
	font-size: 16.25px;
}
.btn-group > .btn:first-child {
	margin-left: 4px;
	margin-bottom: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222;
}
.btn .caret {
	margin-top: 8px;
	margin-left: 0;
}
.btn-large .caret {
	margin-top: 6px;
}
.btn-large .caret {
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
	margin-top: 8px;
}
.dropup .btn-large .caret {
	border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.btn-group-vertical {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btn-group-vertical > .btn {
	display: block;
	float: none;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

/* ################# ICONS ########################## */
/* -- Aus Prototstar: Zeilen 6217-6952: */

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {

	speak: none;
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
	color: #828A91;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-4:before {
	content: "\e201";
}
.icon-arrow-right-4:before {
	content: "\e202";
}
.icon-arrow-down-4:before {
	content: "\e203";
}
.icon-arrow-left-4:before {
	content: "\e204";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-forward-2:before {
	content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
	content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
	content: "\6c";
}
.icon-undo-2:before {
	content: "\e207";
}
.icon-move:before {
	content: "\7a";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-play:before {
	content: "\e208";
}
.icon-pause:before {
	content: "\e209";
}
.icon-stop:before {
	content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-play-circle:before {
	content: "\e00d";
}
.icon-pause-circle:before {
	content: "\e211";
}
.icon-stop-circle:before {
	content: "\e212";
}
.icon-backward-circle:before {
	content: "\e213";
}
.icon-forward-circle:before {
	content: "\e214";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-search:before {
	content: "\53";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-brush:before {
	content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-plus-circle:before {
	content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
	content: "\4b";
}
.icon-minus-circle:before {
	content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-cancel-circle:before {
	content: "\e217";
}
.icon-checkmark-2:before {
	content: "\e218";
}
.icon-checkmark-circle:before {
	content: "\e219";
}
.icon-info:before {
	content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
	content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
	content: "\e222";
}
.icon-notification:before {
	content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
	content: "\e225";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-square:before {
	content: "\e226";
}
.icon-radio-unchecked:before {
	content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
	content: "\e228";
}
.icon-circle:before {
	content: "\e229";
}
.icon-signup:before {
	content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-list-2:before {
	content: "\e231";
}
.icon-menu-3:before {
	content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-folder-plus:before {
	content: "\e234";
}
.icon-folder-minus:before {
	content: "\e235";
}
.icon-folder-3:before {
	content: "\e236";
}
.icon-folder-plus-2:before {
	content: "\e237";
}
.icon-folder-remove:before {
	content: "\e238";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-2:before {
	content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
	content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
	content: "\e017";
}
.icon-file-check:before {
	content: "\e240";
}
.icon-file-remove:before {
	content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-stack:before {
	content: "\e242";
}
.icon-tree:before {
	content: "\e243";
}
.icon-tree-2:before {
	content: "\e244";
}
.icon-paragraph-left:before {
	content: "\e246";
}
.icon-paragraph-center:before {
	content: "\e247";
}
.icon-paragraph-right:before {
	content: "\e248";
}
.icon-paragraph-justify:before {
	content: "\e249";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-home:before {
	content: "\21";
}
.icon-home-2:before {
	content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
	content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
	content: "\e251";
}
.icon-link:before {
	content: "\e252";
}
.icon-picture:before,
.icon-image:before {
	content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
	content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera:before {
	content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
	content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-user:before {
	content: "\22";
}
.icon-users:before {
	content: "\e01f";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-address:before {
	content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-enter:before {
	content: "\e257";
}
.icon-exit:before {
	content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
	content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
	content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
	content: "\e259";
}
.icon-phone:before {
	content: "\e260";
}
.icon-phone-2:before {
	content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-tag:before {
	content: "\e262";
}
.icon-tag-2:before {
	content: "\e263";
}
.icon-tags:before {
	content: "\e264";
}
.icon-tags-2:before {
	content: "\e265";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-switch:before {
	content: "\e266";
}
.icon-filter:before {
	content: "\54";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-unlock:before {
	content: "\e267";
}
.icon-key:before {
	content: "\5f";
}
.icon-support:before {
	content: "\46";
}
.icon-database:before {
	content: "\62";
}
.icon-scissors:before {
	content: "\e268";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
	content: "\e269";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
	content: "\e01b";
}
.icon-book:before {
	content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
	content: "\79";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-feed:before {
	content: "\71";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-calendar-3:before {
	content: "\e273";
}
.icon-pie:before {
	content: "\77";
}
.icon-bars:before {
	content: "\76";
}
.icon-chart:before {
	content: "\75";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
	content: "\72";
}
.icon-lamp:before {
	content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
	content: "\73";
}
.icon-location:before {
	content: "\63";
}
.icon-shield:before {
	content: "\e274";
}
.icon-flag:before {
	content: "\35";
}
.icon-flag-3:before {
	content: "\e275";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-bookmark-2:before {
	content: "\e276";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
	content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
	content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
	content: "\e280";
}
.icon-smiley-sad:before {
	content: "\e281";
}
.icon-smiley-sad-2:before {
	content: "\e282";
}
.icon-smiley-neutral:before {
	content: "\e283";
}
.icon-smiley-neutral-2:before {
	content: "\e284";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-credit:before {
	content: "\e286";
}
.icon-credit-2:before {
	content: "\e287";
}
.icon-expired:before {
	content: "\4b";
}