html, body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 95%;
	color: #000;
	background: #666;
 	margin: 0;
 	padding: 0;
 }
 
 #kopf {
	height: 100px;
	width: 100%;
	background: #ccc;
	color: #369;
	margin: 0;
	border: solid #000;
	border-width: 1px 0;
	text-align: center;
	background-image: url(../bilder/tritops_dinos.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
	 
#contlinks {
 	position: absolute;
 	top: 105px;
 	left: 0;
 	width: 17%;
 	z-index: 3;
 	background: #369;
 	color: #ccc;
	text-align: center;
}

#contrechts {
 	position: absolute;
 	top: 105px;
 	right: 0;
 	width: 17%;
 	z-index: 2;
 	background: #369;
 	color: #ccc;
}

#container {
 	width: 100%;
 	z-index: 1;
 	background: #369;
 	color: #ccc;
 	min-height: 80%;
}

#inhalt {
	margin: 0 18% 0 18%;
 	position: relative;
 	background:#e1e2e3;
 	color: #000;
 	z-index:5;
	border: solid #000;
 	border-width: 0 2px;	
	padding: 10px 15px;
	border: 1px solid #e1e2e3;
}

#footer {
 	width: 100%;
 	height: 3em;
 	border: solid #000;
	border-width: 1px 0;
 	background: #ccc;
 	color: #000;
 	margin: 0;
	padding: 10px 0;
	text-align: center;
 }
 
 .unsichtbar {
	display: none;
}

.mitte {
	text-align: center;
}

.links {
	text-align: left;
}

.linksform {
	text-align: left;
	margin: 10px 0 0 0;
}

.rechts {
	text-align: right;
}

.nofloat {
	clear: both;
}

#navi {
	background: #369;
	width: 90%;
	margin: 0 auto;
	padding: .5em 0;
	text-align: center;
}

ul#button {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 90%;
}

ul#button li {
	display: block;
	margin: 0;
	padding: 0;
}

ul#button li a {
	display: block;
	width: 100%;
	padding: .5em 0.3em .5em .3em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #000;
	text-decoration: none;
	background: #e1e2e3;
}

#navi>ul#button li a { width: auto; }

ul#button li#active a {
	background: #f0e7d7;
	color: #800000;
}

ul#button li a:hover, ul#button li#active a:hover {
	color: #800000;
	background: #ccc;
	border-color: #aaab9c #fff #fff #ccc;
}

input, textarea {
	border: 1px solid #369;
	background-color: #ccc;
}

.formbutton {
	display: inline;
	border: 3px solid #666;
	background-color: #369;
	color: #fff;
	width: 10em;
	height: 3em;
	margin: 10px;
	padding: .2em;
}
