* {
/*	border: 1px solid #000000;*/
	border: 0 none; 
}

body {
	max-width: 1024px;
	min-width: 360px;
	width: 99.9%;
	background-image: url("pictures/background/background2.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: white;
	background-position: center bottom;
	margin-left: auto;
	margin-right: auto;
	font: 1.2em "trebuchet ms",sans-serif;
	text-align: left;
}

h1, h2, h3 {
	text-align: center;
}

li {
	margin-left: 1.8em;
}

#leftcolumn {
	float: left;
	width: 210px;
	}

#maincontent {
	width: auto;
	padding-top: 1.5em;
	margin-left: 250px;
}

#mailadresse {
	font-weight: bold;
}

ul.navilist {
	list-style-type: none;
/*	float: left;*/
}

ul.navilist li {
	background-color: #9cbece; /* Rot:0 Grün:128 Blau:0 */
	color: #FFFFFF;
	height: 2em;
	width: 200px;
	line-height: 1em;
	margin: 0 0.3em 0.5em 0;
	padding: 0;
}

ul.navilist li a {
	color: #FFFFFF;
	display: block;
	font-size: 88%;
	font-weight: bold;
	height: 2.1em;
	letter-spacing: 1px;
	padding: 2px 12px 0 10px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

ul.navilist li a:hover {
	color: #000000;
	background-color: #c6dbe3;
}

ul.navilist li a.naviactive {
	color: #000000;
	background-color: #bbced5;
}
