/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
	height: 100%;	
	overflow-y: scroll;
}
body{
	height: 100%;	
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff;
	color: #333;	
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
}
#wrapper {
	max-width: 940px;
	width: 100%;
	text-align: left;
	background: #fff;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
}
#content{
	margin: 0 0 60px 0;
}
#header{
	height: 400px;
	width: 100%;
	position: relative;
	margin: 50px 0 30px 0;
}
#header img{
	width: 100%;
	height: auto;
}
#textbox{
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	bottom: 40px;
	font-size: 50px;
	line-height: 1;
}
#textbox h1{
	display: inline-block;
	padding: 14px 20px;
	float: none;
	margin-bottom: 10px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
#textbox h2{
	display: inline-block;
	padding: 14px 20px;
	float: none;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
#thumbs{
	position: absolute;
	z-index: 1;
	right: 10px;
	top: -30px;
}
#sani-thumb,
#nfz-thumb,
#dj-thumb{
	width: 60px;
	height: 60px;
	background: #666;
	margin-left: 10px;
	display: block;
	float: left;
	border-radius: 7px;
}
#sani-thumb{
	background: #fff url(../img/sani.png) center center no-repeat;
	background-size: 50px auto;
	border: 2px solid #668800;
}
#nfz-thumb{
	background: #fff url(../img/nfz.png) center center no-repeat;
	background-size: 50px auto;
	border: 2px solid #d00000;
}
#dj-thumb{
	background: #fff url(../img/dj.png) center center no-repeat;
	background-size: 50px auto;
	border: 2px solid #003999;
}
#sani-thumb:hover,
#nfz-thumb:hover,
#dj-thumb:hover{
	border: 2px solid #333;
}
#content{
	text-align: left;
}
#footer, .push {
	height: 200px;
}
h1{
	font-weight: normal;
	font-size: 44px;
	display: block;
	margin-bottom: 6px;
}
h2{
	font-weight: normal;
	font-size: 34px;
	margin-bottom: 4px;
}
h3{
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 4px;
}
a{
	color: #666;
	text-decoration: none;
	-webkit-transition:color 500ms ease-out;
	-moz-transition:color 500ms ease-out;
	-o-transition:color 500ms ease-out;
	transition:color 500ms ease-out;
}
a:hover{
	color: #000;
	text-decoration: none;
	-webkit-transition:color 500ms ease-out;
	-moz-transition:color 500ms ease-out;
	-o-transition:color 500ms ease-out;
	transition:color 500ms ease-out;
}
.sani #textbox h1,
.sani #textbox h2{
	background: #668800;
}
.sani a{
	color: #668800;
}
.nfz #textbox h1,
.nfz #textbox h2{
	background: #d00000;
}
.nfz a{
	color: #d00000;
}
.dj #textbox h1,
.dj #textbox h2{
	background: #003999;
}
.dj a{
	color: #003999;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	margin-left: 1.2em;
	padding: 0;
}
br.clearer{
	width: 100%;
	line-height: 1px;
	clear: both;
}

#footer{
	background: #444;
	border-top: 3px solid #777;
}
#footercontent{
	max-width: 940px;
	width: 100%;
	margin: 40px auto 0 auto;
	text-align: center;
}
#footer #sani,
#footer #nfz,
#footer #dj{
	background: #39f;
	width: 32%;
	height: 90px;
	display: inline-block;
	padding: 10px 10px 0 104px;
	color: #fff;
	text-align: left;
	border-left: none;
	margin: 0 2% 0 0;
	float: left;
}
#footer #dj{
	margin-right: 0;
}
#footer #sani:hover,
#footer #nfz:hover,
#footer #dj:hover{
	background-color: #333;
}

#footer #sani{
	background: #668800 url(../img/sani.png) 0px 0px no-repeat;
	background-size: 90px auto;
}
#footer #nfz{
	background: #d00000 url(../img/nfz.png) 0px 0px no-repeat;
	background-size: 90px auto;
}
#footer #dj{
	background: #003999 url(../img/dj.png) 0px 0px no-repeat;
	background-size: 90px auto;
}
#footer #links{
	overflow: hidden;
	margin-bottom: 20px;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #aaa;
}


@media screen and (max-width: 940px){
	#wrapper{
		margin: 0 2%;
		width: 96%;
	}
	#header{
		height: auto;
	}
}
@media screen and (max-width: 740px){
	#header{
		height: auto;
	}
	#textbox{
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: 20px;
	}
	.push{
		height: 0;
	}
	#footer{
		height: auto;
		padding-bottom: 30px;
	}
	#footer #nfz,
	#footer #sani,
	#footer #dj{
		width: 96%;
		margin: 0 2% 10px 2%;
		float: none;
	}
}