/* GENERAL */

body{
	margin: 0px;
	padding: 0px;
}

.clear{ clear: both; height: 0px;}
.maxwidth{ max-width: 1200px; margin: 0 auto; }

h1, h2, h3, h4, h5, h6{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

textarea{
	min-height: 50px;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.container{
	max-width: 1230px;
}

.imagemaxsize{
	max-width: 1920px;
	visibility: hidden;
}

.sblam{
	display: none;
}
