/* CSS Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	color: #000000;
	background-image: url(Bilder/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#titel {
	font-size: 55px;
	color: #cc3333;
	height: 90px;
	margin-left: 400px;
}
#bild {
	clear: right;
	float: left;
	width: 220px;
}
#inhalt {
	font-size: small;
	color: #708491;
	margin-left: 230px;
}
#inhalt h2  {
	font-size: x-large;
	color: #cc3333;
}
.container {
		width: 98%;
        padding: 12px;
        margin: 3px 0 20px 0;
        border: 1px solid #ccc;
        background: #fff;
}

/* pyramid */

#navPyra {
	margin: 0;
	border-bottom-color: #9FB1BC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 20px;
}

#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navPyra a:link.active {
		color: #000;
        background: url(pyramid.gif) no-repeat bottom center;
}
#navPyra a:visited.active {
		color: #000;
        background: url(pyramid.gif) no-repeat bottom center;
}
#navPyra a:hover {
		color: #000;
        background: url(pyramid.gif) no-repeat bottom center;
}

