html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}

body {
	background-color: #ffffff;
    color: #000000;
    font-family: Calibri,"PT Sans",sans-serif;
	font-size: 62.5%; /* BASIS-GRÖSSE (62,5% = 10PX) */
    line-height: 1;
	}

a {
	#color: #FFF;
	text-decoration: none;
	}

#kopf {
	font-size: 200%; /* bezogen auf die BASIS-GRÖSSE definiert in body */
    font-weight: bold;
	line-height: 1.5em;
    margin-right: auto;
    margin-left: auto;
    min-width: 700px;
    max-width: 700px;
    padding: 5px 40px;
	}

#kopf p {
	padding: 10px 0;
	}

#fuss {
	font-size: 140%; /* bezogen auf die BASIS-GRÖSSE definiert in body */
    text-align: right;
	line-height: 1.5em;
    margin-right: auto;
    margin-left: auto;
    min-width: 700px;
    max-width: 700px;
    padding: 5px 40px;
	}

#fuss p {
	padding: 10px 0;
	}

#text0 {
    background-color: transparent;
    color: #ffffff;
	font-size: 400%; /* bezogen auf die BASIS-GRÖSSE definiert in body */
    text-align: center;
    line-height: 1.5em;
    margin-right: auto;
    margin-left: auto;
    min-width: 700px;
    max-width: 700px;
    padding: 20px 40px;
	}

#text0 h1{
	margin: 10px 0;
    #font-weight: bold;
    height: 250px;
    }

#text1 {
    background-color: #transparent;
	font-size: 200%; /* bezogen auf die BASIS-GRÖSSE definiert in body */
	line-height: 1.5em;
    margin-right: auto;
    margin-left: auto;
    min-width: 700px;
    max-width: 700px;
    padding: 40px 40px;
    }

#text1 h1 {
    margin-bottom: 10px;
    font-size: 120%; /* bezogen auf die GRÖSSE definiert in text1 */
    font-weight: bold;
    }

#text1 p {
	margin: 10px 0;
    }

#text1 b {
    font-weight: bold;
    }

#text1 li{
	margin-left: 10%;
    font-style: italic;
	}

#text2 {
    background-color: #009CDE;
    color: #ffffff;
	font-size: 200%; /* bezogen auf die BASIS-GRÖSSE definiert in body */
	line-height: 1.5em;
    margin-right: auto;
    margin-left: auto;
    min-width: 700px;
    max-width: 700px;
    padding: 40px 40px;
    }

#text2 h1 {
    margin-bottom: 10px;
    font-size: 120%; /* bezogen auf die GRÖSSE definiert in text2 */
    font-weight: bold;
    }

#text2 p {
	margin: 10px 0;
    }

#text2 b {
    font-weight: bold;
    }

#text2 li{
	margin-left: 10%;
    font-style: italic;
	}

#text3 {
    background-color: #ececec;
	font-size: 200%; /* bezogen auf die BASIS-GRÖSSE definiert in body */
	line-height: 1.5em;
    margin-right: auto;
    margin-left: auto;
    min-width: 700px;
    max-width: 700px;
    padding: 40px 40px;
    }

#text3 h1 {
    margin-bottom: 10px;
    font-size: 120%; /* bezogen auf die GRÖSSE definiert in text1 */
    font-weight: bold;
    }

#text3 p {
	margin: 10px 0;
    }

#text3 b {
    font-weight: bold;
    }

#text3 li{
	margin-left: 10%;
    font-style: italic;
	}    

#bg0 {
    background-color: #ececec;
    background-image: url("bg1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.8;
    height: 400px;
    min-width: 780px;
    }

#bg1 {
    background-color: #ffffff; /* weiß */
    }
    
#bg2 {
    background-color: #009CDE; /* blau */
    }

#bg3 {
    background-color: #ececec; /* grau */
    }

#button {
    background: none repeat scroll 0% 0% #009CDE;
    color: #ffffff;
    font-size: 50%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px;
    #line-height: 1.4545em;
    cursor: pointer;
    border-radius: 10px;
    padding: 9px 15px 10px;
    }

#blocksatz {
    text-align: justify;
    }

#small {
    font-size: 80%; /* bezogen auf die BASIS-GRÖSSE definiert in body */
    }