@charset "UTF-8";
/* CSS Document */
html{
	background:url(../Images/BG_Home.jpg) top center repeat-x #000;
    font-family: 'Carrois Gothic', sans-serif;
}

body{
	font-size:17px;
	padding:0px;
	margin:0px;
}

a{
	text-decoration:none;
	color:#969696;
}

a:visted {
	text-decoration:none;
	color:#FFF;
}

a:hover {
	text-decoration:none;
	color:#FFF;
}

img{
	border:none;
	outline:none;
}

.clear{
  clear: both;
  overflow: hidden;
}



/*SITE PHONE*/

#Wrapper {
	width:950px;
	height:780px;
	margin:0px auto;
	position:relative;
}

#Logo {
	background:url(../Images/Afspreeklijn.png) top center no-repeat; 
	height:80px; 
	width:350px;
	margin:0px 300px;
}

h1, h2, h3{
	font-size:26px; 
	color:#FFF;
	float:left;
	height:50px; 
	width:304px;
	line-height:50px;
	text-align:center;
}
h4, h5, h6{
	font-size:30px; 
	color:#FFF;
	float:left;
	height:32px; 
	width:304px;
	line-height:32px;
	text-align:center;
}
h1{
	margin:60px 16px 0px 5px;
}
h2{
	margin:60px 16px 0px 0px;
}
h3{
	margin:60px 0px 0px 0px;
}

h4{
	margin:10px 16px 0px 5px;
}
h5{
	margin:10px 16px 0px 0px;
}
h6{
	margin:10px 0px 0px 0px;
}


#Wrap_Girl {
	width:304px; 
	height:304px;
	margin:0px 16px 0px 5px;
	float:left;
	background:url(../Images/Btn_Start_Girl.png) 0px 0px no-repeat;
}


#Wrap_Dude {
	width:304px; 
	height:304px;
	margin:0px 16px 0px 0px;
	float:left;
	background:url(../Images/Btn_Start_Dude.png) -1px 0px no-repeat;
}
#Wrap_Gay {
	width:304px; 
	height:304px;
	margin:0px 0px 0px 0px;
	float:left;
	background:url(../Images/Btn_Start_Gay.png) 0px 0px no-repeat;
}

#Wrap_Girl:hover{
	background:url(../Images/Btn_Start_Girl.png) 0px -341px no-repeat;
}
#Wrap_Dude:hover{
	background:url(../Images/Btn_Start_Dude.png) 0px -341px no-repeat;
}
#Wrap_Gay:hover{
	background:url(../Images/Btn_Start_Gay.png) 0px -341px no-repeat;
}



.TelnrHome{
	font-size:36px;
}