﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 14px;
	background-image: url('background.jpg');
}
#masthead {
	text-align: center;
	font-family: "Times New Roman";
	font-size: 30px;
	font-style: italic;
	font-weight: 600;
	color: #008000;
}

#container {
	min-width: 580px;
}

#left_col {
	width: 220px;
	float: left;
	padding-left: 10px;
}

#page_content {
	margin-left: 240px;
}

#footer {
	text-align: center;
	clear: both;
}

.navi {
	font-size: 16px;
	font-weight: 600;
}
h1 {
	font-weight: 700;
	font-size: 24px;
}
h2 {
	font-weight: 700;
	font-size: 18px;
	padding-top: 18px;
}
h3 {
	font-weight: 700;
	padding-top: 18px;
	font-size: 16px;
}
h4 {
	font-weight: 600;
	font-size: 16px;
}
h5 {
	font-weight: 600;
	font-size: 14px;
}
ul {
	list-style-image: url('../fuesschen_kl.gif');
}
