body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #302e28
}
a {
	color: #4E8636;
	text-decoration: none;
	outline: none
}
a:hover {
	text-decoration: underline
}
form {
	margin: 0;
	padding: 0;
}
button, input, select, textarea {
	outline: none;
	margin: 0;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #535046;
}
hr {
	color: #C0C0C0;
	height: 1px
}
img {
	border: 0;
	display: block
}
.formbutton {
	border: 1px solid #C6C6C6;
	height: 23px;
	padding: 1px 4px 2px 4px;
	background: url(../img/button/formbutton.gif) repeat-x bottom center;
	color: #333;
	width: auto
}
.formbutton_hover {
	border: 1px solid #C6C6C6;
	height: 23px;
	padding: 1px 4px 2px 4px;
	background: url(../img/button/formbutton_hover.gif) repeat-x top center
}
/* Page & Main */



#page {
	width: 980px;
	margin: 0 auto;
	background: url('../img/bottom_bg.gif') #fff no-repeat bottom left;
}
#main {
	position: relative;
	padding: 0 50px;
	background: url('../img/top_bg.gif') no-repeat;
}
/* Header */



#header {
	width: 100%;
	height: 150px;
	overflow: hidden;
	background: url(../img/header/header_bg.gif) no-repeat bottom right
}
#header .logo {
	float: left;
	display: inline;
	margin: 30px 0 0 20px
}
#header #attributes {
	float: left;
	margin: 60px 0 0 70px
}
#header #attributes ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header #attributes ul li {
	float: left;
	height: 27px;
	margin: 0;
	padding: 0;
}
#header #attributes ul li.separator {
	width: 1px;
	background: url('../img/header/lang_separator.gif') no-repeat;
}
#header #attributes ul li a {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #524c38;
	font-style: italic;
	text-transform: lowercase;
	padding: 0 15px;
	display: block;
	line-height: 25px;
}
#header #attributes ul li a.active {
	font-weight: bold;
	color: #4e8636;
}
#header #attributes ul li a:hover {
	color: #4e8636;
}
#header #attributes ul li a.active:hover {
	text-decoration: none;
}
/* Mainmenu */



#mainmenu {
	width: 100%;
	height: 113px;
	margin: 0 0 19px 0;
	background: url('../img/mainmenu/m_bg.gif') repeat-x bottom left;
}
#mainmenu ul {
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
}
#mainmenu ul li {
	float: left;
	width: 175px;
	margin: 0;
	padding: 0;
	position: relative;
}
#mainmenu ul li.separator {
	width: 1px;
	height: 99px;
	background: url('../img/mainmenu/m_separator.gif') no-repeat;
}
#mainmenu ul li a {
	float: left;
	width: 136px;
	height: 97px;
	margin: 1px 8px 0 8px;
	padding: 12px 10px 0 13px;
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #373633;
	font-weight: bold;
	font-style: italic;
}
#mainmenu ul li a span.link {
	border-bottom: 1px #7bba60 solid;
}
#mainmenu ul li a span.text {
	display: block;
	padding: 5px 0 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #5f5d56;
	font-style: normal;
	line-height: 17px;
}
#mainmenu ul li a:hover {
	text-decoration: none;
}
#mainmenu ul li.active {
	background: url('../img/mainmenu/arrow_active.gif') no-repeat 1px 13px;
}
#mainmenu ul li.active a {
	color: #4e8636;
}
#mainmenu ul li.active span.link {
	border-bottom: 1px #fff solid;
}
#mainmenu ul li.hover {
	background: none;
	z-index: 9999
}
#mainmenu ul li.hover a {
	background-color: #353535;
	border-bottom: 3px #fff solid;
}
#mainmenu ul li.hover a span {
	color: #fff;
}
#mainmenu ul li.hover a span.link {
	border-bottom: 1px #7bba60 solid;
}
/* Mainmenu > Dropdown */



#mainmenu .dropdown {
	width: 133px;
	margin: 0 8px 0 8px;
	padding: 15px 13px 20px 13px;
	font-weight: normal;
	font-style: normal;
	background: url('../img/mainmenu/arrow_dropdown.gif') #353535 no-repeat top center;
	position: absolute;
	top: 113px;
	left: 0px;
	z-index: 999999
}
#mainmenu .dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainmenu .dropdown ul li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 3px 0 3px 0
}
#mainmenu .dropdown ul li a {
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	background: none;
	border-bottom: 1px #7bba60 solid;
}
#mainmenu .dropdown ul li a:hover {
	border-bottom: 1px #353535 solid;
}
/* Inline */



