@charset "ISO-8859-1";





/* --- ALLGEMEINES --- */
* {
	padding:		0;
	margin:			0;
	border-width:	0;
}
html, body { 
	width:	100%; 
	height:	100%;
}
/* --- */





/* --- AUSRICHTUNG/ANZEIGE/FLUSS --- */
.dpl-No {
	z-index:			999;
	position:			absolute;
	height:				0;
	width:				0;
	border:				none;
	background-color:	transparent;
	margin:				0;
	top:				0;
	left:				0;
	clear:				both;
}

.dpl-Block {display:block;}
.clear {clear:both;}

.fl-Left {float:left;}
.fl-Right {float:right;}

.ah-Left {text-align:left;}
.ah-Center {text-align:center;}
.ah-Right {text-align:right;}
.ah-Block {text-align:justify;}

.av-Top {vertical-align:top;}
.av-Center {vertical-align:middle;}
.av-Bottom {vertical-align:bottom;}

.fluss-Left {
	float:			left;
	margin-top:		5px;
	margin-right:	10px;
	margin-bottom:	5px;
}
.fluss-Right {
	float:			right;
	margin-top:		5px;
	margin-Left:	10px;
	margin-bottom:	5px;
}
/* --- */





/* --- CLEARFIX KLASSE --- */
fieldset:after, p:after, div:after, .fix:after {
    content:	"."; 
    display:	block; 
    height:		0; 
    clear:		both; 
    visibility:	hidden;
}

fieldset, p, div, .fix {display:inline-table;}

/* hides from IE/Mac \*/
*html fieldset, *html p, *html div, *html .fix, {height:1%;}
fieldset, p, div, .fix {display:block;}
/* End hide from IE-mac */
/* --- */





/* --- BREITEN/HÖHEN --- */
.w-auto {width:auto;}
.w-50 {width:50px;}

.h-auto {height:auto;}
.h-50 {height:50px;}
/* --- */





/* --- MARGIN/PADDING --- */
.pd-2 {padding:2px;}
.pd-5 {padding:5px;}
.pd-10-2 {padding:10px 2px;}
.pd-2-0-0-0 {padding:2px 0 0 0;}

.mg-auto {margin:0 auto;}
.mg-5-0-0-0 {margin:5px 0 0 0;}
.mg-0-0-50-0 {margin:0 0 50px 0;}
.mg-0-0-0-60 {margin:0 0 0 60px;}
/* --- */





/* --- RAHMEN/BORDER --- */
.bo-None {border:none;}
.bo-Debug {border:1px dashed #FF0000;}
.bo-DebugB {
	border:			1px dashed #ff0000;
	border-width:	0 0 1px 0;
}
/* --- */





/* --- SCHRIFTEN/SIZE/WEIGHT/DECORATION --- */
.fs-9 {font-size:9px;}
.fs-10 {font-size:10px;}

.fw-Bold {font-weight:bold;}
.fw-Normal {font-weight:normal;}

.fd-Underline {text-decoration:underline;}
/* --- */




/* --- BILDER/ICONS --- */
.ic-12x12 {
	width:	12px;
	height:	12px;
}
.ic-15x15 {
	width:	15px;
	height:	15px;
}
.ic-25x25 {
	width:	25px;
	height:	25px;
}
/* --- */






/* --- TABELLEN/ZELLEN --- */
.td-20 {width:16px;}
.td-50 {width:46px;}
.td-75 {width:71px;}
.td-80 {width:76px;}
.td-100 {width:96px;}
.td-120 {width:116px;}
.td-125 {width:121px;}
.td-130 {width:126px;}
.td-150 {width:146px;}
.td-170 {width:166px;}
.td-175 {width:171px;}
.td-180 {width:176px;}
.td-200 {width:196px;}
.td-225 {width:221px;}
.td-230 {width:226px;}
.td-240 {width:236px;}
.td-250 {width:246px;}
.td-300 {width:296px;}
.td-330 {width:326px;}
.td-350 {width:346px;}
.td-400 {width:396px;}
.td-450 {width:446px;}
.td-580 {width:576px;}
/* --- */
