body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-weight: bold;
	font-size: 20px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #56BCED;
	text-decoration: none;
}
a:visited {
	color: #56BCED;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
#container {
	width: 870px;
	padding: 30px 30px 30px 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../forum-c/medien/background.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #56BCED;
	border-bottom-color: #56BCED;
}
#top {
	width: 800px;
	padding: 20px 0px 20px 190px;

}
#navi {
	float: left;
	width: 150px;
	padding-left: 10px;
}
#content {
	float: left;
	width: 800px;
	padding-left: 40px;
	padding-bottom: 20px;
}
#footer {
	clear: both;
	height: 30px;
	margin-top: 40px;
	padding-top: 10px;
	padding-left: 200px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #56BCED;
}

