html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body{
	background-color:#999;
	background-image:url(images/background.png); 
	background-repeat:repeat-x;
}

img{
	border:0;
}

#shadow{
	max-width:1000px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#container{
	max-width:950px;
	width:95%;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
    box-shadow: 0px 0px 5px #000;
	margin-bottom:5px;
}

#header{
	background-image:url(images/header.png); 
/*	background-image:url(images/header.jpg);*/
	height:186px;
	width:100%;
	clear:both;
}

#menu{
	background-color:#CCC;
	width:940px;
	text-align:justify;
	padding-left:10px;
}

#menu a{
	height:25px;
	padding-top:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	text-decoration:none;
	color:#007576;
	font-weight:bold;
	padding-left:25px;
	padding-right:25px;
	display:inline-block;
}

#menu a:hover, #menu a.active{
	color:#FFF;
	background-color:#007576;
}


#main{
	font-family:Verdana, Geneva, sans-serif;
}

#content{
	float:left;
	font-size:0.8em;
	color:#333;
	width:662px;
	margin:15px;
	margin-top:0;
}

#content h3{
	color:#007576;
}

#info{
	float:right;
	margin-top:20px;
}

#info a{
	text-decoration:none;
	color:#666;
}

#info div{
	background-image:url(images/schaduw.jpg);
	background-repeat:no-repeat;
	margin-right:20px;
	width:204px;
	padding:2px 21px 10px 13px;
	background-repeat:no-repeat;
	font-size:0.7em;
	color:#666;
}

#info h3{
	padding-bottom:0;
	color:#007576;
}

#footer{
	text-align:center;
	width:1000px;
	clear:both;
	background-color:#999;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.7em;
	padding-top:10px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}


.homebox {
    width: 180px;
    height: 148px;
    background-position: bottom;
    background-repeat: no-repeat;
	display: inline-block;
    margin: 10px;
	text-decoration:none;
  	background-size: contain;
}




@media (max-width: 1000px) {
#info {
    float: none;
	width:auto;
}
#info div {
	display:inline-block;
	background-size:cover;
	width:auto;
	padding: 6px 25px 10px 21px;
	box-sizing:border-box;
	margin:0;
}

#menu{
	width:auto;
}


#content{
	float:none;
	width:auto;
}

#footer{
	width:100%;
}

#container{
	width: 99%;
}

#menu a{
	padding-left: 10px;
    padding-right: 10px;	
}

#glu{
	width:101% !important;
}

#header {
    height: 133px;
    background-position: center left;
}

textarea{
	width:100%;
}


}





@media (max-width: 690px) {
#info div {
	width:100%;
	max-width:380px;
	padding: 6px 25px 10px 21px;
}


}






@media (max-width: 500px) {
.homebox {
    width: 143px;
    height: 124px;
    margin: 5px;
	background-size:contain;
}


}