body a:link {
	text-decoration: none;
	color: #000000;
}
#inhalt a:visited{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: none;
}

#inhalt {
	width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	font-family: "Trebuchet MS";
}

#footer {
	text-align: center; 
	font-size: 100%;
}

#footer_table {
	margin-left: auto; 
	margin-right: auto;
}

#text_index {
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
	font-family: "Trebuchet MS";
	background-color: ffffff
}

.Platzhalter-10 {
	margin-top: 10px;
}

.Platzhalter-40 {
	margin-top: 40px;
}

.Platzhalter-60 {
	margin-top: 60px;
}

.Platzhalter-70 {
	margin-top: 70px;
}

.Platzhalter-80 {
	margin-top: 80px;
}

.Platzhalter-100 {
	margin-top: 100px;
}

#navigation {
	color: #ffffff;
	font-weight: bold;
}

#navigation a:visited{
	text-decoration: none;
	color: #ffffff;
}

.objekt_mittig{
	margin-left: auto; 
	margin-right: auto;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

                    #navigation li {
                        float: left;
                    }
                    #navigation  li a {
                        display: block;
                        color: white;
                        text-align: center;
                        padding: 14px 16px;
                        text-decoration: none;
                    }
                    #navigation  li a:hover:not(.active) {
                        background-color: #3C763D;
                    }

                    #navigation .active {
                        background-color: #3C763D;
                    }
					
					#navigation .nav-right {
						float:right;
						list-style-type:none;
					}
					

					
					#text_index .title {
	font-weight: bold;
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -9999; /* Ensure div tag stays behind content; -999 might work, too. */
}
.stretch {
    width:100%;
    height:100%;
}
#container {
	margin-left: auto; 
	margin-right: auto; 
	height: 5px;
	
}