#inline {
	width: 100%;
	background: url('../img/line_vertical.gif') repeat-y 650px 0px;
	overflow: hidden;
	margin: 0 0 15px 0
}
#inline_wide {
	width: 100%
}
/* Front */




#front {
	overflow: hidden;
	padding: 0 15px 0 15px;
	line-height: 20px;
	min-height: 500px;
}
.fin #front {
	background: url('../img/frontpage-pic.png') no-repeat 100% 100px;	
}
#front .description-black {
	background-color: #000;
	color: #fff;
	padding: 4px 4px 4px 65px;
	position: absolute;
	left: 0;
	width: 610px;
	font-size: 21px;
	line-height: 1.3;
}
#front .description-green {
	background-color: #4E8636;
	color: #fff;
	padding: 4px 24px 4px 65px;
	position: absolute;
	left: 0;
	width: 610px;
	font-size: 21px;
	line-height: 1.3;
	text-align: right;
}
#front .text-start {
	margin-top: 50px;
}
#front .list LI A {
	color: #4E8636;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
}
#front .front_pic {
	float: right;
	padding: 20px 38px 10px 35px;
}
#front h1 {
	font: 47px Georgia, "Times New Roman", Times, serif;
	color: #4e8636;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	margin: 0;
	padding: 3px 0 11px 0;
}
#front h1 span {
	color: #545148;
}
#front p {
	margin: 0;
	padding: 0 0 14px 0;
}
#front .banner LI {
	list-style: none;
}
#front .banner {
	background: url('../img/webshopkuva_netti.jpg') no-repeat -75px -3px;
	padding: 35px 20px;
}
/* Content */



#content {
	float: left;
	width: 635px;
	padding: 0 15px 0 0;
	overflow: hidden
}
#content_wide {
100%;
	overflow: hidden
}
/* Title */



#title {
	width: 100%;
	overflow: hidden
}
#title h1 {
	font: 36px Georgia, "Times New Roman", Times, serif;
	color: #4e8636;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 6px 0 5px 0px;
}
.title {
	width: 100%;
	overflow: hidden
}
.title h2 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #5A574D;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 6px 0 0px 0px;
}
.title h2 a {
	color: #5A574D
}
/* Article */



#article {
	width: 510px;
	overflow: hidden;
}
#article a {
	color: #4e8636;
	text-decoration: underline;
}
#article a:hover {
	text-decoration: none;
}
#article h3 {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background: url('../img/line_horisontal.gif') repeat-x bottom left;
	outline: none;
}
#article h3 a {
	display: block;
	padding: 12px 0 10px 21px;
	color: #302e28;
	text-decoration: none;
	background: url('../img/content/arrow_closed.gif') no-repeat 7px 15px;
	outline: none;
}
#article h3 a:hover {
	text-decoration: none;
}
#article h3.ui-state-active a {
	background: url('../img/content/arrow_open.gif') no-repeat 1px 19px;
}
#article .row {
	width: 100%;
	overflow: hidden;
	padding: 12px 0 2px;
	font-size: 12px;
	line-height: 16px;
	background: url('../img/line_horisontal.gif') repeat-x bottom left;
}
#article .row .text {
	overflow: hidden;
	padding: 0 15px;
	line-height: 16px;
}
#article .row p {
	margin: 0;
	padding: 0 0 12px 0;
}
/* Right_side */



#right_side {
	float: right;
	width: 230px;
	overflow: hidden;
}
#right_side .inline {
	float: left;
	padding: 11px 0 1px 21px;
}
/* News_block */



#news_block {
	width: 210px;
	overflow: hidden;
}
#news_block h2 {
	height: 31px;
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
	display: block;
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #353535;
}
#news_block .row {
	overflow: hidden;
	margin: 0 4px 0 3px;
	padding: 10px 0 12px 0;
	color: #535046;
	line-height: 17px;
	background: url('../img/line_horisontal.gif') repeat-x top left;
}
#news_block .row .title {
	display: block;
	margin: 0;
	padding: 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #5a574d;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}
#news_block .row span.date {
	display: block;
	font-size: 12px;
	color: #b29a47;
	padding: 0 0 3px 0;
}
#news_block .first {
	background: none;
}
#news_block .row a {
	display: block;
	padding: 5px;
	color: #535046;
	text-decoration: none;
}
#news_block .row a:hover {
	text-decoration: none;
	background-color: #353535;
}
#news_block .row a:hover span, #news_block .row a:hover {
	color: #fff;
}
/* Calculator */



