@charset "iso-8859-1";
* {
	padding: 0px;
	margin: 0px;
}
html {
	height: 101%;
}
body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
	font-size: 130%;
}
h1 {
	overflow: hidden;
	font-size: 180%;
	font-weight: normal;
}
h2 {
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 10px;
	color: #333333;
	letter-spacing: 1px;
	padding-bottom: 5px;
	text-decoration: none;
}
h3 {
	font-size: 130%;
	font-weight: normal;
	color: #333333;
}
h4 {
	border: 1px solid #C0C0C0;
	padding: 0px 0px 0px 2px;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	background-color: #F5F5F5;		
}

h5.ger {
	border: 1px solid #C0C0C0;
	padding: 0px 0px 52px 2px;
	margin-top: 113px;
	margin-left: 10px;
	font-size: 130%;
	font-weight: normal;
	text-decoration: none;
	line-height: 25px;
	text-align: left;
	background-color: #F5F5F5;
}

h5.en {
	border: 1px solid #C0C0C0;
	padding: 0px 0px 57px 2px;
	margin-top: 133px;
	margin-left: 10px;
	font-size: 130%;
	font-weight: normal;
	text-decoration: none;
	line-height: 25px;
	text-align: left;
	background-color: #F5F5F5;
	
	}
	
h5.fr {
	border: 1px solid #C0C0C0;
	padding: 0px 0px 102px 2px;
	margin-top: 113px;
	margin-left: 10px;
	font-size: 130%;
	font-weight: normal;
	text-decoration: none;
	line-height: 25px;
	text-align: left;
	background-color: #F5F5F5;
	
	}
	
	
a {
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
img {
	margin: 0px;
	border-style: none;
	border-width: 0px;
	padding: 0px;
}


table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;

}
td {
	vertical-align: top;
	text-align: left;
}


.clearing {
	clear: both;
	height: 1px;
	line-height: 1px;
}


.center {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	text-align: center;
		margin-right: auto;
		margin-left: auto;
	}


.span {
	font-size: 120%;
}
.bold {
	font-weight: bold;
}


