/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.1
**  Dateiversion: 27.08.06  
**  Datei       : layout_2col_left.css
**  Funktion    : Zentrales Stylesheet 2-Spalten-Layout (Randspalte rechts) 
**
*/
@import url(main/base.css);
@import url(modifications/basemod.css);
@import url(modifications/basemod_2col_left.css);
/* @import url(navigation/nav_slidingdoorII.css); */
@import url(navigation/nav_vlist.css);
@import url(main/content.css);
@import url(print/print_003.css);

span.unsichtbar, dfn {
	position : absolute;
	left : -1000px;
	top : -1000px;
	width : 0;
	height : 0;
	overflow : hidden;
	display : block;
	}

/* Klassen für die Absatz- und Zeichenformate des RTE
 */
.csc-frame-frame1 {
	background-color: #EDEBF1; border: 1px solid #666666;
	padding: 5px;
	}
.csc-frame-frame2 {
	background-color: #F5FFAA; border: 1px solid #666666;
	padding: 5px;
	}

/* indexed_search
 */
.tx-indexedsearch-redMarkup,
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	background-color: yellow; 
	}
/* Align the form fields and labels
 */
div.tx-indexedsearch-searchbox label {
	margin-right:1em;
	width:10em;
	float:left;
	}
/* Floating to the right
 */
span.tx-indexedsearch-result-count,
span.tx-indexedsearch-percent {
	font-size:0.9em;
	letter-spacing:0;
	font-weight:normal;
	margin-top:-1.2em;
	float:right;
	}
/* Result browser
 */
div#content ul.browsebox li {
	list-style:none;
	margin-bottom:1em;
	margin-right:1em;
	float:left;
	}
/* Clear the result browser float
 */
div#content div.tx-indexedsearch-res {
	clear:both;
	}
    
#col3_content {
	padding: 0 1em;
	}

.rootline {
	width: 100%;
	color: #888;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
	padding: 0 0 5px 0;
	font-size: 0.8em;
	}

.align-center {
	text-align: center;
	}
.align-right {
	text-align: right;
	}