#calc {
	float: left;
	width: 100%;
}
#calc h2 {
	width: 320px;
	height: 31px;
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
	display: block;
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #353535;
}
#calc .calc {
	float: left;
	padding: 0 0 0 8px;
	color: #535046;
}
.calc .info {
	padding: 5px 0 11px 0;
	line-height: 17px;
	background: url('../img/line_horisontal.gif') repeat-x bottom left;
}
.calc .type {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 10px 0;
	font-size: 16px;
	color: #4e8636;
	background: url('../img/line_horisontal.gif') repeat-x bottom left;
}
.calc .type span {
	font-weight: bold;
	color: #535046;
}
.calc dl {
	width: 100%;
	margin: 0;
	padding: 7px 0 0 0;
	overflow: hidden
}
.calc dl dt {
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #b29a47;
}
.calc dl dd {
	width: 100%;
	margin: 0;
	padding: 0
}
.calc dl dd.input1 {
	height: 31px
}
.calc dl.tworow dd.input1 {
	float: left;
	width: 164px;
}
.calc dl.tworow dd.input2 {
	float: right;
	width: 150px;
}
.calc dl dd select {
	width: 293px;
}
.calc dl.tworow dd.input1 select {
	width: 133px;
}
.calc dl.tworow dd.input2 input {
	width: 102px;
}
.calc dl input {
	width: 314px;
}
.calc dl.tworow dd.input1 input {
}
.calc dl.tworow dd.input2 input {
}
.calc dl textarea {
	width: 314px;
}
.calc .line {
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 12px 0 12px 0;
	background: url('../img/line_horisontal.gif') repeat-x;
}
.button {
	float: left;
	height: 33px;
	background: url('../img/form/button_left.gif') no-repeat top left;
}
.button span {
	float: left;
	height: 33px;
	padding: 0 22px;
	line-height: 33px;
	color: #4e8636;
	font-weight: bold;
	background: url('../img/form/button_right.gif') no-repeat top right;
	cursor: pointer;
}
.button:hover {
	text-decoration: none;
}
/* Form */



#form {
	padding: 26px 24px 22px 24px;
}
#form form {
	margin: 0;
	padding: 0;
}
#form .inline {
	width: 700px;
	overflow: hidden;
	background: url('../img/line_vertical.gif') repeat-y 351px 0px;
}
#form .left_side {
	float: left;
	width: 332px;
}
#form h2 {
	height: 31px;
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
	display: block;
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #353535;
}
#form .left_inline {
	float: left;
	padding: 0 0 0 8px;
	color: #535046;
}
#form .left_side div.info {
	padding: 5px 0 11px 0;
	line-height: 17px;
	background: url('../img/line_horisontal.gif') repeat-x bottom left;
}
#form .left_side .type {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 10px 0;
	font-size: 16px;
	color: #4e8636;
	background: url('../img/line_horisontal.gif') repeat-x bottom left;
}
#form .left_side .type span {
	font-weight: bold;
	color: #535046;
}
#form .left_side table {
	clear: both;
	margin: 6px 0 6px 0;
}
#form .left_side table td {
	padding: 2px 7px 2px 0;
	font-size: 12px;
}
#form .left_side table td.left {
	width: 107px;
	text-align: right;
	color: #b29a47;
}
#form .left_side .line {
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 2px 0 2px 0;
	background: url('../img/line_horisontal.gif') repeat-x;
}
#form .left_side span.price {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #4e8636;
	line-height: normal;
}
#form .left_side span.info {
	display: block;
	line-height: 18px;
	padding: 3px 0 0 0;
}
#form .right_side {
	float: right;
	width: 322px;
	overflow: hidden;
	color: #535046;
}
#form .right_side .radio {
	width: 100%;
	overflow: hidden;
	padding: 5px 0 10px 0;
}
#form .right_side .radio input {
	float: left;
	margin: 4px 4px 0 0;
	padding: 0
}
#form .right_side .radio .required {
	float: left;
	width: 15px
}
#form .right_side .radio_text {
	float: left;
	width: 110px;
	padding: 0 15px 0 0;
	font-size: 16px;
	color: #4e8636;
	font-weight: bold;
}
#form .right_side table {
	clear: both;
}
#form .right_side table td {
	padding: 5px 0;
}
#form .right_side table td.left {
	width: 95px;
	padding: 5px 7px 5px 0;
	text-align: right;
}
#form .right_side table td.input input {
	float: left;
	width: 206px;
	height: 23px;
	padding: 6px 5px 0 5px;
	border: 1px #a8a8a8 solid;
}
#form .right_side table td.input textarea {
	float: left;
	width: 206px;
	height: 61px;
	padding: 5px;
	border: 1px #a8a8a8 solid;
}
#form .right_side .line {
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 5px 0 10px 0;
	background: url('../img/line_horisontal.gif') repeat-x;
}
#form .button {
	float: right;
}
/* Ankeet regular */



