@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');
legend, fieldset, form, ul, h1, h2, h3, h4, h5, h6, p, html, body, img, table, strong{
	margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border:none;}
input, select{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
body{
	text-align:center;
	background-color:#fff;
	font-family:"Roboto", Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active, a:hover{color:#1f7fb6;}
a img{border:0px solid;}
.vMiddle{vertical-align:middle;}
.vBottom{vertical-align:bottom;}
.vBase{vertical-align:baseline;}
.red{color:#cd2a2d;}
.grey{color:#7f7f7f;}
.wrapper {
	margin:140px auto 20px auto;
	padding:70px 90px 0 30px;
	height:350px;
	width:680px;
	text-align:right;
	background-image:url(../images/dom.png);
	background-repeat:no-repeat;
	background-position:60px 0;
}
h1,h2 {
	font-size:24px;
	line-height:22px;
	margin:0;
	padding:0;
}
h1 b {
	color:#cf2940;
}
.copy {
	clear:right;
	font-size:13px;
	color:#999999;
}
.copy a {
	color:#999999;
	text-decoration:none;
}
.copy a:hover {
	color:#1f7fb6;
	text-decoration:underline;
}
a.contact {
	display:block;
	float:right;
	font-size:14px;
	margin-top:20px;
	color:#1c1719;
	text-decoration:none;
	border-bottom:1px dotted #1c1719;
}
a.contact:hover {
	color:#1f7fb6;
	border-bottom:1px dotted #1f7fb6;
}
a.hosterby {
	clear:right;
	margin:150px 0 28px;
	width:200px;
	height:78px;
	background-image:url(../images/hoster_logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display:block;
	float:right;
}