html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	color: #3A41FF;

	margin: 0px;
  	padding: 0px;

	font-family: arial, sans-serif;
  	font-size: 100%;
}

/* alle Bilder anpassen */
img {
	max-width: 100%;
	height: auto;
}

.border {
    border: 1px solid #000000;
}

h1 {		
	color: #856B51;

	font-family: "times new roman", serif;
	font-size: 1.7rem;
	text-align: left;
}

h2 {
	color: #951919;  
    
    margin-top: 1.5em;

	font-family: "times new roman", serif;
	font-size: 1.4rem;
	font-style: italic;
	text-align: left;
}

A:link		{color: #394529;}
A:visited	{color: #394529;}
A:hover		{color: #ff9200; text-decoration: none;}

#system {
	background-color:#FFFFFF;

	max-width: 1002px;
	margin: 0px auto;
}

#header1 {
  	background-color: #FFFFFF;
}

#header2 {
  	background-color: #FFFFFF;
    width: calc(100% - 2px);
}

#menu {
    color: red;

	padding: 2% 0% 0% 0%;
  
	font-family: "times new roman", serif;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.5em;
}

#menu a:link	{color: #0000CC; text-decoration: none;}
#menu a:visited	{color: #105b17; text-decoration: none;}
#menu a:hover	{color: #FF0000; text-decoration: underline;}

#content {
  	background-color: #FFFFFF;
  	color: #242424;
    	
  	font-family: "trebuchet ms", arial, sans-serif;
  	font-size: 1rem;
	letter-spacing: 0.02em;
	text-align: left;
}

#footer {
  	background-color: #FFFFFF;
  	color: #484646;

	padding: 10% 0% 0% 0%;

  	font-family: arial, sans-serif;
  	font-size: 1rem;
	text-align: center;
}

#footer a:link		{color: #8A1E1E; text-decoration: none;}
#footer a:visited	{color: #2E2E2E; text-decoration: none;}
#footer a:hover		{color: #FF0000; text-decoration: none;}

.line-footer {
	width: 87%;
	margin: 1% auto;
	border: none;
	border-top: 1px dotted red;
}

figure.picture {
    background-color: #FFFFFF;
    
    width: 50%;
    position: relative;
    float: right;
 
    border: thin silver solid;
    margin: 5px;
    padding: 5px;
}

figure.picture img {
    width: 100%;
    display: block;
}

figcaption.picture {
    color: #000000;
  
    font-family: arial, sans-serif; 
    font-size: 0.7rem;
    text-align: center;
    line-height: 2em;
}

.gallery-frame {
    text-align: center;
}

figure.gallery {
    background-color: #FFFFFF;

    width: 45%;
    position: relative;
    display: inline-block;

    border: thin silver solid;
    margin: 5px;
    padding: 5px;
}

figure.gallery img {
    width: 100%;
    display: block;
}

figcaption.gallery {
    color: #000000;
  
    font-family: arial, sans-serif; 
    font-size: 0.7rem;
    text-align: center;
    line-height: 2em;
}

@media only screen and (max-width: 650px) {

figure.gallery {
    width: 90%;
}

}

@media only screen and (max-width: 900px) {

#system {
	width: auto;
}

#content {
    padding: 1% 1% 1% 1%;
    word-wrap: break-word; /* Notfalls einen Zeilenumbruch erzwingen */    
}

figure.picture {
    width: 90%;
    margin: 0 auto;

    float: none;
}

}
