/*STYLING FOR Stichting Fondsenbeheer Lichamelijke Handicap en School*/

/*GENERAL*/

body
{
	background: #f0efeb;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 25px;
	font-size: 15px;
}

div
{
	position: relative;
}

h2
{
	margin: 25px 0 0;
	padding: 25px 0 30px;
	font-weight: 500;
	font-size: 26px;
	line-height: 36px;
	color: #5aa5e1;
	
	a
	{
		color: #5aa5e1;
		cursor: default;
	}
	
	a:hover
	{
		color: #5aa5e1;
	}
}

a
{
	color: #5aa5e1;
}

a:hover, 
a:active,
a:focus
{
	color: #4790d0;
	outline: none;
}

.btn
{
	display: inline-block;
	position: absolute;
	top: 42px;
	right: 40px;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #f0962e;
	border-radius: 5px;
	color: #f0962e;
	text-decoration: none;
	font-size: 15px;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.btn:hover,
.btn:active,
.btn:focus
{
	border-color: #4790d0;
}

/*HEADER*/

#header
{
	height: 250px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #5aa5e1;
	color: #fff;
	text-align: center;
	border-top: 1px solid #5aa5e1;
}

#header h1
{
	width: 940px;
	margin:  55px auto;
	line-height: 70px;
	font-size: 45px;
	font-weight: 400;
}

/*MENU*/

#menu
{
	height: 40px;
	width: 100%;
	background: #faf9f5;
	border-bottom: 1px solid #bbb;
}

#menu ul
{
	display: block;
	width: 600px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#menu ul li
{
	display: block;
	width: 20%;
	height: 40px;
	float: left;
	list-style: none;
	text-align: center;
}

#menu ul li a
{
	color: #333;
	text-decoration: none;
	line-height: 40px;
}

#menu ul li a:hover
{
	line-height: 38px;
}

/*CONTENT*/

#content
{
	width: 600px;
	margin: 40px auto;
	background: #faf9f5;
	padding: 0 40px 40px;
	border: 1px solid #bbb;
}
