body {
    width: 980px;
    margin: 0 auto;
    color: #86695e;
    font: 12px/20px Arial,Helvetica,sans-serif;
    background: #f7f2f0 url(images/bg.jpg) repeat-x 0 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    color: #549900;
}

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

p, ol, ul {
    line-height: 240%;
    text-align: justify;
}

ol, ul {
    margin: 0 30px;
}

a {
    color: #347e94;
}

a:hover {
    text-decoration: none;
}

blockquote {
    margin: 5px 5px 5px 25px;
    font-style: italic;
}

blockquote p, blockquote ol, blockquote ul {
    line-height: normal;
}
.mceContentBody a {
    color: #347e94 !important;
}

.mceContentBody a:hover {
    text-decoration: none !important;
}

/* Header */
#main {
	position: relative;
    width: 820px;
	margin: 0 auto;
}

#header {
	position: absolute;
    z-index: 2;
}

#header h1, #header h2 {
    color: #b7c293;
    font-family: Arial,Helvetica,sans-serif;   
    letter-spacing: 2px;
}

#header h1 {
	top: 40px;
    left: 40px;
    font-size: 48px;
}

#header h2 {
	top: 70px;
    left: 220px;
    font-size: 12px;
}

/* Menu */
#menu {
	position: realtive;
    float: left;
    margin: 140px 0 0;
    list-style-type: none;
    z-index: 1;
}

#menu ul {
    margin: 6px 0 0;
}

#menu li {
    float: left;
    margin: 0 2px 0 0;
    padding: 0 5px 0 0;
    list-style-type: none;
    background: url(images/button_bg_r.png) no-repeat right 0;
}

#menu li a {
    display: block;
    padding: 0 5px 0 10px;
    color: #fff;
    font: bold 12px/35px Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    background: url(images/button_bg.png) no-repeat 0 0;
}
	
#menu li.active, #menu li:hover {
    background-image: url(images/active_bg_r.png);
}

#menu .active a, #menu li:hover a {
    color: #86695e;
    background-image: url(images/active_bg.png);
}

/* Logo */
#logo {
    width: 514px;
    height: 305px;
    margin-bottom: 10px;
    padding: 25px 0 0 25px;
    background: url(images/logo.jpg) no-repeat 0 0;
    z-index: 1;
}

#languages, #languages a {
	color: #fff;
}

#languages ul {
    background: #576d1b url(images/bg_l.jpg) repeat-x 0 -1px;
}

#languages a:hover {
    color: #f00;
}

/* Content */
.content {
	clear: both;
    margin: 0 auto;
    padding: 35px 0 0;
}

#body {
	display: block;
    float: left;
    width: 540px;
    padding: 0 0 20px;
}

.mceContentBody {
    color: #86695e !important;
    background: #f7f2f0 !important;
}

/* Sidebar */
#sidebar {
    float: right;
    width: 220px;
    margin: 0 0 20px;
    padding: 15px 20px 20px 10px;
    color: #86695e;
    background: #ece5e1;
}

.sidebar_content_header {
	padding: 0 0 0 10px;
    font-size: 22px;
    font-weight: normal;
    color: #4d737f;
}

#module_menu {
	margin: 0;
	padding: 0 0 0 20px;
    list-style: none;
}
	
#module_menu li a {
    display: block;
    color: #347e94;
    font-weight: normal;
    font-size: 13px;
    text-decoration: underline;
}

#module_menu li a:hover, #module_menu li.active a {
    color: #eb5716;
}

/* Footer */
#footer {
    padding: 10px 0 30px;
    background: url(images/footer_bg.gif) no-repeat center 0;
}

#footer_side {
    float: right;
    width: 250px;
}

#footer_main {
	padding: 0 10px 0 0;
}

#footer_main.narrow {
    float: left;
    width: 540px;
}

#footer ul {
	margin: 0;
	list-style-type: none;
	text-align: right;
}

#footer li {
	display: inline;
    padding: 0 5px;
    line-height: normal;
}

#footer a {
    line-height: normal;
    color: #86695e;
    font-family: Arial,Helvetica,sans-serif;
}

#footer a:hover {
    text-decoration: underline;
}

#footer p {
	padding: 20px 0 0;
	line-height: normal;
    color: #86695e;
    font: 9px Arial,Helvetica,sans-serif;
    text-align: right;
}

#footer_main.narrow ul, #footer_main.narrow p {
    text-align: center;
}

/* all modules */
.thumbwrapper {
	border: 1px solid #ccc;
}

.module_header {
    display: block;
    padding: 0 0 0 30px;
    margin: 0;
    color: #70893e;
    font: 18px Arial,Helvetica,sans-serif;
}

.rich-inplace {
    background: none;
}

/*gallery*/
.image {
	border: solid 2px #919191;
}

/*contact*/
.contact_box {
	width: 240px;
	padding: 5px 0 15px 25px;
}

.contact_header {
	height: 32px;
    padding: 0 30px 2px 5px;
    color: #70893e;
    font: bold 11px Arial,Helvetica,sans-serif;
}

.contact_line {
	border-left: 2px solid #919191;
}

#company_contact_wrapper {
    width: auto;
}

#company_contact_wrapper .wide {
    width: auto;
}

#contact_form.wide {
    width: 500px;
}

#company_contact_wrapper .narrow {
    width: 270px;
}

.send_input, .send_textarea {
	width: 492px;
	padding: 3px;
    color: #86695e;
    border: 1px solid #919191;
}

.narrow .send_input, .narrow .send_textarea {
    width: 262px;
}

.button_send {
    margin: 5px 0;
    padding: 4px 8px;
    color: #fff;
    background-color: #84a233;
}

.send_input, .send_textarea, .button_send {
    font: 13px Arial,Helvetica,sans-serif;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/*all*/
.service, .guestbookentry, .document, .sound, .movie, .information, .inlinegallery .thumbwrapper {
	margin: 12px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

.inlinegallery .thumbwrapper {
    padding: 3px;
}

.movie_iframe {
    padding: 0;
    border: none;
}

.customhtml_content {
    margin: 0;
    border: 1px dotted #ccc;
}

.service_title, .guestbook_author {
	color: #9c8002;
}
	
.service_desc {
	font-style: italic;
}
	
.service_price, .guestbook_date {
    color: #799700;
}

/*guestbook*/
#guestbook_form {
    width: 500px;
    border-color: #4d737f;
}

.guestbookentry.hidden {
    background-color: #faf7f5;
    border-color: #e6e6e6;
}

.hidden .guestbook_entry_text {
    color: #b28c7d;
}

.hidden .guestbook_author {
    color: #bfa738;
}

.hidden .guestbook_date .rich-calendar-input {
    color: #a6bf43;
}

.guestbook_date .rich-calendar-input {
    font-size: 10px;
    color: #799700;
}

/*rest*/
