﻿@charset "utf-8";

.masterBackground {
	padding: 0;
	margin: 0;	
	background-color: #CCFFFF;	
}

header, section, footer {
	/*
	border-width: medium;
	border-style:solid;
	border-color: black;
	*/
	width: 100%;
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;	
	font-size: 20px;
	color: #81898F;
}

header, footer {
	text-align: center;
}

section {	
	text-align: left;
}

nav {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

ul#menu {
    padding: 0;
    line-height: 50px;
}

ul#menu li {
    display: inline;
    font-size: 20px;
}

ul#menu li a {
    background-color: orange;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
}

ul#menu a:link {
	background-color: orange;
	color: white;
}

ul#menu a:visited {
	background-color: orange;
}

ul#menu a:hover {
    background-color: silver;
} 

ul#menu a:active {
	background-color: silver;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #81898F;
	padding: 0;
}

h1 {
	font-size: 30px;
	line-height: 100%;
	text-align: center;
}

h2 {
	font-size: 20px;
	line-height: 110%;
	padding-left: 3%;
	text-align: left;
	text-decoration: underline;
}

h3 {
	font-size: 20px;
	font-style:normal;
	line-height: 110%;
	padding-left: 3%;
	text-align: left;
	text-decoration: underline;
}

.logoBig {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 40px;
  color: #81898F;  
}
.logoSmall {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #81898F;	
}

hr.separatorLine {
	color: #81898F;
	background-color: #81988F;
	width: 95%;
	height: 1px;	
	border-style:solid;
}


.homeSection {
	display: inline-box;
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
}

.homeLogos {
	border-width: 0px;
}

.info {
	line-height: 110%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: left;
}

.impressumSection {
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	color: #81898F;
	padding-left: 3%;
}

table#kontakt {	
	width: 90%;
	text-align:left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	color: #81898F;	
	padding-left: 3%;
	/*
	padding-right: 3%;
	*/
}

table#kontakt td.left {
	width: 50%;
	font-size: 20px;
	padding-left: 0px;
	padding-right: 3%;
	padding-bottom: 30px;
	text-align: right;
}

table#kontakt td.right {
	width: 50%;
	font-size: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	text-align: left;
}

table.beispiele {	
	width: 90%;
	/*border-width:thin;
	border-style:solid;
	border-color:orange;
	*/
	align: center;
	text-align:left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	color: #81898F;	
	padding-left: 3%;
	/*
	padding-right: 3%;
	*/
}
table.beispiele td.descr {
	border-width:thin;
	border-style:solid;
	border-color:orange;
	vertical-align:top;
	font-size:medium;		
}

#q_u_d {
	display:flex;
	align-items: center;
	justify-content: center;
}

/* Images als kompletter background. Geht aber auch in body.
.swbackground{
 	position: absolute;
 	top: 0px;
 	left: 0px;
	width:100%;
	height:100%;
	border-width: 0px;
	background-color: #CCFFFF;
	background-image: url('../backgrounds/bkg2015-03.jpg');
	background-position: 0px 0px;
	background-size: 100% 100%;
}
.hwbackground{
 	position: absolute;
 	top: 0px;
 	left: 0px;
	width:100%;
	height:100%;
	border-width: 0px;
	background-color: #CCFFFF;
	background-image: url('../backgrounds/bkg2015-02.jpg');
	background-position: 0px 0px;
	background-size: cover;
}
*/