@charset "UTF-8";
/* Hostpoint Default-Site CSS */

/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;	
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link, a:visited, a:hover, a:active, a:focus {
 	margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
	font-size: 100%;
  	vertical-align: baseline;
  	line-height: 1;
  	text-transform: none;
  	text-decoration: none;
  	font-weight: normal;
}
/* OFTEN USED */
.antifloat {
	clear: both;
	visible: hidden;
}
/* FONTS */
@font-face {  
	font-family: 'AniHP';  
	src: url('font/aniHP.eot');  
	src: local('Anivers'),  
 	local('Anivers_regular'),
 	url('font/aniHP.ttf') format('truetype'),
 	url('font/aniHP.woff') format('woff'),
	url('font/aniHP.oft') format('opentype');
}  
@font-face {  
	font-family: 'AniHP Bold';
	src: url('font/aniHPb.eot');  
	src: local('Anivers Bold'),  
 	local('Anivers_bold'), 
 	url('font/aniHPb.ttf') format('truetype'),
 	url('font/aniHPb.woff') format('woff'),  
 	url('font/aniHPb.oft') format('opentype');  
} 
/* BACKGROUND */
.background {
	background: #f9f9f9 url(background.png) top repeat-x;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 980px;
}
/* LOGO */
.logo {
	position: relative;
	top: 68px;
	text-align: left;
}
/* SITE BG */
.graphic {
	position: relative;
	background: url(webhosting-de.png) top repeat-x;
	top: 138px;
	text-align: left;
	height: 474px;
	width: 980px;
}
.graphic_en {
	position: relative;
	background: url(webhosting-en.png) top repeat-x;
	top: 138px;
	text-align: left;
	height: 474px;
	width: 980px;
}
.graphic_it {
	position: relative;
	background: url(webhosting-it.png) top repeat-x;
	top: 138px;
	text-align: left;
	height: 474px;
	width: 980px;
}
.graphic_fr {
	position: relative;
	background: url(Hebergement-web.png) top repeat-x;
	top: 138px;
	text-align: left;
	height: 474px;
	width: 980px;
}
.domain {
	position: relative;
	top: 355px;
	left: 228px;
	text-align: center;
}
.domain p {
	font-family: AniHP Bold, Arial Black;
	font-size: 28px;
	color: #FFFFFF; /* white */
	text-decoration: none;
}
.text {
	position: relative;
	top: 200px;
	width: 980px;
	text-align: left;
}
.column {
	width: 235px;
	padding-right: 10px;
	float: left;
}
.column h1 {
	font-family: AniHP, Arial;
	font-size: 15px;
	color: #808080; /* grey */
	text-decoration: none;
}
.column p {
	height: 12px;
	font-family: AniHP, Arial;
	font-size: 12px;
	color: #808080; /* grey */
	text-decoration: none;
	line-height: 22px;
}
/* ORDER BOX TEXT A TAG'S */
.column a:link, a:visited, a:hover, a:active, a:focus {
	height: 12px;
	text-decoration: none;
	font-size: 12px;
	color: #0091CB; /* blue */
}
.space {
	width: 1px;
	margin-top: 40px;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}
.commercial {
	width: 183px;
	float: left;
}
.footer {
	position: relative;
    top: 250px;
	text-align: left;
	vertical-align: text-top;
	height: 70px;
}
.footer p {
	height: 12px;
	font-family: AniHP, Arial;
	font-size: 10px;
	color: #808080; /* grey */
	text-decoration: none;
}
