body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
}

.fright {
	float: right;
	width: auto;
}

#content {
	text-align: justify;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	lang: de;
}

#navi {
	background-color: #99CC33;
	padding: 0.2em;
}

#navi a {
	color: black;
}

#navi a:hover {
	color: #803300 !important;
}

aside h1 {
	font-size: medium;
	font-weight: bold;
	color: black;
	background-color: transparent;
}

#copyright {
	padding: 0.5em;
	line-height: 1.5em;
	margin-top: 0.3em;
}

#bildcontainer {
	margin: 0 auto;
	text-align: center;
}

#figbox {
	background-color: #FFFF99;
	text-align: center;
	display: inline-block;
	padding: 10px;
}

#bildbox {
	position: relative;
	display: inline-block;
	text-align: center;
	max-width: 100%;
}

#bildbox img {
	width: 100%;
	min-width: 310px;
	max-width: 1024px;
}

figcaption {
	text-align: justify;
}

@media screen {

	body {
		background-color: #999966;
	}

	a:link {
		color: #006600;
	}
	a:visited {
		color: #009900;
	}
	a:hover {
		color: #803300;
	}

	#portlet {
		width: 100%;
		max-width: 65em;
		background-color: #EEEE99;
		margin-left: auto;
		margin-right: auto;
	}

	#portlet {
		width: 100%;
		max-width: 65em;
		background-color: #EEEE99;
		margin-left: auto;
		margin-right: auto;
	}

	h1, h2, h3 {
		margin: 0 0 0.3em 0;
		padding: 0.2em;
		background-color: #33AA00;
		color: white;
	}

	#content {
		padding-left: 0.3em;
		padding-right: 0.3em;
	}

	.bildnav {
		text-align: center;
	}

	#schalter {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 15em;
		background-color: #ffffcc;
	}

	#leistencontainer {
		max-width: 98%;
		text-align: center;
		overflow: auto;
	}

	#bildleiste {
		height: 210px;
		width: 624px;
		margin-left: auto;
		margin-right: auto;
		background-color: #ffffcc;
	}

	#bildleiste tr {
		text-align: center;
	}

	.vorschau {
		width: 204px;
		height: 204px;
		float: left;
		padding: 2px;
		background-color: #803300;
	}

	#footer {
		padding: 0.2em;
		background-color: #33AA00;
		color: white;
		font-weight: bold;
	}

	#footer a {
		padding-right: 2em;
	}

	#footer a:link {
		color: white !important;
	}

	#footer a:visited {
		color: white !important;
	}

	#footer a:hover {
		color: #ffff66 !important;
	}
	
	#figback {
		position: absolute;
		display: table;
		top: 5px;
		left: 0px;
		width: 20%;
		height: calc(100% - 15px);
		background-color: white;
		font-size: 600%;
		color: black;
		-moz-text-shadow: 12px 3px 0px #666666;
		-webkit-text-shadow: 12px 3px 0px #666666;
		-khtml-text-shadow: 12px 3px 0px #666666white;
		text-shadow: 12px 3px 0px #666666;
		font-weight: bold;
		opacity: 0;
		transition: opacity 1.0s

/* 
		font-size: 600%;
		color: black;
		-moz-text-shadow: 12px 0px 0px white;
		-webkit-text-shadow: 12px 0px 0px white;
		-khtml-text-shadow: 12px 0px 0px white;
		text-shadow: 12px 0px 0px white;
		font-weight: bold;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-khtml-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0;
		transition: opacity 1.0s
 */
	}

	#figfor {
		position: absolute;
		display: table;
		top: 5px;
		right: 0px;
		width: 20%;
		height: calc(100% - 15px);
		background-color: white;
		font-size: 600%;
		color: black;
		-moz-text-shadow: 12px 3px 0px #666666;
		-webkit-text-shadow: 12px 3px 0px #666666;
		-khtml-text-shadow: 12px 3px 0px #666666;
		text-shadow: 12px 3px 0px #666666;
		font-weight: bold;
		opacity: 0;
		transition: opacity 1.0s

/*
		font-size: 600%;
		color: black;
		-moz-text-shadow: 12px 0px 0px white;
		-webkit-text-shadow: 12px 0px 0px white;
		-khtml-text-shadow: 12px 0px 0px white;
		text-shadow: 12px 0px 0px white;
		font-weight: bold;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-khtml-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0;
		transition: opacity 1.0s
 */
	}

	#figback a, #figfor a {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: black;
		text-decoration: none;
		padding: 0.2em;
	}

	#figback:hover, #figfor:hover {
		opacity: 0.51;
	}

/*
	#figback a, #figfor a {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: black;
		text-decoration: none;
		padding: 0.2em;
	}

	#figback a:hover, #figfor a:hover {
		opacity: 1;
	}
 */
} /* @media screen */


/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media only screen and (min-width: 320px) and (max-width: 480px) {

	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
}

@media print {

	h1, h2, h3 {
		margin: 0 0 0.3em 0;
		padding: 0;
		background-color: white;
		color: black;
	}

	.noprint {
		display: none;
	}

	.bildnav {
		display: none;
	}

	#footer {
		display: none;
	}

	#navi {
		display: none;
	}

	a {
		color: black !important;
		text-decoration: none !important;
	}

	#copyright {
			border-top: medium solid black;
	}

	abbr {
		text-decoration: none;
	}

	#figfor, #figback {
		display: none;
	}

} /* @media print */

