@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Museo';
    src: url('http://www.hwgroup.eu/fonts/museo700-regular-webfont.eot');
    src: url('http://www.hwgroup.eu/fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.hwgroup.eu/fonts/museo700-regular-webfont.woff') format('woff'),
         url('http://www.hwgroup.eu/fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('http://www.hwgroup.eu/fonts/museo700-regular-webfont.svg#museo_700regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Museoklein';
    src: url('http://www.hwgroup.eu/fonts/regular/museo300-regular-webfont.eot');
    src: url('http://www.hwgroup.eu/fonts/regular/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.hwgroup.eu/fonts/regular/museo300-regular-webfont.woff') format('woff'),
         url('http://www.hwgroup.eu/fonts/regular/museo300-regular-webfont.ttf') format('truetype'),
         url('http://www.hwgroup.eu/fonts/regular/museo300-regular-webfont.svg#museo_300regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{background-image:url(http://www.hwgroup.eu/imagestaal/Bottom_texture.jpg)
}

#box {
	position:relative;
	width:350px;
	height:350px;
	background:url(http://www.hwgroup.eu/imagestaal/back.png);
	background-repeat:no-repeat;
	margin:100px auto auto auto;
	padding-top:150px;
}

p {
	text-align:center;
	  font-family: Museo, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   padding-left:20px;
   padding-right:20px;
   color: #28536C;
	font-size:13px;}

#selector {
	width:325px;
	height:45px;
  	margin-left: 60px;
  	margin-right: 50px;
	margin-top:5px;
	background-color:none;
	float:left;
}
#select {
  	padding-left:auto;
	padding-right:auto;


}