﻿/* begin Page */

article, nav2, aside
	{box-sizing: border-box;}

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(' ');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#nav1 {
	margin: 0px;
	padding: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
	flex-wrap: wrap;
}

#nav1 > article {
	min-width:200px;
	padding: 5px;
	border: 1px solid white;
	border-radius: 7pt;
	background-color: #FFFFFF;
	margin: 4px;
	flex: 1 2 calc(20% - 8px);
	order: 2;
}

#nav1 > nav2 {
	min-width: 50px;
	padding: 5px;
	border: 1px solid white;
	border-radius: 7pt;
	background-color: #FFFFFF;
	margin: 4px;
	flex: 1 2 calc(20% - 8px);
	order: 1;
}

#main {
	margin: 0px;
	padding: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
	flex-wrap: wrap;
}

#main > article {
	
	min-width:200px;
	padding: 5px;
	border: 1px solid white;
	border-radius: 7pt;
	background-color: #FFFFFF;
	margin: 4px;
	flex: 3 1 calc(60% - 8px);
	order: 2;
}

#main > nav2 {
	min-width: 200px;
	padding: 5px;
	border: 1px solid white;
	border-radius: 7pt;
	background-color: #FFFFFF;
	margin: 4px;
	flex: 1 2 calc(20% - 8px);
	order: 1;
}

#main > aside {
	min-width:200px;
	padding: 5px;
	border: 1px solid white;
	border-radius: 7pt;
	background-color: #FFFFFF;
	margin: 4px;
	flex: 1 2 calc(20% - 8px);
	order: 3;
}

img, video {
	min-width: 200px;
	max-width: 600px;
	width: 100%;
	height: auto;
}

img.hoch {
	min-width: 150px;
	max-width: 400px;
	width: 65%;
	height: auto;
}

header {
	display: block;
	margin: 4px;
	padding: 5px;
	border: 1px solid white;
	border-radius: 7pt;
	background-color: #FFFFFF;
}

footer {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin: 4px;
	padding: 5px;
	border: 1px solid white;
	border-radius: 7pt;
	background-color: #FFFFFF;
}

/* Too narrow to support three columns */ 
@media all and (max-width: 700px) {
	#main, #page, #nav1 {
		-webkit-flex-flow: column;
		flex-direction: column;
	}

	#main > article, #main > nav2, #main > aside, #nav1 > article {
	/* Return them to document order */
	flex-basis:auto;
	}

	#main > nav2, #main > aside, header, #nav1 > article, footer {
		min-height: 50px;
	}
}

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
/* Finish Content headings Fonts & Colors  */

/* begin Logo */
.art-Logo {
	display : block;
	position: absolute;
	left: 0px;
	top: 30px;
	width: 862px;
}

h1.art-Logo-name {
	display: block;
	text-align: left;
}

h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 35px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding:0 0 0 8px;
	margin:0;
	color: #000 !important;
}

.art-Logo-text {
	display: block;
	text-align: left;
}

.art-Logo-text, .art-Logo-text a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	padding:0 0 0 19px;
	margin:0;
	color: #000 !important;
}
/* end Logo */


/* begin PostHeader */
.art-PostHeader a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
color: #000000;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #000000;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #000;
}
/* end PostHeader */

/* begin PostIcons */
.art-PostHeaderIcons
{
	padding:1px;
}

.art-PostHeaderIcons, .art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
	color: #000000;
}

.art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
	margin:0;
}

.art-PostHeaderIcons a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
	color: #000000;
}

.art-PostHeaderIcons a:visited, .art-PostHeaderIcons a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
	color: #000000;
}

.art-PostHeaderIcons a:hover, .art-PostHeaderIcons a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
	color: #bebebe;
}
/* end PostIcons */


/* begin PostContent */
/* Content Text Font & Color (Default) */

}

.art-PostContent {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 145%;
	text-align: justify;
	color: #000000;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #000000;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #000000; font-weight:none;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #000000;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #bebebe;font-weight:none;
}

/* Finish Content link style */