body {
	font-family: Verdana, Arial;
	font-size: 14px;
  }

p.kursivGrau {
	font-style: italic;
	color: #494949;
	}

h1.gruen, h2.gruen, h3.gruen {
	color: #3a8730;
	font-weight: bold;
	}

h1.blau, h2.blau, h3.blau {
        color: #2b77bc;
        font-weight: bold;
        }

p.normalerText {
	color: black;
	}

img.schwarzerRand {
	border: 1px solid black;
	}

img.10pxAbstand {
	margin: 10px;
	}	

h1 {
	font-size: 18px;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}

a { 
	text-decoration: none; 
	color: #2b77bc; 
	}

a.intern-link { text-decoration: none; color: #2b77bc; }
a.extern-link { text-decoration: none; color: #2b77bc; }
a.mailto-link { text-decoration: none; color: #2b77bc; }
a.download-link { text-decoration: none; color: #2b77bc; }

