.container {
	margin: 0 auto;
	position: relative;
	width: 940px;
}
.alpha {
	float: left;
}
.beta {
	float: right;
}
.middle {
	text-align: center;
	padding-top:20px !important;
}
.box-grau {
    background-color: #E8E8E8;
    margin:10px 0;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    padding: 9px 14px;
    width: 45.33%;
	float:left;
}
.box-grau-last {
    background-color: #E8E8E8;
    margin:10px 0;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    padding: 9px 14px;
    width: 45.33%;
	float:right;
}
.col-1-4 { width: 23.50%; }
#slogan {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #6b6b6b;
	padding: 0px 5px 60px 0;
	text-align: right;
}
.menuefooter {
	font-size: 11px !important;
	border-bottom:none !important;
	margin-right:10px !important;	
}
.menuefooter-aktiv {
	color:#333 !important;
	border-bottom:none !important;
	margin-right:15px !important;	
}

@media only screen and (max-width: 979px) { /* 740px - 979px */
	.container {
		width: 720px;
	}

	.box-grau {
    background-color: #E8E8E8;
    margin:10px 0;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    padding: 9px 14px;
    width: 44.33%;
	float:left;
}
.box-grau-last {
    background-color: #E8E8E8;
    margin:10px 0;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    padding: 9px 14px;
    width: 44.33%;
	float:right;
}
.col-1-4 { width: 45.50%; }
#slogan { 
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	font-weight: normal;
	color:#6b6b6b;
	padding-top:14px;
	text-align:right;
	padding-bottom:40px;
}
}
@media only screen and (max-width: 739px) { /* 640px - 739px */
	.container {
		width: 600px;
	}
	.alpha, .beta {
		float: left;
		width: auto !important;
	}

.box-grau {
    background-color: #E8E8E8;
    margin:10px 0;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    padding: 9px 14px;
    width: 95%;
	float:none;
}
.box-grau-last {
    background-color: #E8E8E8;
    margin:10px 0;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    padding: 9px 14px;
    width: 95%;
	float:none;
}
.col-1-4 { width: 95%; }
#slogan { 
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	font-weight: normal;
	color:#6b6b6b;
	padding-top:14px;
	text-align:right;
	padding-bottom:40px;
}
}
@media only screen and (max-width: 639px) { /* 480px - 639px */
	html {
		min-width: 470px;
	}
	.container {
		width: 460px;
	}
	#header .ad {
		display:none;
}
.box-grau {
    background-color: #E8E8E8;
    margin:10px 0;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    padding: 9px 14px;
    width: 95%;
	float:none;
}
.box-grau-last {
    background-color: #E8E8E8;
    margin:10px 0;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    padding: 9px 14px;
    width: 95%;
	float:none;
}
.col-1-4 { width: 94%; }
#slogan { 
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	font-weight: normal;
	color:#6b6b6b;
	padding-top:14px;
	text-align:right;
	padding-bottom:0px;
}
}
@media only screen and (max-width: 479px) { /* 320px - 479px */
	html {
		min-width: 310px;
	}
	.container {
		width: 320px;
	}
	#header .ad {
		display:none;
}
.col-1-4 { width: 91%; }
#slogan { 
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	font-weight: normal;
	color:#6b6b6b;
	padding-top:14px;
	text-align:center;
	padding-bottom:0px;
}
.alpha {
	float: none;
}
.beta {
	float: none;
}
}
@media only screen and (max-width: 319px) { /* 0px - 319px */
	html {
		min-width: 220px;
	}
	.container {
		width: 220px;
	}
	.alpha, .beta {
		float: none;
		width: auto !important;
	}
	#header .ad {
		display:none;
}
.col-1-4 { width: 88%; }
}

/* =Browser notification
----------------------------------------------------------------------------- */
.browser-notification {
	border-bottom: 1px solid #a29330;
	background: #fdf2ab url(../img/exclamation.gif) no-repeat 10px center;
	font: 11px/18px Verdana;
	color: #303030;
	display: none;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
.browser-notification p {
	margin: 0;
	padding: 10px 36px 12px;
}
.browser-notification a {
	color: #e25600;
	text-decoration: none;
}
.browser-notification a:hover {
	border-bottom-width: 0;
	color: #e25600;
	text-decoration: underline;
}
.browser-notification .close {
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	right: 14px;
	top: 10px;
}

/* =Top
----------------------------------------------------------------------------- */
#top {
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 9px 0;
}
#top.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
#top.fixed + #main {
	margin-top: 44px;
}
#top h1 {
	display: none;
}
#top .frame > .inner {
	display: none;
}
#nav-top a:hover { 
	color:#FFF;
}

@media only screen and (min-width: 641px) { /* >= Tablet */
	#top {
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 9px 0;
	display:none;
}
	#top.fixed.lte-mobile + #main {
		margin-top: 0;
	}
	#top .frame {
		display: block !important;
	}
	#header .ad {
	/*display:none;*/
}
}
@media only screen and (max-width: 640px) { /* <= Mobile */
	#top {
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 9px 0;
	display:inline;
}
	.no-js #top {
		height: auto;
	}
	#top.fixed + #main {
		margin-top: 59px;
	}
	#top.fixed.hide-lte-mobile + #main {
		margin-top: 0;
	}
	#top h1 {
		font-weight: normal;
		line-height: 33px;
		cursor: pointer;
		display: block;
		padding: 0 15px;
	}
	#top h1:after {
		content: "";
		background-position: 0 center;
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		right: 12px;
		top: 0;
		bottom: 0;
		width: 25px;
	}
	#top h1:hover:after {
		background-position: -25px center;
	}
	#top .frame {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		overflow: hidden;
		z-index: 110;
	}
	.no-js #top .frame {
		display: block;
		position: static;
	}
	#top .frame > .inner {
		display: block;
		padding: 3px 12px 12px;
	}
}
/* =Search
----------------------------------------------------------------------------- */
#search {
	position: absolute;
	margin-top: -12px;
	right: 0;
	top: 50%;
	width: 180px;
	height: 24px;
}
#search .input {
	margin-right: 22px;
	height: 100%;
}
#search input {
	box-shadow: none;
	border: none;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
}
#search input[type="text"] {
	padding: 0 9px;
	width: 100%;
}
#search input[type="submit"] {
	-ms-filter: "";
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 center;
	float: right;
	margin-right: 5px;
	width: 17px;
}
#search input[type="submit"]:hover {
	background-position: -17px center;
}

@media only screen and (max-width: 739px) { /* <= Mobile */
	#search {
		position: static;
		margin: 0;
		width: 100%;
		height: 30px;
	}
	#search input[type="submit"] {
		background-position: -34px 7px;
	}
	#search input[type="submit"]:hover {
		background-position: -51px 7px;
	}
	#header .ad {
		/*display: none;*/
	}
}

/* =Navigation
----------------------------------------------------------------------------- */
@media only screen and (min-width: 979px) { /*Desktop*/
nav li {
	white-space: nowrap;
	display: block;
	position: relative;
}
nav a {
	cursor: hand;
	display: block;
	position: relative;
}
nav a.current {
	color: #0E71B4 !important;
	background:url("../../content/menu_item.png")repeat scroll center center transparent;
}
nav li.current {
	color: #6DB120 !important;
	background:url("../../content/menu_item_main.png")repeat scroll center center transparent;
	border-bottom:4px solid #6DB120;
}
#nav-main ul li .event a.current {
	color: #7EAC40 !important;
}
nav a[href] {
	cursor: hand;
}
nav a[href="#"] {
	cursor: hand;
}
nav a:hover {
	border-bottom-width: 0 !important;
}
nav li.sub > a:after {
	content: "";
}

/* =Level 0 */
nav > ul > li {
	float: left;
	/*margin-right: 24px;*/
	/*background:url("../../content/menu_item.png")repeat scroll center center transparent;*/
	font-size:16px;
	height:104px;
    margin-right:2px;
    margin-top:-80px;
    padding-left:10px;
    padding-right:10px;
    position:relative;
	border-bottom:4px solid #FFF;
}
nav > ul > li:hover {
	
	background:url("../../content/menu_item_main.png")repeat scroll center center transparent;
	border-bottom:4px solid #6DB120;
}
nav > ul > li:last-child {
	float: left;
	margin-right: 0px;
}
nav > ul > li > a:after {
	padding-left: 4px;
}
nav > ul > li.right {
	float: right;
	margin-left: 28px;
	margin-right: 0;
}

/* =Level 1+ */
nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 10;
	/*box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);*/
}
nav li:hover > ul {
	display: block;
}
nav li ul li {
	border-width: 1px;
	border-style: solid;
	border-top-style: dotted;
	border-bottom-width: 0;
}
nav li ul li:first-child {
	border-top-style: solid;
}
nav li ul li:last-child {
	border-bottom-width: 1px;
}
nav li ul li.sub > a {
	padding-right: 24px !important;
}
nav li ul li.sub > a:after {
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
}
nav li ul li a {
	padding: 0 25px 0 12px;
	line-height: 33px;
}

/* =Level 2+ */
nav li ul li ul {
	padding: 0 !important;
	left: 100% !important;
	top: -1px !important;
}
nav li ul li ul.left {
	left: auto !important;
	right: 100% !important;
}
}

@media only screen and (max-width: 979px) { /*Tablet*/
	#nav-main a {
    border-bottom: medium none;
    color: #6B6B6B;
    cursor: pointer !important;
    display: block;
    text-decoration: none;
    top: 60px;
display:block;
}
	nav ul {
		position: static !important;
		padding: 0 !important;
	}
	
	nav li {
		box-shadow: none !important;
		border-left-width: 0 !important;
		border-right-width: 0 !important;
		border-top-width: 1px !important;
		border-top-style: dotted !important;
		border-bottom-width: 0 !important;
		display: block !important;
		float: none !important;
		margin: 0 !important;
	}
	nav li.current {
	background:url("../../content/menu_item.png")repeat scroll center center transparent;
	/*border-bottom:4px solid #0E71B4;*/
	/*color:#0E71B4;*/
}
	nav li:last-child {
		border-bottom:1px solid #B2B2B2 !important;
	}
	#nav-main a:hover { 
	border-bottom:none !important;
	color:#0E71B4;
	}
	nav > ul > li:hover {
	background:url("../../content/menu_item.png")repeat scroll center center transparent;
	border-bottom:4px solid #0E71B4;
}
	
	#nav-main sub li ul {
		border-radius:0 0 15px 15px;	
	}
	nav li.sub > a {
		cursor: pointer;
	}
	.no-js nav li ul {
		display: block !important;
	}
	nav li a {
		padding: 0 16px;
		line-height: 33px;
	}
	nav li ul li a {
		padding-left: 30px !important;
	}
	nav li ul li ul li a {
		padding-left: 48px !important;
	}
	nav li ul li ul li ul li a {
		padding-left: 64px !important;
	}
	nav li ul li ul li ul li ul li a {
		padding-left: 80px !important;
	}
	
}
@media only screen and (max-width: 739px) { /*Tablet*/
	nav ul {
		position: static !important;
		padding: 0 !important;
	}
	
	nav li {
		box-shadow: none !important;
		border-left-width: 0 !important;
		border-right-width: 0 !important;
		border-top-width: 1px !important;
		border-top-style: dotted !important;
		border-bottom-width: 0 !important;
		display: block !important;
		float: none !important;
		margin: 0 !important;
	}
	nav li:last-child {
		border-bottom:1px solid #B2B2B2 !important;
	}
	#nav-main a:hover { 
	border-bottom:none !important;
	color:#0E71B4;
	}
	nav > ul > li:hover {
	
	background:url("../../content/menu_item.png")repeat scroll center center transparent;
	border-bottom:4px solid #0E71B4;
}
	nav li.current {
	/*color: #0E71B4 !important;*/
	/*background:url("../../content/menu_item.png")repeat scroll center center transparent;*/
	border-bottom:4px solid #0E71B4;
	color:#0E71B4;
}
	#nav-main sub li ul {
		border-radius:0 0 15px 15px;	
	}
	nav li.sub > a {
		cursor: pointer;
	}
	.no-js nav li ul {
		display: block !important;
	}
	nav li a {
		padding: 0 0 0 16px;
		line-height: 33px;
		display:block;
	}
	nav li ul li a {
		padding-left: 30px !important;
	}
	nav li ul li ul li a {
		padding-left: 48px !important;
	}
	nav li ul li ul li ul li a {
		padding-left: 64px !important;
	}
	nav li ul li ul li ul li ul li a {
		padding-left: 80px !important;
	}
	
}


/* =Navigation top
----------------------------------------------------------------------------- */
#nav-top {
	font-size: 13px;
	line-height: 26px;
}
#nav-top li ul {
	padding-top: 4px;
	left: -2px;
}
#nav-top li ul li {
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 739px) { /* <= Mobile */
	#nav-top ul {
		display: block;
	}
	#nav-top ul.hide-lte-mobile {
		display: none;
	}
	#nav-top li.sub > a:after {
		display: none;
	}
	#nav-top > ul > li:first-child {
		border-top-width: 0 !important;
	}
	
}

/* =Navigation main
----------------------------------------------------------------------------- */
@media only screen and (min-width: 979px) {
#nav-main {
	/*border-top-width: 1px;*/
	/*border-top-style: dotted;*/
	/*border-bottom-width: 1px;*/
	/*border-bottom-style: dotted;*/
	font-size: 16px;
	font-family: 'OpenSansRegular', "Times New Roman";
	line-height: 32px;
	margin-top: 40px;
	padding: 0px 0;
	float:left;
}
#nav-main > ul {
	margin: 0 auto;
}
#nav-main li ul {
	padding-top: 0px;
	left: 0px;
	/*width:150px;*/
}
#nav-main li ul li {
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	font-size: 13px;
}
#nav-main li ul li:last-child {
	/*border-radius:0 0 10px 10px;*/ 
}
}
@media only screen and (max-width: 979px) {
#nav-main {
	/*border-top-width: 1px;*/
	/*border-top-style: dotted;*/
	/*border-bottom-width: 1px;*/
	/*border-bottom-style: dotted;*/
	font-size: 16px;
	font-family: 'OpenSansRegular', "Times New Roman";
	line-height: 32px;
	margin-top: 30px;
	padding: 0px 0;
	/*float:right;*/
}
#nav-main > ul {
	margin: 0 auto;
}
#nav-main li ul {
	padding-top: 0px;
	left: 0px;
	/*width:150px;*/
}
#nav-main li ul li {
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	font-size: 13px;
}
#nav-main li ul li:last-child {
	/*border-radius:0 0 10px 10px;*/ 
}	
}
@media only screen and (max-width: 739px) {
#nav-main {
	/*border-top-width: 1px;*/
	/*border-top-style: dotted;*/
	/*border-bottom-width: 1px;*/
	/*border-bottom-style: dotted;*/
	font-size: 16px;
	font-family: 'OpenSansRegular', "Times New Roman";
	line-height: 32px;
	margin-top: 15px;
	padding: 0px 0;
	/*float:right;*/
}
#nav-main > ul {
	margin: 0 auto;
}
#nav-main li ul {
	padding-top: 0px;
	left: 0px;
	/*width:150px;*/
}
#nav-main li ul li {
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	font-size: 13px;
}
#nav-main li ul li:last-child {
	/*border-radius:0 0 10px 10px;*/ 
}	
}


@media only screen and (min-width: 740px) { /* >= Tablet */
	#nav-main li ul {
		display: none !important;
	}
	#nav-main li:hover > ul {
		display: block !important;
	}
	
}
@media only screen and (max-width: 739px) { /* <= Mobile */
	#nav-main {
		border-top-width: 0;
		padding: 0;
	}
	#nav-main li.sub > a:after {
		content: "";
		background-position: -65px center;
		background-repeat: no-repeat;
		position: absolute;
		padding: 0;
		right: 16px;
		top: 0;
		bottom: 0;
		width: 13px;
	}
	#nav-main li:hover > ul {
		display: none;
	}
	#nav-main li.sub > a:hover:after{
		background-position: -52px center;
	}
	
}
@media only screen and (max-width: 640px) { /* <= Mini */
	#nav-main {
		display: none;
	}
	#nav-main li a {
		line-height: 30px;
	}
	
}

/* =Main
----------------------------------------------------------------------------- */
#main {
	padding: 0px 0;
}

@media only screen and (max-width: 739px) { /* <= Mobile */
	#main {
		padding: 15px 0;
	}
	
}

/* =Header
----------------------------------------------------------------------------- */
#header {
	margin-bottom: 30px;
	padding-top:30px;
}
#header hgroup {
	width: 20%; /* = 940px - 468px - 32px */
}
#header hgroup.noad {
	float: none;
	width: auto;
}
#header h1, #header h2 {
	height: 30px;
}
#header h1 { /* logo */
	font: normal 51px/0.7 'RokkittRegular', "Times New Roman";
	margin-right: 2px;
	margin-bottom:0;
	max-width: 100%;
}
#header h1.center {
	text-align: center;
	margin-right: 0;
	width: 100%;
}
#header h1 a:hover {
	border-bottom-width: 0;
}
#header h1 img {
	vertical-align: middle;
	max-width: 100%;
}
#header h2 { /* tagline */
	/*border-left-width: 1px;*/
	/*border-left-style: solid;*/
	font: normal 18px/20px 'OpenSansRegular', Arial, Helvetica, sans-serif;
	padding-left: 8px;
	padding-top:13px;
}
/*#header .ad {
	overflow: hidden;
	margin-top:60px;
	float:right;
}*/
#header .ad img {
	display: block;
}

@media only screen and (max-width: 979px) { /* <= Tablet */
	#header {
	margin-bottom: 30px;
	padding-top:30px;
}
	#header hgroup {
	/*float: none;*/
	width: 210px;
	}
	
	#header .ad > div {
		display: block !important;
	}
}
@media only screen and (max-width: 739px) { /* <= Mobile */
	#header {
	margin-bottom: 30px;
	padding-top:10px;
}
	#header h1 {
		text-align: center;
		display: block !important;
		margin: 0;
		padding: 8px 0;
		height: auto !important;
	}
	#header h1 > span {
		display: block !important;
	}
	#header h2 {
		border-left-width: 0;
		text-align: center;
		display: block !important;
		margin: 7px 0 0;
		padding: 0;
		height: auto !important;
	}
	#header h2 > span {
		display: block !important;
	}
	#header .ad img {
		width: 100%;
	}
	#header .hide-lte-mobile {
		display: none !important;
	}
	/*#header .ad {
		display: none;
	}*/
}
@media only screen and (max-width: 640px) { /* <= Mobile */
	#header {
	margin-bottom: 30px;
	padding-top:0px;
}
}

@media only screen and (max-width: 479px) { /* <= Mobile */
	#header {
	margin-bottom: 0px;
	padding-top:0px;
}
}

@media only screen and (max-width: 319px) { /* <= Mobile */
	#header {
	margin-bottom: 0px;
	padding-top:0px;
}
}

/* =Banners
----------------------------------------------------------------------------- */
#banners {
	margin-bottom: 0px;
}
.no-js #banners {
	display: none;
}
#banners article {
	box-sizing: border-box;
	padding: 14px 20px 0 20px;
	width: 320px;
}
#banners article > *:first-child {
	margin-top: 0;
}
#banners article h1 {
	font: normal 32px/32px 'RokkittRegular', "Times New Roman";
}
#banners article h1 + p {
	margin-top: 6px;
}
#banners article p {
	margin-top: 10px;
}
#banners article p:first-child {
	margin-top: 0;
}
#banners .banner {
	/*box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.6);*/
	position: relative;
	overflow: hidden;
}
#banners .descriptions article {
	display: none;
}
#banners .descriptions article:first-child {
	display: block;
}
#banners .image a, 
#banners .image img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
#banners .image {
	border-bottom-width: 0;
}
#banners .flexslider .slides,
#banners .flexslider .slides li,
#banners .flexslider .slides a,
#banners .flexslider .slides img,
#banners .flexslider .slides iframe,
#banners .flexslider .slides embed,
#banners .flexslider .slides object {
	height: 100%;
}
#banners .second {
	margin: 0 0 19px 20px;
}
#banners .third {
	margin: 19px 0 0 20px;
}
#banners .full {
	width: 100%;
	height: 260px;
}
#banners .big {
	width: 620px;
	height: 285px;
}
#banners .small {
	width: 300px;
	height: 133px;
}
#banners .small .caption {
	font: normal 21px/19px 'RokkittRegular', "Times New Roman";
	display: block;
	position: absolute;
	padding: 9px 13px;
	left: 0;
	right: 0;
	bottom: 0;
}
#banners .caption.vertical {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 100%;
}

@media only screen and (max-width: 979px) { /* <= Tablet */
	#banners article {
		width: 240px;
	}
	#banners article h1 {
		font-size: 28px;
		line-height: 28px;
	}
	#banners .second {
		margin-bottom: 15px;
	}
	#banners .third {
		margin-top: 15px;
	}
	#banners .full {
		height: 200px;
	}
	#banners .big {
		width: 460px;
		height: 211px;
	}
	#banners .small {
		width: 220px;
		height: 98px;
	}
	#banners .small .caption {
		font-size: 16px;
		line-height: 15px;
		padding: 7px 11px;
	}
	
}
@media only screen and (max-width: 739px) { /* <= Mobile */
	#banners {
		margin-bottom: 0px;
	}
	#banners article {
		padding: 12px 15px;
		width: 100%;
	}
	#banners article h1 {
		font-size: 26px;
		line-height: 26px;
	}
	#banners .second {
		float: left;
		margin: 8px 8px 0 0;
	}
	#banners .third {
		float: right;
		margin: 8px 0 0 0;
	}
	#banners .full {
		height: 170px;
	}
	#banners .big {
		width: 100%;
		height: 138px;
	}
	#banners .small {
		width: 146px;
		height: 65px;
	}
	#banners .small .caption {
		display: none;
	}
	/*#header .ad {
		display: none;
	}*/
}
@media only screen and (max-width: 640px) {
	#banners .full {
		height: 130px;
	}	
}
@media only screen and (max-width: 479px) { /* <= Mini */
	#banners article {
		padding: 9px 12px;
	}
	#banners article h1 {
		font-size: 20px;
		line-height: 20px;
	}
	#banners .full {
		/*height: 67px;*/
		display:none;
	}
	#banners .big {
		height: 101px;
	}
	#banners .small {
		width: 106px;
		height: 47px;
	}
	
}

/* =Content
----------------------------------------------------------------------------- */
#content.alpha,
#content.beta {
	width: 700px;
}
#content > *:first-child {
	margin-top: 0;
}

@media only screen and (max-width: 979px) { /* <= Tablet */
	#content.alpha,
	#content.beta {
		width: 460px;
	}
	/*#header .ad {
	display:none;
}*/
}

/* =Aside
----------------------------------------------------------------------------- */
#aside {
	width: 220px;
}

@media only screen and (max-width: 739px) { /* <= Mobile */
	#aside {
		margin: 20px 10px 0;
	}
	/*#header .ad {
		display: none;
	}*/
}

/* =Bottom
----------------------------------------------------------------------------- */
#bottom {
	background-position: top;
	background-repeat: repeat-x;
	padding: 27px 0;
}
#bottom.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
#bottom input[type="submit"] {
	-ms-filter: "";
	border-width: 0;
	background: none;
	font-size: 22px;
	line-height: 30px;
	padding: 0;
	height: 30px;
}

/* =Footer
----------------------------------------------------------------------------- */
#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	font-size: 10px;
	line-height: 16px;
	margin-top: 10px;
	padding-top: 7px;
}
#footer a:hover {
	border-bottom-width: 0;
}

@media only screen and (max-width: 739px) { /* <= Mobile */
	#footer .primary {
		margin-bottom: 8px;
	}
	
}
