* {
margin: 0;
padding: 0;
}
body {
height: 1%;
font: 95% Garamond, 'Times New Roman', serif;
color: #000;
background: #c4e5e0;
}

h1 {
font: normal 1.4em Garamond 'Times New Roman', serif;
font-weight: bold;
font-size: 18px;
color: #41a69e;
margin: 0 0 20px 0;
padding-top: 150px; 
padding-left: 30px;
text-align: center;
}
h1.zwei {
font: normal 1.4em Garamond 'Times New Roman', serif;
font-weight: bold;
font-size: 18px;
color: #41a69e;
margin: 0 0 20px 0;
padding-top: 10px; 
padding-left: 30px;
text-align: center;
}

h2 {
font: normal 1.4em Garamond 'Times New Roman', serif;
font-weight: bold;
color: #41a69e;
margin: 0 0 20px 0;
padding-top: 5px; 
padding-left: 30px;
text-align: center;
}
p {
font-size: 0.80em;
margin: 8px 0;
text-align: justify;
}

/* IDs */
#container {
position: relative;
color: #000;
background: #c4e5e0;
width: 1000px;
height: 650px;
margin:  auto;
}
#header {
width: 100%;
height: 195px;
background: #c4e5e0 url(../images/Balken_oben.jpg)  repeat-x;
}

#links_oben {
position: absolute;
width: 40px;
height: 40px;
background: #c4e5e0 url(../images/Ecke_oben_links.jpg) no-repeat;
}
#rechts_oben {
position: absolute;
left: 960px;
width: 40px;
height: 40px;
background: #c4e5e0 url(../images/Ecke_oben_rechts.jpg) no-repeat;
}
#links {
height: 570px;
position: absolute;
top: 40px;
left: 0px;
width: 40px;
background:#c4e5e0 url(../images/links.jpg) repeat-y;
}
#rechts {
height: 570px;
position: absolute;
top: 40px;
right: 0px;
width: 40px;
background:#c4e5e0 url(../images/rechts.jpg) repeat-y;
}

#logo {
position: absolute;
top: 150px;
left: 20px;
height: 150px;
color: #fff;
background: #c4e5e0;
text-align: center;
}
#main {
color: #000;
background: #c4e5e0;
line-height: 1.2em; /* to avoid the peekaboo bug */
}

#content {
height: 375px;
width: 800px;
overflow: hidden;
color: #000;
background: #c4e5e0;
padding-top: 10px;
padding-left: 70px;
padding-right: 10px;
}
#footer {
position: relative;
width: 100%;
height: 40px;
background: #c4e5e0 url(../images/Balken_unten.jpg)  repeat-x;
}
#links_unten {
position: absolute;
width: 40px;
height: 40px;
background: #c4e5e0 url(../images/Ecke_unten_links.jpg) no-repeat;
}
#rechts_unten {
position: absolute;
left: 960px;
width: 40px;
height: 40px;
background: #c4e5e0 url(../images/Ecke_unten_rechts.jpg) no-repeat;
}

/*Hide from IE/Mac. \*/
* html p {
height: 1%;
margin-left: 0;
}


/* Navigation */

a, a:link, a:hover, a:active {text-decoration:none;}



.index {
padding-top: 130px;
padding-left: 70px;
text-align: center;
}


.portal {
text-align: center;
font-size: 16px;
padding-left: 35px;
margin-top: -15px;

}
