@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c0a179;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 100.01%;
	background: url(../gfx/layout/bgr.png) top left repeat-x #1f0d06;
}

input, textarea {
	color: #1f0d06;
}

#wrapper {
	width: 1010px;
	background: url(../gfx/layout/wrapper_bgr.png) top left repeat-y;
	min-height: 100%;
}

#banner {
	height: 175px;
}

#navigation {
/*	float: left; */
	position: absolute;
	top: 175px;
	left: 0;
	width: 240px;
	height: 438px;
	background: url(../gfx/layout/navi_bgr.png) top left no-repeat;
}

#navigation ul {
	margin-top: 17px;
	list-style-type: none;
}

#navigation li {
	margin-bottom: 2.08em;
	margin-left: 95px;
	margin-right: 10px;
	padding-left: 0.5em;
	padding-bottom: 1px;
}

#navigation a {
	text-decoration: none;
}

#navigation p.active {
	color: #e5d2b8;
}

#navigation a:hover {
	color: #e5d2b8;
}

#navigation li.active {
	border-bottom: 1px solid #671708;
	padding-bottom: 0;
}

#navigation li:hover {
	border-bottom: 1px solid #671708;
	padding-bottom: 0;
}

#rightpanel {
	width: 265px;
	height: 613px;
	position: absolute;
	top: 0;
	left: 745px;
	background: url(../gfx/layout/rightpanel_bgr.png) top left no-repeat;
}

#rightpanel img {
	border: 1px solid #671708 !important;
	margin-bottom: 15px !important;
}

#content {
	width: 475px;
	padding: 30px 20px 10px 10px;
	margin-left: 240px;
	background: url(../gfx/layout/content_bgr.png) top left no-repeat;
}

#content h1 {
	font-size: 15px;
	padding-top: 2.5em;
/*	margin-bottom: 1em; */
	font-weight: bold;
}

#content .layout_full h2, #content .layout_short h2, #content .ce_comments h2 {
	border-bottom: 1px solid #671708;
	padding-bottom: 2px;
	margin-bottom: 1px;
}

#content h1#pagetitle {
	float: right;
	width: 130px;
	height: 28px;
	margin-top: -30px;
	padding-top: 14px;
	padding-left: 70px;
	margin-right: -15px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.055em;
}

/*
#content h2 {
	font-size: 13px;
	padding-top: 2.5em;
	margin-bottom: 1em;
	font-weight: bold;
}
*/

#content h2 {
	font-size: 13px;
	padding-top: 2.5em;
	margin-bottom: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	clear: right;
}


#content .info {
	font-size: 10px !important;
	margin-bottom: 10px;
}

#content .ce_comments h2 {
	margin-bottom: 18px !important;
}

#content .ce_comments .info {
	font-size: 13px !important;
}

#content .comment_default {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #402414;
}

#content .more, .back {
	margin-top: 7px;
}

#content p {
	font-size: 13px;
	text-align: justify;
	margin-bottom: 15px;
}

#content a {
	text-decoration: none;
	color: #e5d2b8;
}

#content a:hover {
	color: #c0a179;
}

#content ul {
	padding-left: 15px;
	list-style-type: disc;
}

#content .formbody {
	line-height: 30px;
}

#content .formbody input, #content .formbody textarea {
	margin-left: 5px;
}

#content .pdf_link {
	float: left;
}

#content .pdf_link a {
	color: #806b50;
	font-size: 10px;
	background: url(../gfx/layout/pdf_button3.png) top left no-repeat;
	padding: 1px 0 3px 20px;
	display: block;
}

#content .pdf_link a:hover {
	color: #c0a179;
	background: url(../gfx/layout/pdf_button2.png) top left no-repeat;
}

#content .pdf_link img {
	border: 0;
}

.clearfix {
	clear: both;
	height: 1px;
	font-size: 0px;
}

/* Additional classes for TypoLight */
.clear {
	height: 0.1px;
	overflow: hidden;
	font-size: 0.1px;
	line-height: 0.1px;
	clear: both;
}

.invisible {
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

#content .ce_gallery img {
	border: 1px solid #671708;
}

.pagination {
	margin-top: 50px;
	text-align: center;
}

.pagination p {
	padding-bottom: 1px;
	border-bottom: 1px solid #671708;
	margin-bottom: 1px !important;
	text-align: center !important;
}

.pagination ul {
	padding-left: 0px !important;
}

.pagination li {
	display: inline;
}
