﻿/*=	FitCraft Recyklace
	base.css
	ZACATEK	29.10.2013
	EDITACE	29.10.2013 [mp]
*/




/*= OBSAH */
html {
	margin-top: 0px;
	padding-top: 0px;
/*	height: 100%; */
	font-size: 62.5%; 
/*	background-attachment: fixed; */
	}


/*= ODSAZENI */
.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
	}


/*= FORMULARE */
legend {
	color: #0F416F;
	margin-bottom:10px;
	}
fieldset {
	margin: 10px;
	padding: 10px;	
	}

