@charset "utf-8";

/* grau #cccccc; cool grey 11 #666666; blau #143a85; */

/* ----------- <tag> ----------- */
body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: black;
	}

/* ----------- id ----------- */
#mainframe {
	position: relative;
	top: 5px;
	bottom: 5px;
	left: 0px;
	right: 0px;
	
	max-width: 800px;
	
	margin-left: auto;
	margin-right: auto;
	
/*	margin: 10px;*/
	padding: 0px;

	border-style: solid;
	border-width: 1px;
	
	background-image: url(../img/strukturgrey.jpg);
	background-repeat: repeat;
	}

#mainsubframe {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	
	min-height: 830px;

	margin: 5px;
	padding: 0px;

	border-style: solid;
	border-width: 1px;
	
	background-image: url(../img/transparent.gif);
	background-repeat: repeat;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* ie8 supports both; this variant doesn't work if meta tag below used */
	filter:alpha(opacity=75); /* for internet explorer <= 7, and 8 when <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> */
	-moz-opacity:0.75; /* for older gecko browsers */
	opacity: 0.75; /* CSS3 standard */
	}

#impressumframe {
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;

	max-width: 300px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;

	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	background: #666666;
	}

#logoframe {
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	
	text-align: center;
	}

#impressumlink {
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;

	max-width: 800px;

/*	margin: 10px; */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;

	text-align: right;
	}

#markenframe {
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	max-width: 300px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;

	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	background: #666666;
	}

#menuframe {
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;

/*	max-width: 630px; */

	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;
	white-space: nowrap;
	}

#ladenframe {
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;

/*	max-width: 660px; */

	margin-left: auto;
	margin-right: auto;
	
	text-align: center;	
	}

#bilderframe {
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;

	max-width: 800px;

	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;	
	}

#bildsubframe {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;

	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;
	}

#bottomframe {
	position: relative;
	bottom: 5px;
	left: 0px;
	right: 0px;
	
	margin-top: 6px;
	margin-bottom: 2px;

	text-align: center;	
	}

/* ----------- class ----------- */
.alink {
	text-decoration: none;
	color: white;
	cursor: pointer;
	}

.alinkimpressum {
	text-decoration: none;
	color: black;
	cursor: pointer;
	}

.alinklogo {
	text-decoration: none;
	color: transparent;
	border: none;

	border-color: white;
	border-width: 0px;
	border-style: none;
	cursor: pointer;
	}

.alinkmenu {
	text-shadow: black 0.1em 0.1em 0.2em;

	text-decoration: none;
	font-size: 18px;
	color: white;
	cursor: pointer;
	}

.ladenbild {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	}

.ladenbilder {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	
	margin: 3px;
	}

.impressummainline {
	margin-top: 10px;
	margin-bottom: 10px;

	font-size: 16px;
	text-align: center;
	color: white;
	}

.impressumblock {
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;

	font-size: 11px;
	text-align: left;
	color: white;
	}

.menulink {
	margin-left: 30px;
	margin-right: 30px;

	padding: 0px;
	}

.einzelbildframe {	
	margin: 0px;
	padding: 0px;
	}

.markenmainline {
	margin-top: 10px;
	margin-bottom: 20px;
	
	font-size: 16px;
	text-align: center;
	color: white;
	}

.markenblock {
	margin-bottom: 15px;

	font-size: 12px;
	text-align: center;
	color: white;
	}

.bottomtext {
	text-shadow: black 0.1em 0.1em 0.2em;

	text-align: center;
	font-size: 12px;
	color: white;
	}

/* CSS Button */

/* ----------- @media ----------- */
@media screen and (max-width: 840px) {
	#menuframe {
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		}
	.menulink {
		margin-left: 20px;
		margin-right: 20px;
		}
	.alinkmenu {
		font-size: 14px;
		}
	.ladenbild {
		width: 90%;
		height: auto;		
		}
	}

@media screen and (max-width: 520px) {
	#menuframe {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		}
	.menulink {
		margin-left: 5px;
		margin-right: 5px;
		}
	.alinkmenu {
		font-size: 10px;
		}
	.bottomtext {
		font-size: 9px;
		}
	}
