@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	background-image: url(../gifs/bg.gif);
	background-repeat: repeat-x;
}
h1 {}
h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #bf9445;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #3c4a41;
	padding: 0px;
	margin: 0px;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e8e9e9;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
}
#canvas {
	position: relative;
	margin: auto;
	width: 630px;
	text-align: left;
}
#header {
	position: relative;
	width: 630px;
	height: 120px;
}
#top {
	position: relative;
	width: 630px;
	height: 90px;
}
#menu {
	position: relative;
	width: 630px;
	height: 30px;
}
#menu ul{
	position: relative;
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu li{
	position: relative;
	float: left;
	height: 30px;
	margin-right: 1px;
	background-color: #212226;
	color: #ffffff;
	text-align: center;
}
#menu li img{
	border: 0px;
}
#main {
	position: relative;
	float: left;
	width: 400px;
	margin-top: 50px;
	margin-right: 30px;
}
.post {
	position: relative;
	float: left;
	width: 100%;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #7d7d7d;
}
.post ol {
	padding-left: 1em;
	margin-left: 15px;
}
.post ul {
	padding-left: 1em;
	margin-left: 3px;
}
.post li {
	margin-left: 0px;
	padding-left: 0px;
}
.post a {
	font-weight: normal;
	color: #a64732;
}
.post a:hover {
	color: #bf9445;
}
.post_sub {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 28px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #7d7d7d;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #e3e3e3;
	border-bottom-color: #e3e3e3;
}
.pdf {
	position: relative;
	float: left;
}
.pdf img{
	position: relative;
	float: left;
}
.subtext {
	position: relative;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #a64732;
	text-decoration: none;
	top: 6px;
}
.subtext a{
	position: relative;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #a64732;
	text-decoration: none;
}
.subtext a:hover {
	color: #bf9445;
}
.top {
	position: relative;
	float: right;
	width: 71px;
}
.top img{
	position: relative;
	float: right;
	border: 0px;
}
.subtext2 {
	position: relative;
	float: right;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #a64732;
	text-decoration: none;
	top: 6px;
}
.subtext2 a{
	position: relative;
	float: right;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #a64732;
	text-decoration: none;
}
.subtext2 a:hover {
	color: #bf9445;
}
#sidebar {
	position: relative;
	float: left;
	width: 180px;
	padding-right: 20px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #7d7d7d;
	margin-top: 90px;
}
#sidebar a{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #a64732;
}
#sidebar a:hover {
	color: #bf9445;
}
#sidebar img {
	padding: 5px;
	border: 1px solid #e8e9e9;
	margin-bottom: 10px;
}
#footer {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 38px;
	padding-top: 20px;
	padding-bottom: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e9e9;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #b0b0b0;
}
#footer h1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #b0b0b0;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#imprint {
	padding-top: 10px;
}
#imprint a{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #b0b0b0;
	text-decoration: none;
}
#imprint img{
	padding-right: 6px;
	padding-left: 8px;
	border: 0px;
}