﻿@media screen and (max-width: 977px) {
	.container {
	    margin: 5px auto;
	    width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
		/*right: 0px;*/
	}
	/* Main - Page Content */
	.headline {
		text-align: right;
		top: 25px;
		color: #000000;
		padding: 15px;
		width: 80%;
		/*position: relative;
		color: #000000;
		padding: 15px;
		width: 80%;*/
	}
	.info {
		padding: 10px 15px 20px 0px;
		text-align: left;
		position: relative;
		top: 80px;
		width: 70%;
		margin-left: 2%;
	}
}

@media screen and (max-width: 888px) {
	.container {
	    margin: 5px auto;
	    width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
		/*right: 0px;*/
	}
	.info {
		padding: 10px 15px 20px 0px;
		text-align: left;
		position: relative;
		top: 80px;
		right: 7px; /*220px;*/
		width: 60%;
		margin-left: 2%;
	}
}

@media screen and (max-width: 666px) {
	.headline {
		text-align: right;
		top: 15px;
		color: #000000;
		padding: 15px;
		width: 80%;
	}
}

@media screen and (max-width: 650px) {
	.container {
	    margin: 5px auto;
	    width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.info {
		padding: 10px 15px 20px 0px;
		text-align: left;
		position: relative;
		top: 80px;
		right: 7px; /*220px;*/
		width: 94%;
		margin: 0px auto;
	}
	#Menu {
		position: relative!important;
		width: 80%!important;
		text-align: center;
		margin-left: -20%;
	}
	#nav {
		width: 100%!important;
	}
	#nav li.slidemenu {
		width: 94%!important;
		height: 40px!important;
	}
	#nav li.slidemenu a {
		width: 94%!important;
		height: 40px!important;
		line-height: 42px!important;
	}
	#menubtn {	
		width: 100%!important;
		margin-left: 44%;
	}
	.menubtnup {
		background: url(menubtn_up.png) no-repeat center center!important;
	}
	.menubtnup:hover {
		background: url(menubtn_upW.png) no-repeat center center!important;
	}
	.menubtndown {
		background: url(menubtn_down.png) no-repeat center center!important;
	}
	.menubtndown:hover {
		background: url(menubtn_downW.png) no-repeat center center!important;
	}
	.top_logo {	
		margin-left: 40%;
		width: 100%;
	}
}