@charset "utf-8";
.index {
	width: 1024px;
	height: 740px;
	background-color: #FFFFFF;
}
.header {
	width: 1024px;
	height: 100px;

}
.sidebar {
	float: left;
	background-image: url(bilder/nav/linkbg.gif);
	height: 600px;
	width: 165px;
}
.footer {
	background-color: #666666;
	height: 20px;
	padding: 10px 0;
	width: 1024px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	color: #000000;
}
.main {
	background-color: #FFFFFF;
	height: 600px;
	text-align: left;
}

