/* CSS Document */
body {
	background-color: #F2F2F2;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: center;
	margin: 0px;
}
.languageswitch a img {
	border: 0px dotted red;
}
.container {
	width: 675px;
	margin: auto;
	text-align: center;
	padding: 0px 0px 0px 0px
}
.h1 {
	margin: 0px; 
}
.all {
	width: 673px;
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	clear: both;
	padding: 0 0 60px 0;
}
.all_two {
	width: 673px;
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	clear: both;
}
.fullwidth{
	clear: both;
	width: 100%;
}
.leftcol {
	clear: none;
	float: left;
	display: inline;
	margin: 75px 0px 0px 51px;	
	padding: 0px 0px 0px 0px;
	width: 320px;	
	text-align: left;
}
.rightcol {
	clear: none;
	float: left;
	margin: 75px 0px 0px 28px;
	width: 220px;
	text-align: right;
}
.text {
	clear: both;
	float: left;
	margin: 20px 0px 0px 0px;
	width: 220px;
	text-align: left;
	font-size: 11px; 
	font-family: Arial;
}
.textR {
	clear: both;
	float: left;
	padding: 0 0 24px 0;
	margin: 20px 0px 0px 0px;
	width: 120px;
	text-align: left;
	font-size: 11px; 
	font-family: Arial;
}
.button {
	clear: none;
	float: right;
	margin: 0px 0px 0px 20px;
	width: 99px;
	height: 120px;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.button2 {
	clear: none;
	float: right;
	margin: 0px 0px 0px 20px;
	width: 99px;
	height: 120px;
	background-image: url(../images/button1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.greytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 16px;
}


