﻿body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Lucida Sans, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	background: #EEEEEE;
}
a:link, a:visited {
	color: #0066ff;
	text-decoration: none;
	font-weight: normal;
}
a:active, a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#thispage {
	color: #ff6600;
}
h1, h2, h3, h4 { margin: 0; padding: 0; }

p { margin: 0px; padding: 0px; color:#666;}

img { margin: 0px; padding: 0px; border: none; }

table {
 width: 100%;
}
table td {
 border: 1px solid #FFC097;
 padding: 2px 5px 2px 5px;
 text-align: left;
 font-size: 12px;
 font-weight: normal;
 vertical-align: top;
}
table td.top {
 background-color: #FC5900;
 color: #FFFFFF;
 font-weight: bold;
}


.image_left {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #e5e5e5;}

.image_right {
	float: right;
	border: 5px solid #e5e5e5;
	margin-top: 3px;
	margin-bottom: 0;
	margin-left: 15px;
}

.image_rightnb {
	float: right;
	margin-top: 3px;
	margin-bottom: 0;
	margin-left: 15px;
}
.image_leftnb {
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}

.image_center {
	float: none;
	border: 5px solid #e5e5e5;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.image_centernb {
	float: none;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.more a {
	display: block;
	width: 82px;
	height: 23px;
	padding: 3px 0 0 0;
	color: #777777;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.more a:hover {
	color: #c85d16;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
}

/* header */

#header {
	position:relative;
	z-index:0;
	clear: both;
	width: 910px;
	height: 110px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 10px;
}
#header  #title {
	float: left;
	width: 700px;
	padding-top: 10px;
}
#header  #title h1 {
	margin: 10px 0 0 0;
	padding: 0;
	color: #ff6600;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
#header  #title h1 span {
	display: block;
	margin-top: 12px;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	letter-spacing: 2px;
	font-family: verdana;
}

#search_form {
	padding: 0;
}

#searchfield {
	height: 18px;
	width: 130px;
	padding: 5px;
	font-size: 12px;
	margin-left: 0px;
}
#searchbutton {
	height: 30px;
	width: 52px;
	margin: 0px;
	margin-left:2px;
	padding: 5px 0 0 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	color: #666666;
}

/* end header */

/* banner */

#banner {
position:relative;
z-index:-1;
	width: 948px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #9f9f9f;
	border-bottom-color: #9f9f9f;
	border-left-color: #9f9f9f;
}

/* end banner */

/* menu */

#menu{
	position:relative;
	z-index:0;
	width: 950px;
	height: 40px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-color: #FF6600;
	background-image: url('../images/menu.jpg');
	background-repeat: no-repeat;
}
#menu:hover {
	z-index:1;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#menu ul li a{
	float: left;
	margin-right: 1px;
	height: 25px;
	font: 12px Arial;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
#menu ul li a:hover, #menu ul li .current{
	color: #0066FF;
	text-decoration: none;
}
/* Sub level menu links style */
#menu ul li ul li a{
	width: 150px; /*width of sub menus*/;
	padding: 10px 5px 3px 6px;
	font: 12px Arial;
	text-align: left;
	color: #DC5130;
	height: 18px;
	text-transform: none;
	background-color: #FFFFFF;
}
#menu ul li ul li a:hover{
	width: 150px; /*width of sub menus*/;
	padding: 10px 5px 3px 6px;
	font: 12px Arial;
	text-align: left;
	color: #0066FF;
	height: 18px;
	background-color: #ff6600;
}
#menu ul li ul li .sub{
	background-color: #ff6600;
	color: #FFFFFF;
}

/*1st sub level menu*/
#menu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/;
	visibility: hidden;
	background-color: #FFFFFF;
}
/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.5;
}

/* end menu */

.box {
	position:relative;
	z-index:-0;
	margin-bottom: 10px;
	background: right 50%;
	background-color: #FFFFFF;
	background-image: url('../images/box_body.jpg');
	background-repeat: repeat-y;
}

.box .body {
	overflow:hidden;
	padding: 5px 15px 5px 15px;
}

.box h2 {
	padding: 8px 15px 8px 15px;
	height: 25px;
	margin: 0 3px 0 0;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background: url('../images/box_h2.jpg') repeat-x right top;
	}

.box .box_bottom {
	position: relative;
	height: 12px;
	background: url('../images/box_hr.jpg') right top;
}

.box .box_bottom span {
	position: absolute;
	width: 10px;
	height: 12px;
	top: 0;
	left: 0;
	background: url('../images/box_hl.jpg');
}
.box h3 {
	margin: 0;
	font-size: 13px;
	color: #0066FF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar_edit h3 {
	margin: 0;
	font-size: 13px;
	color: #0066FF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.side_menu {
	list-style: none;
	padding: 0px;
	margin: 0 0 0 0;
}

.side_menu li {
	padding: 0;
	margin: 5px 0;

}

.side_menu li a {
	display: block;
	color: #666;
	padding: 0px 15px;
	font-weight: normal;
	text-decoration: none;
	background: url('../images/list.png') no-repeat left center;
}
.side_menu li a:hover {
	color: #FF6600;
}

/* content*/

#content_wrapper {
	clear: both;
	padding: 10px;
}
#content_wrapper h4{
	font-size: 13px;
	margin: 0 0 5px 0;
	color: #0066ff;
}
#content_wrapper ul {
	padding: 0px;
	margin-left: 15px ;
	list-style-type: disc;
}

#left_sidebar {
	float: left;
	margin-right: 10px;
	width: 230px;
}
#left_sidebar ul {
	padding: 0px;
	margin-left: -10px ;
	list-style-type: none;
}

#right_sidebar p{
	padding-top: 10px;
}

