/*=	MOSSWEB
	base.css
	started	01.07.2008
	lastEdt	08.03.2010 [mp]	
 */


/*= BODY */
html{
	margin-top: 0px;
	padding-top: 0px;
	}

#aspnetForm{
	text-align:center;
	}


/*= INTEND */
.top {
	vertical-align: top;
	}

.left {
	text-align: left;
	}
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
.justify {
	text-align: justify;
	}
.centered {
	margin-left: auto;
	margin-right: auto;
	}
.floatLeft {
	float: left;
	}
.floatRight {
	float: right;
	}
div.cleaner {
	height: 0px;
	line-height: 0px;
	font-size: 0pt;
	clear: both;
	}
.indent{
	margin-left: 96px
	}


/*= FORMS */
legend {
	color: #0F416F;
	margin-bottom:10px;
	}
fieldset {
	margin: 10px;
	padding: 10px;	
	}



