body {
	font: 12px Verdana, Tahoma, Helvetica, sans-serif;
	color: #666; 
	text-align: center;
	background: #a9bac3 url(images/bg.gif) repeat-x;
}

a { 
	color: #4284b0;
	text-decoration: none;
}

a:hover {
	color: #9ec068;
}

blockquote {
    margin: 10px 0 10px 20px;
    font-style: italic;
}

.mceContentBody {
    text-align: left !important;
    background: #fff !important;
}

.mceContentBody a {
	color: #4284b0 !important;
	text-decoration: none !important;
}
	
.mceContentBody a:hover {
	color: #9ec068 !important;
}

h1, h2, h3, h4, h5, h6 {
	font: bold 'Trebuchet MS', Arial, Sans-serif;
	color: #6297bc;	
}

h1 { font-size: 32px; } 
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }

ul, ol {
	margin: 0 30px;
}

/* Header */
#main {
	width: 820px;
	margin: 0 auto;	
	text-align: left;
}

#header {
	height: 59px;
	z-index: 2;
}

#header h1 {
	left: 5px;
	padding: 0;
	font: bolder 40px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
}
	
#header h2 {
	top: 42px;
	left: 10px;
	color: #666;
	text-indent: 0;
	font: bold 14px Tahoma, 'trebuchet MS', Sans-serif; 
}

/* Logo */
#logo {
	display: block;
	width: 820px;
	height: 120px;
	*margin-top: -4px; /*IE7*/
    _margin-top: -4px; /*IE6*/
    z-index: 1;
}

/* Menu */
#menu {
	width: 820px;
	margin: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float: left;
	display: block;
	margin: 0 1px;
	padding: 0 0 0 4px;
	background: url(images/tableft.gif) no-repeat 0 0;
}

#menu a {
	display: block;
	height: 26px;
	padding: 0 15px 0 11px;
	color: #fff;
	font: bold 13px/26px Arial,'Trebuchet MS',Tahoma,verdana,sans-serif;
	background: url(images/tabright.gif) no-repeat right 0;	
}
	
#menu .active a {
	height: 26px;
	background-position: right -42px;
}
	
#menu li.active {
	background-position: 0 -42px;
}

#menu li a:hover, #menu .rich-inplace {
	color: #4284b0;
}

#languages ul {
	background: #fff;
}

/* Content */
.content {
	padding: 10px;
	background: #fff;
}

#body {
	float: right;
	width: 580px;
	margin: 0 10px;
	padding: 0;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0; 
}

.sidebar_content_header {
	color: #6297bc;
	font-size: 16px;
}

#module_menu {
	margin: 10px 0 10px 15px;
	padding: 0;
	list-style: none;		
}

#module_menu li {
	margin-bottom: 1px;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}

#module_menu li a {
	display: block;
	padding: 2px 5px 2px 10px;
	font-weight: bold;
	color: #333;	
	text-decoration:none;	
	background: #f2f2f2;
	border-left: 4px solid #ccc;	
}

#module_menu li a:hover, #module_menu .active a {
	padding: 2px 5px 2px 10px;
	color: #390;
	background: #f2f2f2;
	border-left: 4px solid #9ec630;
}

/* Footer */
#footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
}

#footer_side {
    float: left;
    width: 200px;
}

#footer_main.narrow {
    float: right;
    width: 600px;
}

#footer_main.wide {
	text-align: left;
}

#footer ul {
	margin: 10px 0;
	list-style-type: none;
}

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

#footer li {
	display: inline;
	padding: 0 5px;
}

#footer p, #footer p a {
    font-size: 9px;
}

#footer_main.wide p {
	float: right;
	width: 260px;
}

/* all modules */
.module_header {
	margin: 10px 0 0;
	font-size: 18px;
	color: #9ec630;
}
	
.thumbwrapper {
	background-color: #f9f9f9;
	border: 1px dashed #90ABD0;
}

/*article*/

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

/*contact*/
.contact_box {
	width: 275px;
    padding: 0 5px;
}
	
.contact_header {
	margin: 0;
	color: #4284b0;	
	font-size: 16px;
}

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

/*offer*/
.service, .guestbookentry, .document, .sound {
	padding: 5px 20px;
    margin: 8px 5px;
    background-color: #F9F9F9;
	border: 1px dashed #90abd0;
	width: 528px;
}

.service_title, .guestbook_author {
	color: #6297bc;
}
	
/* guestbook*/
.guestbookentry.hidden {
    background-color: #F7F7F7;
    border: 1px dashed #CCCCCC;
}

.hidden .guestbook_author {
    color: #99b7cc;
}

.hidden .guestbook_entry_text {
    color:#a6a6a6;
}

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

.guestbook_date .rich-calendar-input {
    color: #4B5360; 
    font-size: 12px;
}

/* rest */
.flash_vid {
    border: 1px dashed #90ABD0;
    background-color: #F9F9F9;
    margin: 8px 5px;
}

.send_input, .send_textarea {
    padding: 1px 2px;
    font: 12px Verdana,Tahoma,Helvetica,sans-serif;
    border: 1px solid #4284b0;
}

.button_send {
	margin: 5px 0;
	font: 12px Verdana,Tahoma,Helvetica,sans-serif;
	background: #83acca;
}
    