* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/background.gif);
}
body, td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.bildkasten {
	float: left;
	margin-left: 8px;
	margin-bottom: 15px;
}
.galerie {
	border: 1px solid black;
}
.fusszeile {
	margin-left: 10px;
	font-size: 9px;
	color: #666666;
	clear: left;
}


#main {
	width: 800px;
	height: 1000px;
	margin-left: 30px;
	border-left: 0px solid black;
}
#head {
	clear: left;
	height: 180px;
	border-bottom: 2px solid #A0131D;
}
#head-left {
	float: left;
	margin: 10px;
	width: 350px;
}
#head-right {
	float: left;
	margin: 10px;
	border-left: 1px solid black;
	height: 140px;
}
#navi {
	margin-top: 20px;
	margin-left: 10px;
	clear: left;
}
#navi p {
	margin-bottom: 5px;
	color: #A0131D;
	font-weight: bold;
}
#navi a:link, #navi a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #2c658f;
}
#navi a:hover {
	color: #A0131D;
	font-weight: bold;
}
#navi li {
	list-style-position: inside;
	list-style-type: none;	
}
#content {
	clear: left;
	margin-top: 20px;
	height: auto;
	height: 350px;
}
#main h2, #content h2, #foot h2 {
	color: #A0131D;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
}
#content p, #content ul {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#content ul {
	list-style-position: inside;
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
#content li {
	margin-top: 4px;
}
#content-left {
	float: left;
	margin: 10px;
	height: 300px;
	width: 350px;
}
#content-right {
	float: left;
	margin: 10px;
	border-left: 1px solid black;
	height: 280px;
	padding-left: 10px;
}
#foot {
		clear: left;
}
#foot h2 {
		margin-left: 10px;
}
