@charset "utf-8";
body {
    border: none;
    background: #492700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f1600;
    margin: 0px;
    padding: 0px;
}

.editor_body {
	background-color: #c3b28a;
}

table td {
    vertical-align: top;
}

body, td, pre {
    color: #2f1600;
	font-size: 12px;
}

a:link, 
a:visited, 
a:active {
	color: #3e2200;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 120%;
}

h1 {
	font-size: 16px;
	margin: 10px 0px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

p {
	margin: 0px;
}

img {
    border: 0px;
}

hr {
	border: 0px;
	height: 1px;
	margin: 5px 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

div.clear {
    clear: both;
}

.error {
	color: red;
}

#holder {
	width: 100%;
}

#header-holder {
	margin: 0px;
	background-image: url(/gfx/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 200px;
}


#top-holder {
	width: 100%;
	height: 250px;
	background-image: url(/gfx/top-pane.png);
	background-position: center top;
	background-repeat: repeat-y;
}

#top-holder-bg-0 {
	height: 236px;
	background-image: url(/gfx/top-holder-bg-0.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #371b00;
}

#top-holder-bg-0 {
    height: 236px;
    background-image: url(/gfx/top-holder-bg-1.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-color: #371b00;
}

.top-menu-item {
	display: block;
	width: 212px;
	height: 236px;
	margin-left: 20px;
	background-repeat: no-repeat;
	float: left;
}

.top-menu-item-1 {
    background-image: url(/gfx/top-menu-item-1.jpg);
}
.top-menu-item-2 {
    background-image: url(/gfx/top-menu-item-2.jpg);
}
.top-menu-item-3 {
    background-image: url(/gfx/top-menu-item-3.jpg);
}
.top-menu-item-4 {
    background-image: url(/gfx/top-menu-item-4.jpg);
}

.top-menu-link {
	display: block;
	float: left;	
	width: 212px;
	height: 236px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-image: none;
	background-position: center 207px;
}
.top-menu-link-1:hover {
    background-image: url(/gfx/top-menu-link-1h.jpg);
}
.top-menu-link-2:hover {
    background-image: url(/gfx/top-menu-link-2h.jpg);
}
.top-menu-link-3:hover {
    background-image: url(/gfx/top-menu-link-3h.jpg);
}
.top-menu-link-4:hover {
    background-image: url(/gfx/top-menu-link-4h.jpg);
}

#middle-holder {
	background-image: url(/gfx/main-pane-bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#middle-holder-inner {
	width: 920px;
	margin: 0px auto;
}

#navigator-holder {
	padding: 0px 5px 0px 25px;
    height: 23px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #4b2600;
    margin-bottom: 10px;
}

#navigator-holder a {
	font-size: 10px;
	color: #281200;
}

.separator {
    color: #8c1812;
}

#min-height {
    width: 18px;
    height: 450px;
    float: left;
}

#main-holder {
    float: left;
    width: 685px;
}

.title {
	background-image: url(/gfx/title-sign.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
}

h1.title {
	background-position: left 3px;
	margin-top: 0px;
}

#left-holder {
    float: left;
    width: 215px;
}

ul.menu-level-1 {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;
}

ul.menu-level-1 li {
	background-image: url(/gfx/menu-list-item.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}

ul.menu-level-2 {
	margin: 7px 0px 7px 0px;
	padding: 0px;
    list-style: none;
    display: none;
}

.actual { 
	font-weight: bold;
}

.context-menu-holder {
	
}

.context-menu-holder ul.menu{
	
}

.context-menu-holder ul.menu li {
    
}

.context-menu-root-link {
	
}

.context-menu-root-link span {
    
}

ul.sitemap {
    
}

ul.sitemap li {
    
}

#bottom-holder {
    margin: 0px auto;
    height: 195px;
    text-align: center;
    background-image: url(/gfx/bottom-pane-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

#footer-holder {
	 padding-top: 45px; 
	 text-align: center;
	 color: white;
}

#footer-holder a,
#footer-holder a:hover {
	color: #c3b28a;
}

.bottom-menu-holder {
   
}

span.arrows,
a.arrows {
	color: rgb(166, 111, 8);
}

div.left {
	float: left;
}

div.right {
	float: right;
}

.center {
	text-align: center;
}

div.cArticle {
	padding-right: 15px;
	/*width: 670px;*/
}

.cNewsletter-inputs input {
	float: left;
}

input.cNewsletter-input {
	width: 155px;
	border: 1px solid #501f0e;
	font-size: 11px;
	background-color: #c3b28a;
	color: #2f1600;
}

input.cNewsletter-submit {
	display: block;
	width: 30px;
	border: 1px solid #501f0e;
	background-color: #501f0e;
	color: #c3b28a;
	font-size: 11px;
	height: 18px;
}