#ankeet_regular {
	width: 210px;
	overflow: hidden;
}
#ankeet_regular h2 {
	height: 31px;
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
	display: block;
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #353535;
}
#ankeet_regular dl {
	width: 100%;
	margin: 0;
	padding: 7px 0 0 0;
	overflow: hidden
}
#ankeet_regular dl dt {
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #b29a47;
}
#ankeet_regular dl dd {
	width: 100%;
	margin: 0;
	padding: 0
}
#ankeet_regular dl dd.input1 {
	height: 31px
}
#ankeet_regular dl input {
	width: 190px;
}
#ankeet_regular dl textarea {
	height: 100px;
	width: 190px !important;
}
.NFTextareaTop, .NFTextareaBottom{ width: 190px !important;}
#ankeet_regular .line {
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 12px 0 12px 0;
	background: url('../img/line_horisontal.gif') repeat-x;
}
#ankeet_regular .button2 {
	float: left;
	height: 33px;
	margin-left: 50px !important;
	background: url('../img/form/button_left.gif') no-repeat top left;
}
#ankeet_regular .button2 span {
	float: left;
	height: 33px;
	padding: 0 22px;
	line-height: 33px;
	color: #4e8636;
	font-weight: bold;
	background: url('../img/form/button_right.gif') no-repeat top right;
	cursor: pointer;
}
#ankeet_regular .button2:hover {
	text-decoration: none;
}
/* News */



.news_list {
	width: 510px;
	overflow: hidden;
}
.news_list .row {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 12px 0;
	color: #535046;
	line-height: 17px;
	background: url('../img/line_horisontal.gif') repeat-x bottom left;
}
.news_list .row h3 {
	margin: 0;
	padding: 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #5a574d;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}
.news_list .row span.date {
	display: block;
	font-size: 12px;
	color: #b29a47;
	padding: 0 0 3px 0;
}
.news_text {
	width: 865px;
	overflow: hidden;
	padding: 0 0 15px 15px;
	color: #535046;
	line-height: 17px;
}
.news_text span.date {
	display: block;
	font-size: 12px;
	color: #b29a47;
	padding: 0 0 3px 0;
}
.news_text p {
	margin: 0;
	padding: 0 0 10px 0;
}
/* Footer */



#footer {
	width: 100%;
	height: 86px;
	overflow: hidden;
	margin: 20px 0 0 0;
	background: url('../img/mainmenu/m_bg.gif') repeat-x top left;
}
#footer .text {
	float: left;
	display: inline;
	font-size: 12px;
	color: #7f7f7f;
	margin: 26px 0 0 17px;
}
#footer .text p {
	float: left;
	margin: 0;
	padding: 0 18px 0 0;
}
#footer .okia_mini {
	float: right;
	display: inline;
	margin: 30px 25px 0 0;
}
.text_box {
}
.text_box_gallery {
	padding: 10px 6px
}
.text_box_diverse {
	padding: 5px 10px
}
.text_box_catalog {
	padding: 10px 6px
}
.text_box_fit {
	width: 100%;
	overflow: hidden
}
.news_pic_position {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
	border: 1px solid #D0CDC6
}
.bodytextlight {
	color: #999;
	font-size: 11px
}
.bodytextlight a {
	color: #999
}
/* Ankeet */



.ankeet {
	border: 1px solid #CCC;
	background: #FAFAFA;
	float: left;
	padding: 10px
}
.ankeet table td {
	padding: 4px
}
.ankeet .title {
	font-size: 14px;
	font-weight: bold
}
.ankeet .field input {
	border: 1px solid #CCC;
	width: 100%
}
.ankeet .field textarea {
	border: 1px solid #CCC
}
/* File and linklist */



.diverse_list {
}
.diverse_list ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.diverse_list ul li {
	margin: 0;
	padding: 2px 0
}
.diverse_list ul li img {
	float: left;
	margin: 5px 6px 0 0
}
/* Sitemap */



