@charset "utf-8";
/* CSS Document */

/* +++++++++++++++++ Typografie ++++++++++++++++++++++++++*/


h1{
	font-weight:bold;
	font-size:1.4em;
	margin-top:10px;
	color:rgb(0,102,153);
}

h3{
	font-size:1.0em;
	font-weight:bold;
	margin-top:0px !important;
}

body{
	font-family: Arial, sans-serif;
	background-color:#636262;
}

.subline{
	font-size:1.2em;
	margin-bottom:40px;
}


/* +++++++++++++++++ Layout ++++++++++++++++++++++++++*/


section {
	padding-top:60px;
	margin-top:-40px;
}

.top{
	padding: 40px 0px 40px 0px;
	text-align: center;
}

/* +++++++++++++++++ Navigation ++++++++++++++++++++++++++*/

.navbar-style{
	background-color:black;	
	color:white;
}

.navbar-style li a{
	color:black !important;
}

.nav li a:hover{
	color:#5A5656 !important;
}

.nav li a:focus{
	color:#5A5656 !important;
}