html{
	background: #ffffff;
}
body{
	min-width: 1000px;
	text-align: center;
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	color: #666666;
	background: url('../images/bck_main.png') bottom center repeat-x fixed #FFFFFF;
}

body.login{
	background: none;
	padding-top: 100px;
	background: url('../images/header.png') top left repeat-x;
}

.clear:after{
	content: ".";
	display: block;
	height: 0;
	overflow:hidden;
	clear: both;
	visibility: hidden;
}

.clean-margin{
	margin: 0px !important;
}

.clean-padding{padding: 0px !important;
}

ul.standard.clean-padding{
	padding: 0 0 0 16px !important;
}

ol.standard.clean-padding{
	padding: 0 0 0 22px !important;
}

.hidden{
	display: none;
}

.display{
	display: block;
}

.half{
	width: 48% !important;

}

.logo{
	padding-top: 20px;
}
.logo a{
	text-decoration: none;
}

.logo .picture{
	float: left;
	margin-right: 10px;
}

.logo .textlogo{
	float: left;
}

.logo .title{
	display: block;
	font-family: arial;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	letter-spacing: -0.02em;
}

.logo .text{
	display: block;
	font-weight: bold;
	color: #BBBBBB;
	position: relative;
	top: -2px;
}

.button{
	display: inline-block;
	line-height: 16px;
	border-width: 0px;
	font-size: 11px;
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	background: url('../images/button_glas1.png') center center repeat-x #333333;
	padding: 3px 13px 3px 13px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
}

input.button{
	display: inline-block;
	line-height: 13px;
	/* IE8 hack */
	line-height: 16px;
	border-width: 0px;
	font-size: 11px;
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	background: url('../images/button_glas1.png') center center repeat-x #333333;
	padding: 3px 10px 3px 10px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.button:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.button.green{
	background-color: #4DB800;
}
.button.red	{ background-color: #D80017; }
.button.blue	{ background-color: #00A5C4; }
.button.grey	{ background-color: #BBBBBB; }

strong		{ color: #333333; }

.fl-space		{ float: left; margin-right: 5px; }
.fr-space		{ float: right; margin-left: 5px; }
.fl-space2		{ float: left; margin-right: 10px; }
.fr-space2		{ float: right; margin-left: 10px; }