.sitemap {
}
.sitemap .row {
	padding: 0 0 8px 0
}
.sitemap .row strong {
	font-size: 14px
}
.sitemap .spacer {
	padding: 0 10px
}
.sitemap .spacer img {
	float: left;
	margin: 5px 6px 0 0
}
/* Search page */

.searchpage {
}
.searchpage .info {
	text-align: right;
	padding: 0 0 10px 0
}
.searchpage .row {
	padding: 0 0 12px 0;
	width: 100%;
	overflow: hidden
}
.searchpage .row strong {
	font-size: 14px
}
.searchpage .spacer {
	padding: 0 0 10px 0
}
.searchpage .row .pic {
	float: left;
	padding: 0 10px 0 0
}
/* Pagging */

.pagging {
	width: 100%;
	overflow: hidden
}
.pagging .pages {
	float: left;
	font-weight: normal
}
.pagging .pages ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.pagging .pages ul li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	border: 1px solid #E1E1E1;
	background: #FFF
}
.pagging .pages ul li a {
	display: block;
	float: left;
	padding: 0 6px;
	line-height: 20px;
	height: 20px
}
.pagging .pages ul li a:hover {
	background: #E1E1E1;
	text-decoration: none;
	color: #000
}
.pagging .pages ul li.active {
	padding: 0 6px;
	background: #E1E1E1;
	color: #000;
	line-height: 20px;
	height: 20px
}
.pagging .pages ul li a .direction {
	font-size: 16px;
	line-height: 16px
}
.pagging .pagecount {
	float: right;
	line-height: 20px
}
.topbrd {
	border-top: 1px solid #D0CDC6;
	padding: 6px 0 0 0
}
.bottompbrd {
	border-bottom: 1px solid #D0CDC6;
	padding: 0 0 6px 0
}
/* Newsletter */

.newsletter {
	width: 100%;
	overflow: hidden
}
.newsletter .subscribe {
	float: left;
	width: 210px;
	padding: 10px;
	background: #F5F6F3;
	border: 1px solid #CCC
}
.newsletter .explanation {
	float: right;
	width: 668px
}
/* Gallery */

.gallery {
	padding: 10px 0 10px 0;
	width: 100%;
	overflow: hidden
}
.gallery .item {
	float: left;
	width: 156px;
	height: 190px;
	padding: 5px
}
.gallery .separator {
	float: left;
	width: 10px;
	height: 10px
}
.gallery .item img {
	padding: 2px;
	border: 1px solid #D0CDC6
}
.gallery .item .description {
	padding: 4px 0 10px 0;
	height: 20px;
	overflow: hidden
}
.gallery .layout {
}
.gallery .layout .description {
	padding: 8px 0 26px 0
}
/* News */

.news_list .pagging {
	width: 100%;
	overflow: hidden;
	padding: 15px 0 0 0
}
.news_list .pagging .left {
}
.news_list .pagging .right {
	float: right
}
/* ############### CATALOG ############# */

.catalog img.intro_pic {
	padding: 2px;
	border: 1px solid #D0CDC6
}
img.catalog_img {
	padding: 2px;
	border: 1px solid #D0CDC6;
	float: left
}
/* Catalog list */

.catalog_list {
}
.catalog_list .row {
	padding: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #E3E0DA
}
.catalog_list .row img {
	float: left
}
.catalog_list .row .pic {
	float: left;
	width: 120px;
	padding: 0 10px 0 0
}
.catalog_list .row .text {
	float: left
}
/* Catalog item */

.catalog_item {
}
.catalog_item .gallery {
	padding: 10px 0 10px 0;
	width: 100%;
	overflow: hidden
}
.catalog_item .gallery .item {
	float: left;
	width: 156px;
	height: 190px;
	padding: 5px
}
.catalog_item .gallery .item img {
	padding: 2px;
	border: 1px solid #D0CDC6
}
.catalog_item .gallery .item .description {
	padding: 4px 0 10px 0;
	height: 20px;
	overflow: hidden
}
/* Admin */

