/* Cascading Style sheet */

/* Layout styles (werden NUR für das Layout benutzt) */
a:link              { color: #4968DD;}
a:visited        { color: #6968DD;}
a:active          { color: #6968DD;}
a:hover            { color: #10219B;}
a                        { font-weight: bold; text-decoration : none;}

.small              { font-size: 8pt; }
.bigger            { font-size: 12pt; }
.center            { text-align: center; }
.right              { text-align: right; }

body                   { color: black; background-color: #ACADAF; margin: 16pt 5% 16pt 5%;
               font-family: verdana, arial, helvetica; font-size: 10pt;
			 }

p,ul,li,td           { font-size: 10pt; font-family: verdana, arial; }
ul                       { list-style: none; margin-top: 2px; }
ul.bullet         { list-style: square; }
th                       { border: 2px outset #FFFFFF; background-color: #7EB6DD; color: black;
               font-weight: bold; text-align: center; font-size: 10pt; padding: 1px;
			 }
				 
table.Main	{ padding: 6px; color: black; background-color: #FFFFFF;
			  border: 2px outset #FFFFFF; border-top: 2px solid #ECEDEF;
            }

td.td1              { width: 20%; height: 2px; border-style: solid; border-width: 1px;
              border-color: #AFB8BF; text-align: center; background-color:#C7CCD2;
			  font-size: 14pt
            } 
			
td.td2             { width: 20%; height: 2px; border-style: solid; border-width: 1px;
              border-color: #AFB8BF; text-align: center; background-color:#C7CCD2;
			  font-size: 12pt
            } 			
			   
h1                       { font-size: 24pt; text-align: center; font-family: verdana, arial;
               padding-bottom: 0px; margin-bottom: 0px; 
			 }

h2                      { font-size: 16pt; font-family: "Times New Roman", "Times"; padding-left: 6px;
               background:url(bar_white.png) repeat-y; margin-bottom: 2px;
			 }

h4                      { font-size: 12pt; font-weight: bold; margin-bottom: 4px;}

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-3426027-1', 'auto');
  ga('send', 'pageview');

</script>
