/* Backgroundimage und Standardschriftformat */
body {
font-weight: 400;
font-family: Arial, Helvetica, sans-serif;
}

/* Links */
a:link { text-decoration:underline; color: #000000;}
a:visited { text-decoration:underline; color: #000000;}
a:active { text-decoration:underline; color: #000000;}
a:hover { text-decoration:underline; color:#0000FF; }

/* Standardtext */
a { font-size: 16px }
p { font-size: 16px; color: #000000 }
td { font-size: 16px; color: #000000 }
th { font-size: 16px; color: #000000 }
li { font-size: 16px; color: #000000 }
/* Überschrift */	
h1 { font-size: 16px; color: #000000 }
h2 { font-size: 24px; color: #000000 }
h6 { font-size: 11px; color: #000000 }

/* Sondertext */
.CSSCenter { text-align: center }
.CSSRight { text-align: right }
.CSSBlue { color: #0000FF }
.CSSGreen { color: #008000 }
.CSSRed { color: #E94315 }
.CSSCode { font-family: "Courier New", Courier, monospace; color: #000000}


@media screen and (min-width: 200px) {
/* Text */	  
a { font-size: 11px } 
p { font-size: 11px; color: #000000 }
td { font-size: 11px; color: #000000 }
th { font-size: 11px; color: #000000 }
li { font-size: 11px; color: #000000 }
/* Überschrift */	
h1 { font-weight: 700; font-size: 12px; color: #000000 }
h2 { font-weight: 700; font-size: 13px; color: #1B7652 }
h6 { font-size: 8px; color: #808080 }
/* Verkleinerung auf p-Größe während h1, h2...*/
.CSSPSize { font-weight: 400; font-size: 11px }
.CSSH6Size { font-weight: 400; font-size: 7px }
} 

@media screen and (min-width: 800px) {
/* Text */	   
a { font-size: 14px }
p { font-size: 14px; color: #000000 }
td { font-size: 14px; color: #000000 }
th { font-size: 14px; color: #000000 }
li { font-size: 14px; color: #000000 }
/* Überschrift */	
h1 { font-weight: 700; font-size: 16px; color: #000000 }
h2 { font-weight: 700; font-size: 20px; color: #1B7652 }
h6 { font-size: 11px; color: #808080 }
/* Verkleinerung auf p-Größe während h1, h2...*/
.CSSPSize { font-weight: 400; font-size: 14px }
.CSSH6Size { font-weight: 400; font-size: 10px }
}
