body {
	line-height: 1.6em;
	font-family: Arial, Verdana, Helvetic;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #333;
	overflow-x: hidden;
	background-color: #000000;
}


/* Ueberschriften */

	
h1, h2, h3, h4, h5 {
				text-rendering: optimizelegibility;
}

.copy {
	font-size: 0.6em;
	font-weight:bold;
}
.rechtliches {
	font-size: 0.8em;
	
}

	
h1 {
	font-family: Arial, Verdana, Helvetic;
	font-weight: 700;
	font-size: 2.6em;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 0em;	
 
}

h2 {
	font-family: Arial, Verdana, Helvetic;
	text-transform: uppercase;				
	margin-bottom: -0.4em;
}

h3 {
	margin-bottom: -0.8em;
}

.ueberschrift2 {
	font-family: Arial, Verdana, Helvetic;
	font-style: italic;			
	text-transform: none;		
	font-size: 1.15em;		
}

/* Header/Kopf */
   

/*#logo {
	background: url(html5-mobile-logo.png);
	background-size: 100%;
	width:135px;
	height:135px;    
	float:left;
}*/
	
/* Inhalt */


.contentContainer, .pageNav {
	padding-left: 1em;
	padding-right: 1em;	
}
	
img {
	
	width:100%;
	max-width:100%;
	
}

table {
	width: 100%;
}

thead tr {
	background-color: #fff;
}

tbody tr:nth-of-type(odd) {
  background-color:#fff;
}

/*td {
	padding: 2px;
}*/


/* MEDIA QUERIES */

	
@media screen and (min-width: 800px) {
	body {
		font-size:120%;		
	}
		
	.contentContainer, .pageNav {           
		padding-left: 8em;
		padding-right: 8em;	
	}		      
	
	h1 {
		font-size: 3.1em;
		
	}
	
}
	
@media screen and (min-width: 1200px) {
	body {
		font-size:140%;		
	}
	
	.contentContainer, .pageNav {
		padding-left: 12em;
		padding-right: 12em;	
	}		
		
	
}


/* CSS aus Original*/

.weiss {color: #ffffff;}
.fusszeile {font-family: Arial, Verdana, Helvetica; font-size: 12px; font-style: normal; font-weight: bold; color: #ffffff; border: 0px;}

a:link.topmenuLink { color:#535456; text-decoration:none; font-weight:bold; font-size: 1.0em;letter-spacing:0.1em;}
a:visited.topmenuLink { color:#535456; text-decoration:none; font-weight:bold; font-size: 1.0em;letter-spacing:0.1em;}
a:hover.topmenuLink { color:#8f9092; text-decoration:none; font-weight:bold; font-size: 1.0em;letter-spacing:0.1em;}
a:link.submenue { color:#ffffff; text-decoration:none; font-weight:bold; font-size: 0.7em;letter-spacing:0.1em;}
a:visited.submenue { color:#ffffff; text-decoration:none; font-weight:bold; font-size: 0.7em;letter-spacing:0.1em;}
a:hover.submenue { color:#ffffff; text-decoration:none; font-weight:bold; font-size: 0.7em;letter-spacing:0.1em;}
a:link {color: #2c2c2c; text-decoration: none; font-size: 1.0em;}
a:visited {color: #2c2c2c; text-decoration: none; font-size: 1.0em;}
a:hover {color: #2c2c2c; text-decoration: underline; font-size: 1.0em;}
a:active {color: #2c2c2c; text-decoration: none; font-size: 1.0em;}

#InhaltContainer {
	left: 0px;
	width:100%;
	border-width:1px;
	border-color:#adaaad;
	border-style:solid;
	background-color:#ffffff;
	overflow:auto; 
	margin:0px;

}
#InhaltContainerRahmen {
	left: 0px;
	width:100%;
	border-width:1px;
	border-color:#adaaad;
	border-style:solid;
	background-color:#ffffff;
	overflow:auto; 
	margin:0px;

}

@media only screen and (max-device-width: 960px) {
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: underline;
color: blue;
   }
}