#admin_area {
	position: fixed;
	top: 0
}
*html #admin_area {
	position: absolute
} /* IE 6 */
#admin_box {
	float: left;
	height: 27px;
	padding: 7px 0 7px 7px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	background: url(../img/admin/admin_box_bg.gif) #FFF repeat-x top center
}
#admin_box .links {
}
#admin_box .links ul {
	margin: 0;
	padding: 0;
	list-style: none
}
#admin_box .links ul li {
	padding: 0;
	float: left;
	display: inline
}
#admin_box .links ul li a {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 5px
}
#admin_box .links ul li.button {
	margin: 0 7px 0 0;
	padding: 0;
	float: left;
	display: inline
}
#admin_box .links ul li.button a {
	border: 1px solid #CCC;
	color: #0B4FB0;
	background: #FCFCFC
}
#admin_box .links ul li.button a:hover {
	color: #0064CB;
	background: #EEE;
	text-decoration: none
}
#admin_box .links ul li.button a img, #admin_box .links ul li.stats a img {
	float: left;
	margin: 5px 5px 0 0
}
#admin_box .links ul li.structure a {
	border-right: 1px solid #DCDCDC
}
#admin_box .links ul li.stats a {
	border-right: 1px solid #DCDCDC;
	border-left: 1px solid #FFF
}
#admin_box .links ul li.refresh a {
	border-right: 1px solid #DCDCDC;
	border-left: 1px solid #FFF
}
#admin_box .links ul li.toggle a {
	border-left: 1px solid #FFF
}
#admin_box .links ul li.refresh a img, #admin_box .links ul li.toggle a img, #admin_box .links ul li.structure a img {
	margin: 5px 0px 0 0
}
.backbody {
	background: #FFFFFF;
}
.backlight {
	background: #F9F9F9;
}
.backmedium {
	background: #F0F0F0;
}
.backwhite {
	background: #FFFFFF;
}
#bodytable {
	border: 1px solid #E1E1E1;
}
.borderbottom {
	border-bottom: 1px solid #DCDCDC;
}
.bordertop {
	border-top: 1px solid #DCDCDC;
}
.bordercolor {
	border: 1px solid #DCDCDC;
}
.formfield {
}
.formfield50 {
	width: 50px
}
.formfield100 {
	width: 100px
}
.formfield140 {
	width: 140px
}
.formfield200 {
	width: 200px
}
.formfield250 {
	width: 250px
}
.formfield300 {
	width: 300px
}
.menuback {
	background-color: #FFFFFF;
	width: 190px;
}
.menulevel1 {
	background-image: url(../img/menu/menu_arrow1.gif);
	background-repeat: no-repeat;
	padding: 10px 6px 10px 18px;
	display: block;
	color: #FFFFFF;
}
.menulevel2 {
	padding: 5px 5px 5px 5px;
	display: block;
	color: #000000;
}
.menulevel3 {
	background-image: url(../img/menu/menu_arrow3.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #DCDCDC;
	padding: 5px 5px 5px 18px;
	display: block;
	color: #2A2A2A;
}
.menulevel4 {
	background-image: url(../img/menu/menu_arrow4.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #DCDCDC;
	padding: 5px 5px 5px 28px;
	display: block;
	color: #2A2A2A;
}
.menulevel5 {
	border-bottom: 1px solid #DCDCDC;
	padding: 5px 5px 5px 36px;
	display: block;
	color: #000000;
}
.menuleveltop {
	padding-left : 5px;
	padding-right : 5px;
}
.navitheme {
	background: #C61A22;
}
.adminbutton {
	padding : 4px 6px 4px 6px;
	border : 1px solid Silver;
	border-top : 1px solid Silver;
	height: 23px;
	background-color: White;
}
.adminarea {
	border: 1px solid Silver;
	background-color: #D8D8D8;
	background-image: url(../img/back_button.gif);
	background-repeat: no-repeat;
}
.subtitle {
	color: #696969;
	font-size: 14px;
	font-weight: bold;
}
.textcomment {
	color: Red;
}
.textlang {
	color: Black;
}
.textlight {
	color: #B7B7B7;
}
.textred {
	color: #C22B2B;
}
.textsearch {
	color: #4F4F4F;
}
.tabelauto {
	width : 100%;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
}
.tabelauto td {
	border-bottom: 1px solid #E1E1E1;
	vertical-align: top;
	padding : 3px;
}
.tabelautoodd {
	background-color: #F9F9F9;
}
#ankeet {
	background-color: #F8F8F8;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
}
#ankeet td {
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #FEFEFE;
	padding: 8px;
}
#bodytext td {
	line-height: 18px;
}
#thumb {
	height: 126px;
}
.tabel {
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
}
.tabel td {
	border-bottom: 1px solid #DCDCDC;
	padding: 3px;
}
.tabel2 {
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 3px;
	margin : 0;
}
.tabel2 td {
	border-bottom: none;
	padding: 3px;
}
