.media-left {margin-right:10px;}
.media-left-text {text-align:left; clear:left;}

.media-middle {margin:0 auto; text-align:center; width:100% !important;}
.media-middle :first-child {display: inline-block;}
.bildpunkte-box .media-middle :first-child {display: block}
.cb-in-text-wrapper .media-middle :first-child {display: block}
.media-middle-text {margin:0 auto; text-align:center;}

.media-right {margin-left:10px; text-align:right}
.media-right :first-child {display: inline-block;}
.media-right-text {text-align:left; clear:right;}

.media-right-float {float:right; margin-left:10px;}
.media-right-float-text {text-align:left;}

.media-left-float {float:left; margin-right:20px;}
.media-left-float-text {text-align:left;}

.media-right-single {clear:both;float:right;margin-bottom:10px;}
.media-right-single-text {text-align:left;}

.media-left-single {clear:both;float:left;bottom:10px;}
.media-left-single-text {text-align:left;}

.media-none {display:inline-block;}
.media-none-text {display:block;} /*war display:inline-block; falls Probleme wieder zurücksetzen*/

/* Weitere allgemeine Angaben. */
#lbCaption {font-size: 125%}
.media-image-border {border: solid #555 1px; padding: 3px; }
.imagelink {line-height:1em;}

.media-urheber {font-size:80%;text-align:left; line-height: 1em;font-weight: normal}
.media-description {text-align:left;font-weight: normal}
.media-right .media-description, .media-right .text {display: block;}

/**
 * deprecated: media-description ist ein div
 * ANKR/28.08.2012
 */
p.media-description {font-size: 90% !important; font-weight: normal !important; margin:0 0 4px 0;}
div.media-description {font-size: 90% !important; font-weight: normal !important; margin:0 0 4px 0;}
p.media-urheber {margin:0;}

/*.tooltip fixed active {background: none repeat scroll 0 0 #F1F1F1 !important; border: 1px solid #555555 !important; padding: 5px !important; text-align: left !important;}*/

.tooltip  {
	font-size: 90%;
	background: none repeat scroll 0 0 #F1F1F1 !important;
    border: 1px solid #555555 !important;
    padding: 3px !important;
    text-align: left !important;
    position:absolute;
    /*top:559px !important;
    left:545px !important;*/
    z-index:2000000 !important; /*über #quickedit-panel*/
}

/*Mediensuche*/

.media-list-search .suchspalten li {list-style-type:none;}
.media-list-search .titleblue {font-weight:bold;}

/* Imgelist
.media-imagelist tr td  img {margin-bottom: 10px} */
.media-imagelist div {margin-bottom: 5px;}

/*Benutzerregistrierung Formular*/
.benutzerregistrierung form table td {vertical-align:top}

img.sscrollable_size_gif {width: 100%; height: auto }

/* Cycle Plugin */
/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 20%; min-height: 4em; cursor: pointer; }
.cycle-prev { left: 0;  background: url(cycle2/left.png) 5% 5% no-repeat;opacity: .8; filter: alpha(opacity=70)}
.cycle-next { right: 0; background: url(cycle2/right.png) 95% 5% no-repeat;opacity: .8; filter: alpha(opacity=70)}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }