body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tinos, serif;
	line-height: 140%;
}

*
{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}

#main-container
{
	border: 1px solid #ccc;
	max-width: 75em;
	margin: 20px auto;
	box-shadow: 5px 5px 10px #ccc;
	border-radius: 10px;
}

p
{
	padding: 0px;
	margin: 15px 0px;
	text-align: justify;
}

a
{
	color: #000;
	text-decoration:none;
}

a.button
{
	background-color: #004f9e;
	border: none;
	padding: 8px 20px;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
}

img
{
	border: none;
}

h1
{
	font-weight: normal;
	font-size: 2.2em;
	color: #004f9e;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

h2
{
	font-weight: normal;
	font-size: 1.5em;
	color: #004f9e;
	padding: 0px;
	margin: 35px 0px 20px 0px;
}

h3
{
	font-weight: normal;
	font-size: 1.2em;
	color: #004f9e;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

ul.productlist
{
	display: block;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	list-style-type: none;
}

ul.productlist li
{
	border-bottom: solid 1px #ddd;
	margin-right: 20px;
}

ul.productlist li:last-child
{
	border-bottom: none;
}

ul.productlist li.header
{
	font-weight: bold;
}

ul.productlist li span
{
	display: inline-block;
	padding: 7px 0px;
	height: 100%;
	vertical-align: top;
}

ul.productlist li span.col-10
{
	width: 10%;
}

ul.productlist li span.col-15
{
	width: 15%;
}

ul.productlist li span.col-20
{
	width: 20%;
}

ul.productlist li span.col-25
{
	width: 25%;
}

ul.productlist li span.col-30
{
	width: 30%;
}

ul.productlist li span.col-35
{
	width: 35%;
}

ul.productlist li span.col-40
{
	width: 40%;
}

ul.productlist li span.col-45
{
	width: 45%;
}

ul.productlist li span.col-50
{
	width: 50%;
}

ul.productlist li span.col-55
{
	width: 55%;
}

ul.productlist li span.col-60
{
	width: 60%;
}

ul.productlist li span.col-65
{
	width: 65%;
}

ul.productlist li span.col-70
{
	width: 70%;
}

ul.productlist li span.col-75
{
	width: 75%;
}

ul.productlist li span.col-80
{
	width: 80%;
}

ul.productlist li span.col-85
{
	width: 85%;
}

ul.productlist li span.col-90
{
	width: 90%;
}

ul.productlist li span.col-95
{
	width: 95%;
}

ul.productlist li span.c
{
	text-align: center;
}

ul.productlist li span.r
{
	text-align: right;
}

header .topinfo
{
	float: right;
	margin: 20px;
	text-align: right;
	font-size: 0.9em;
}

header .topinfo a
{
	color: #004f9e;
}

header .logo
{
	display: block;
	margin: 20px;
	float: left;
}

header nav
{
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #004f9e;
	color: #fff;
	font-weight: bold;
}

header nav .kategorie
{
	float: left;
	vertical-align: middle;
	margin: 0px;
	padding: 10px 20px;
	background-color: #686d70;
}

header nav ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

header nav li
{
	float: left;
	margin: 0px;
	padding: 10px 20px;
}

header nav a
{
	color: #fff;
}

header:after, footer:after, nav:after
{
	content: "";
	clear: both;
	display: table;
}

.nav-toggle
{
	display: none;
}

main
{
	min-height: 150px;
	padding: 40px 20px;
	display: table;
	width: 100%;
}

main a
{
	text-decoration: underline;
}

#main-body
{
	display: table-cell;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

aside
{
	display: table-cell;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #686d70;
	width: 225px;
}

footer
{
	background-color: #686d70;
	color: #fff;
	margin: 0px;
	padding: 20px;
	border-radius: 0px 0px 10px 10px;
	font-size: 85%;
}

footer section
{
	width: 25%;
	float: left;
}

footer h3
{
	font-weight: bold;
	color: #fff;
	font-size: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

footer a
{
	color: #fff;
}

footer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

@media(max-width: 77em)
{
	#main-container
	{
		border: none;
		max-width: none;
		margin: 0px 0px 20px 0px;
		box-shadow: none;
		border-radius: 0px;
		min-width: 23em;
	}
	
	footer
	{
		border-radius: 0px 0px 0px 0px;
	}
}

@media(max-width: 58em)
{
	nav ul li:first-child
	{
		display: none;
	}
}

@media(max-width: 51em)
{
	nav ul li
	{
		padding: 6px 10px;
	}

	footer
	{
		padding: 10px 20px;
	}

	footer section
	{
		width: 50%;
		padding: 10px 0px;
	}
}

@media(max-width: 45em)
{
	.nav-toggle
	{
		display: block;
		background-image: url(/images/responsive-nav.png);
		background-repeat: no-repeat;
		background-position: 20px 50%;
		padding: 10px 20px 10px 47px;
	}

	.nav-collapse li
	{
		float: none;
		display: block;
		padding: 0px;
		border-top: 1px solid #82a1cc;
	}

	.nav-collapse a
	{
		display: block;
		padding: 10px 20px;
	}

	.js .nav-collapse
	{
		clip: rect(0 0 0 0);
		max-height: 0;
		position: absolute;
		display: block;
		overflow: hidden;
		zoom: 1;
	}

	.nav-collapse.opened
	{
		max-height: 9999px;
	}

	.nav-collapse.opened
	{
		
	}

	.nav-collapse.disable-pointer-events
	{
		pointer-events: none !important;
	}
}

@media(max-width: 34em)
{
	header .topinfo
	{
		float: none;
		margin: 10px;
		text-align: center;
	}

	header .logo
	{
		margin: 15px auto;
		float: none;
	}
}