html {
	height: 100%;
}

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

	margin: 5px 0px 5px 0px;
  	padding: 0px;

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

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

h1 {		
	color: #715233;

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

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

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

#system {
    background-color: #FFFFFF;

	max-width: 1100px;
	margin: 0px auto;
	
    border: 1px solid #000000;
}

#title {
	padding: 1%;
}

#content {
	color: #000000;
  
	padding: 1% 5% 1% 5%;

	font-family: "trebuchet ms", arial, sans-serif; 
	font-size: 1rem;
	text-align: left;
}

#footer {
	color: #484646;
    
	padding: 1%;
	
	font-family: verdana, arial, sans-serif; 
	font-size: 1rem;
	text-align: center;
}

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

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

body {
	margin: 0px;
}

#system {
	width: auto;
}

#title {
	text-align: center;
}

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

}
