/* @override 
	http://buildsucceeded.nl/style.css */

*
{
	margin: 0;
	padding: 0;
}

body {
	-webkit-text-size-adjust: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

html
{
	background-color: #fbfbfb;
	color: #242424;
	padding: 1em;

	padding-top: 7em;
	line-height: 1.5em;

	position: relative;
	margin: 0 auto;

	width: 650px;
	text-shadow: 0 1px 0 #ffffff;
}

hr
{
	border: 0;
	border-bottom: 1px solid #e3e3e3;
	background: none;
	position: relative;
	top: -25px;	
}

div#logo h1
{
	text-align: center;
	text-indent: -9999px;
	background: url(logo.png) no-repeat;

	height: 77px;
	padding: 20px;
	width: 486px;

	left: 50%;
	position: relative;
	margin-left: -243px;
}

div.row 
{	
	height: 240px;
	width: 710px;
}

div.app
{
	float: left;
	width: 200px;
	padding-right: 0px;

}

div.app img
{
	width: 57px;
	height: 57px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	padding: 0px;	
	position: relative;

	float: left;

	margin-right: 1.5em;
	margin-bottom: 1.5em;

	-moz-box-shadow: 0 2px 4px rgba(52, 52, 52, 0.7);
	-webkit-box-shadow: 0 2px 4px rgba(52, 52, 52, 0.7);
	box-shadow: 0 2px 4px rgba(52, 52, 52, 0.7);
}

div.app
{	
	font-size: 12px;
	margin-right: 3em;
	color: #4c4c4c;
}

a
{
	color: rgb(85, 153, 189);
	text-decoration: none;
}

span.telephone, div.tip a
{
	background-color: rgb(116, 165, 204);
	color: white;
	padding: 1px 3px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	border: 2px solid rgba(255, 255, 255, 0);
}

span.telephone:hover, div.tip a:hover
{
	background-color: white;
	color: rgb(85, 153, 189);
	border-bottom: 2px solid rgb(116, 165, 204);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

div.app p
{
	clear: both;
}

div.app h2
{
	padding-top: 0.9em;
	font-size: 12px;
	color: #616161;
	line-height: 1.7em;
	height: 70px;
}

div.app a:hover h2
{
	color: #000000;
}

div.app a:hover img
{
	position: relative;

}

div.app em
{
	color: #878787;
}

div.tip
{
	padding-top: 1em;
	padding-bottom: 6em;
	text-align: center;
	font-size: 12px;
	line-height: 1.25em;
/*	font: 14px/1.5em Georgia, "Times New Roman", Times, serif;*/
}

div.tip p.intro
{
	color: #4c4c4c;
	margin-top: 0.5em;
}

div.logo_tekst
{

	padding: 11em 0em 10em 0em;
	text-align: center;
	font-size: 11px;
	color: #adadad;
}