/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET */

::-moz-selection { 
	background: #ffff75; 
	color: #2294a1; 
	text-shadow: none; 
}
::selection { 
	background: #ffff75; 
	color: #2294a1; 
	text-shadow: none; 
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

body {
	font-family: "Courier New", Courier, monospace;
	height: 100%;
	font-size: 18px; 
	font-size: 1.8rem;
	line-height: 1.3;
}

strong {
	font-weight: bold;
}

h1 {
	border-bottom: 2px solid #ffffff;
	display: inline-block;
	margin: 25px 0;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 20px 0;
}

h3 {
	font-weight: bold;
	margin: 15px 0;
}

p {
	margin: 15px 0;
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#main {
	background-color: #2294a1;
	min-height: 100%;
   	position: relative;
}

#header {
	padding: 5%;
	text-align: center;
}

#logo {
	height: 28px;
	width: 405px;
	margin: auto;
}

#menu {
	font-size: 20px;
	float: right;
	padding: 10px 0px 0px 0px;
	font-style: italic;
	font-weight: normal;
}
#menu a {
	color: #fff;
	text-decoration: none;
	margin-left: 17px;
}
#menu a:hover {
	border-bottom: 4px solid #fff;	
}
#menu .link_active {
	border-bottom: 4px solid #fff;	
}

#sidebar {
	position: absolute;
	z-index: 99;
	right: 0;
	padding-right: 15px;	
}
#sidebar .order_help {
	background-color: #2294a1;
	width: 190px;
	height: 300px;
	color: #fff;
}
#sidebar a {
	margin-bottom: 10px;
}
#sidebar a:hover {
	color: #000;
}

.inner {
	width: 90%;
	max-width: 800px;
	margin: auto;
}

#container,
#content {
	width: 750px;
	margin: auto;
	margin-top: -10px;
	padding: 0px 10px 270px 10px; /* Height of the footer */
	color: #ffffff;
}

#footer {
	background-color: #ffff75;
	position:absolute;
   	bottom:0;
   	width: 90%;
   	padding: 20px 5%;
	height: 160px;
	text-align: center;
}
	#footer a {
		color: #2294a1;
		text-decoration: none;
		display: inline-block;
		margin-right: 20px;
	}
	#footer a:last-child {
		margin-right: 0;
	}
	#footer a:hover {
		text-decoration: underline;
	}
.footer_abstand {
	height: 150px;	
}

#lamp {
	float: right;
	margin-top: -150px;
	margin-right: 30px;
}

.card_container {
	z-index: 4;
	position: relative;
	width: 210px;
	height: 216px;
	background-color: #fff;
	padding: 10px 10px 10px 10px;
	float: left;
	margin: 10px;
	/* -webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.3); */
}
.card_container img {
	opacity: 1;
   	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}	
.card_container:hover img {
	opacity: 0.5;
}	
.card_container p.title {
	font-size: 14px;
	color: #aaaaaa;
	margin-top: 10px;
	margin-bottom: 5px;
}
.direkt_bestellen {
	visibility: hidden;
	position: absolute;
	z-index: 2;
	width: 206px;
	padding: 4px 4px 0px 0px;
}
.card_container:hover .direkt_bestellen {
	visibility: visible;
}
.card_container:hover .direkt_bestellen img {
	opacity: 1;
	float: right;
}

.clearer {
	clear: both;
}

@media screen and (max-width: 770px) {
	#container,
	#content {
		width: 500px;
	}
}

@media screen and (max-width: 540px) {
	#container,
	#content {
		width: 250px;
	}

	#logo {
		height: auto;
		width: 280px;
		margin: auto;
	}
		#logo img {
			width: 100%;
		}
}