#right_sidebar {
	float: right;
	width: 230px;
	margin-left: 10px;
}
#right_sidebar ul {
	padding: 0px;
	margin-left: -10px ;
	list-style-type: none;
}

#content {
	float: left;
	width: 470px;
}
#content2 {
	float: right;
	width: 710px;
}
#contentr {
	float: left;
	width: 710px;
}
#contentm {
	float: right;
	width: 950px;
}
#contentm p, #contentr p, #content2 p, #content p{
	color:#666;
}
.news_box {
	clear: both;
	margin-bottom:20px;
}
	
.news_box h4{
	font-size: 13px;
	margin: 0 0 5px 0;
	color: #0066ff;
}
#content h4{
	font-size: 13px;
	margin: 0 0 5px 0;
	color: #0066ff;
}

.sidebar_box {
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
/* footer */

#footer_wrapper {
	background: #eee;
	padding: 10px;
}
#footer {
	padding: 5px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

#footer h3 {
	font-size: 14px;
	margin: 0 0 15px;
	padding: 0;
}
#footer p {
	margin-top:10px;
}
#footer ul {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	list-style-type: disc;
}
#footer ul li {
	background-position: left 4px;
	line-height: 1.7em;
	margin-left: 20px;
}

#footerblok4 {
	padding: 15px;
	width: 200px;
	float: left;
}
#footerblok2a {
	padding: 5px;
	width: 215px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#footerblok3a {
	padding: 5px;
	width: 215px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#footerblok4a {
	padding: 5px;
	width: 215px;
	float: left;
	margin-bottom: 10px;
}
.footer_social_button {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer_social_button a {
	margin-right: 5px;
}
.socialbutton {
	margin-right:10px;
	float:right;
}

#copy {
	text-align: center;
	color: #666666;
	font-size: 11px;
	float: none;
	padding-top: 30px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #999999;
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#copy a {
	color: #666666;
	font-weight: normal;
}

#copy a:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

/* end footer */
.slideshow {
position:relative;
z-index:0;
	margin: 0px auto 0px auto;
	height: 200px;
	width: 948px;
	float: none;
	overflow: hidden;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #9f9f9f;
	border-bottom-color: #9f9f9f;
	border-left-color: #9f9f9f;
}
.slideshow img {
	width: 950px;
	height: 200px;
}
.slideshow2 {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 200px;
	float: left;
	overflow: hidden;
	display: block;
}
.slideshow2 img {
	width: 200px;
	height: 150px;
	float: none;
}
.contactform {
	width: 480px;
	padding: 5px;
	float: left;
	margin-bottom: 20px;
	clear: both;
	margin-top: 20px;
}
.contactform fieldset {
	border-style: none;
	margin: 0 0 10px 0;
}
.contactform fieldset legend {
	padding: 0 2px 0 2px;
	font-weight: normal;
	font-size: 13px;
}
.contactform label.left {
	float: left;
	width: 180px;
	padding: 2px 2px 2px 3px;
	margin-top: 0;
	margin-right: 5px;
	margin-left: 5px;
}
.contactform input.field {
	width: 200px;
	padding: 2px;
	border: 1px solid #D3D3D3;
	font-family: arial, verdana;
	font-size: 12px;
	margin-bottom: 5px;
}
.contactform textarea {
	width: 250px;
	padding: 2px;
	font-family: arial, verdana;
	font-size: 12px;
}
.contactform input.button {
	float: left;
	width: 100px;
	background: #FF6600;
	border: 1px solid rgb(204, 204, 204);
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 11px;
	font-weight: bold;
	margin-left: 195px;
	margin-top: 5px;
	height: 25px;
}
.contactform input.button:hover {
	cursor: pointer;
	border: 1px solid rgb(204, 204, 204);
	color: rgb(255, 255, 255);
}
.contactform select.combo {
	width: 200px;
	padding: 2px;
	margin-bottom: 5px;
}




.gastform {
	width: 480px;
	padding: 5px;
	float: left;
	margin-bottom: 20px;
	clear: both;
	margin-top: 20px;
}
.gastform fieldset {
	border-style: none;
	margin: 0 0 10px 0;
}
.gastform fieldset legend {
	padding: 0 2px 0 2px;
	font-weight: normal;
	font-size: 13px;
}
.gastform label.left {
	float: left;
	width: 100px;
	padding: 2px 2px 2px 3px;
	margin-top: 0;
	margin-right: 5px;
	margin-left: 5px;
}
.gastform input.field {
	width: 250px;
	padding: 2px;
	border: 1px solid #D3D3D3;
	font-family: arial, verdana;
	font-size: 12px;
	margin-bottom: 5px;
}
.gastform textarea {
	width: 250px;
	height:100px;
	padding: 2px;
	font-family: arial, verdana;
	font-size: 12px;
}
.gastform input.button {
	float: left;
	width: 100px;
	background: #FF6600;
	border: 1px solid rgb(204, 204, 204);
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 11px;
	font-weight: bold;
	margin-left: 195px;
	margin-top: 5px;
	height: 25px;
}
.gastform input.button:hover {
	cursor: pointer;
	border: 1px solid rgb(204, 204, 204);
	color: rgb(255, 255, 255);
}

#gast {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #0066FF;
}
#gast2 {
	width: 90%;
	float: right;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: orange;
}

#gast .name{
	color: #0066FF;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}
#gast .date{
	color: #0066FF;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	float: right;
	width: 80px;
	margin-right: 10px;
}
#gast .submit{
	background-position: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../images/button.png');
	background-repeat: no-repeat;
	padding-left: 10px;
	width: 86px;
	margin-top: 10px;
	height: 26px;
	padding-top: 5px;
}
#gast .submit a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#gast .submit a:hover{
	color: #EEEEEE;
	text-decoration: none;
}
