/*###############################################################################################
# Tom Hendrix
# www.XIS.be
# info@xis.be
# STYLE SHEET
###############################################################################################*/

body 	{ 
padding:0px;
margin:0px;
background-image: url("http://www.sms-tools.be/images/bg.jpg"); 
background-repeat:repeat-x;
background-color:#fdfefe;
text-decoration: none;
}

html,body {
font-family:"Trebuchet MS",Helvetica,sans-serif;
font-size:12px;
}
h1 {
font-size:16px;
font-weight:bold;
color:#305c78;
}
h2 {
font-size:15px;
font-weight:bold;
text-decoration:underline;
color:#000000;
margin:0px;
padding:0px;
}
h3 {
font-size:12px;
font-weight:normal;
color:#666666;
background-color:#F8F8F8;
height:25px;
margin:0px;
padding:0px;
}

#inhoud {
position:relative;
float:left;
width:950px;
border:1px;
border-style:solid;
border-color:#EEEEEE;
min-height:400px;
padding:10px;
margin:10px;
}

#menu {
text-align:left;
position: relative;
text-align:left;
color:#FFFFFF;
list-style-type: none;
top:130px;
left:80px;
padding:0px;
margin:0px;
}
#menu a {
color:#FFFFFF;
font-weight:bolder;
font-size:13px;
padding:0px;
margin:0px;
margin-right:-10px;
text-decoration:none;
}
#menu a:hover {
color:#faa719;
text-decoration:none;
}



a {text-decoration: none;}
a:link {color: #1f5b80;	text-decoration: none;}
a:visited {color: #1f5b80;text-decoration: none;}
a:hover {color: #1f5b80;text-decoration: underline;}
a:active {color: #1f5b80;text-decoration: none;}

input {border: 1px solid #999999;
	font-family: Tahoma,Verdana,Arial;
	font-size: 10px;
	color: #000000;
	background-color: #e4edf2;
}

select {border: 1px solid #999999;
	font-family: Tahoma,Verdana,Arial;
	font-size: 10px;
	color: #000000;
	background-color: #e4edf2;
}

textarea {font-family: Tahoma,Verdana,Arial;
	color: #000000;
	font-size: 10px;
	background-color: #e4edf2;
	border: 1px solid #999999;
}

.button 
{ 
font-size: 11px; 
color: #FFFFFF;
font-weight: bold;
border: 1px outset;
cursor: hand;
background-image: url('http://www.sms-tools.be/images/backgr_button.gif');
}  

#diensten {
text-decoration:none;
}
#diensten a {
background-image:url(http://www.sms-tools.be/images/gsmblauw.gif);
background-repeat:no-repeat;
background-position:top-left;
padding-left:60px;
border-width:1px;
border-style:solid;
border-color:#EEEEEE;
display:block;
height:80px;
width:880px;
}
#diensten a:hover{
background-image:url(http://www.sms-tools.be/images/gsmrood.gif);
background-repeat:no-repeat;
background-position:top-left;
padding-left:60px;
text-decoration:none;
border-width:1px;
border-style:solid;
border-color:#FF0000;
height:80px;
width:880px;
}

#dienstentitel {
font-size:18px;
font-weight:bold;
padding:0px;
margin:0px;
margin-bottom:8px;
}
#dienstenlink {
padding:0px;
margin:0px;
margin-top:8px;
float:right;
cursor:pointer;
}