body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #333c2e;
	font: normal 16px/18px Georgia, serif;
}

img {
	border: 0;
}

#top_w {
	width: 100%;
	height: 160px;
	background: url('/wp-content/themes/kliinik/images/topmenu.png') top left repeat-x;
	text-align: center;
}

#top_content {
	width: 900px;
	margin: 0 auto;
}

#top_left {
	padding: 20px 0 0 0;
	text-align: left;
}

#top_right {
	float: right;
	padding: 60px 0 0 0;
	clear: both;
}

#top_right ul {
	min-height: 46px;
	margin: 0;
}
#top_right ul li {
	float: left;
	z-index: 2;
	height: 46px;
	margin-right: 8px;
	overflow: hidden;
	background: url('/wp-content/themes/kliinik/images/nav.png') no-repeat 0 0;
}

#top_right li {
	float: left;
	z-index: 2;
	height: 46px;
	margin: 0 0 0 10px;
	overflow: hidden;
	background: url('/wp-content/themes/kliinik/images/nav.png') no-repeat 0 0;
}

#top_right ul li a {
	display: block;
	height: 0 !important;
	padding: 46px 0 0 0;
	height /**/: 46px;
	border: none;
	overflow: hidden;
	background: url('/wp-content/themes/kliinik/images/nav.png') no-repeat 0 0;
}

#top_right ul li#nav1 a,
#top_right ul li#nav1 {
	width: 77px;
	background-position: 0 0 !important;
}

#top_right ul li#nav1 a:hover {
	width: 77px;
	background-position: -77px 0 !important;
}

#top_right ul li#nav1.active a {
	width: 77px;
	background-position: -154px 0 !important;
}

#top_right ul li#nav2 a,
#top_right ul li#nav2 {
	width: 80px;
	background-position: -231px 0 !important;
}

#top_right ul li#nav2 a:hover {
	width: 80px;
	background-position: -311px 0 !important;
}

#top_right ul li#nav2.active a {
	width: 80px;
	background-position: -391px 0 !important;
}

#top_right ul li#nav3 a,
#top_right ul li#nav3 {
	width: 65px;
	background-position: -471px 0 !important;
}

#top_right ul li#nav3 a:hover {
	width: 65px;
	background-position: -536px 0 !important;
}

#top_right ul li#nav3.active a {
	width: 65px;
	background-position: -601px 0 !important;
}

#top_right ul li#nav4 a,
#top_right ul li#nav4 {
	width: 104px;
	background-position: -666px 0 !important;
}

#top_right ul li#nav4 a:hover {
	width: 104px;
	background-position: -770px 0 !important;
}

#top_right ul li#nav4.active a {
	width: 104px;
	background-position: -874px 0 !important;
}

#top_right ul li#nav5 a,
#top_right ul li#nav5 {
	width: 55px;
	background-position: -978px 0 !important;
}

#top_right ul li#nav5 a:hover {
	width: 55px;
	background-position: -1033px 0 !important;
}

#top_right ul li#nav5.active a {
	width: 55px;
	background-position: -1088px 0 !important;
}

#top_right ul li#nav6 a,
#top_right ul li#nav6 {
	width: 85px;
	background-position: -1143px 0 !important;
}

#top_right ul li#nav6 a:hover {
	width: 85px;
	background-position: -1228px 0 !important;
}

#top_right ul li#nav6.active a {
	width: 85px;
	background-position: -1313px 0 !important;
}

#head_w {
	width: 100%;
	height: 102px;
	background: url('/wp-content/themes/kliinik/images/toptitle.png') top left repeat-x;
	text-align: center;
}

#head_title {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#main_w {
	width: 100%;
	background: #efeac8;
	margin: 0;
	padding: 0;
	text-align: center;
}

#content_w {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	text-align: left;
}

#content_left {
	width: 200px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #de4004;
	text-align: left;
}

#content_right {
	margin: 0;
	padding: 0;
	width: 665px;
	float: right;
	clear: both;
	text-align: left;
}

#content_right h1,
#content_w h1 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #de4004;
	font: normal 26px Georgia, serif;
}

#content_right h2,
#content_w h2 {
	margin: 0;
	padding: 10px 0 5px 0;
	color: #de4004;
	font: normal 18px Georgia, serif;
}

#content_right h3,
#content_w h3 {
	margin: 0;
	padding: 8px 0 5px 0;
	color: #de4004;
	font: italic 16px Georgia, serif;
}

#content_right p,
#content_w p {
	margin: 0;
	padding: 0 0 10px 0;
	color: #000;
	font: normal 16px/20px Georgia, serif;
}

#content_right li {
	margin: 0;
	padding: 0 0 10px 0;
}

#content_right img,
#content_w img {
	border: 1px solid #000;
	margin: 0 3px 0 0;
}

#content_right img:hover {
	border: 1px solid #fff;
}

#content_right a,
#content_w a {
	font: normal 16px Georgia, serif;
	color: #0000ff;
	text-decoration: none;
}

#content_right a:hover,
#content_w a:hover {
	text-decoration: none;
	background: #ffff88;
}

#content_right button,
#content_w button {
	color: #0000ff;
	background: transparent;
	border: 1px #000 solid;
}

#content_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content_menu li {
	padding: 0 5px 7px 0;
}

#content_menu a {
	font: bold 16px Georgia, serif;
	color: #000;
	text-decoration: none;

}

#content_menu a:hover,
#content_menu a.active {
	text-decoration: none;
	background: #ffff88;
}

#content_menu a.active {
	color: #000;
	text-decoration: none;
}

#footer_top_w {
	width: 100%;
	height: 31px;
	background: url('/wp-content/themes/kliinik/images/footertop.png') top left repeat-x;
	text-align: center;
}

#footer_w {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#footer_content {
	background: #333c2e;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#footer_left,
#footer_right {
	margin: 0;
	padding: 0;
	font: normal 10px Verdana;
	color: #ddd;
}

#footer_right {
	float: right;
	margin-bottom: 25px;
	text-align: right;
	clear: both;
}

#footer_left a,
#footer_right a {
	font: normal 10px Verdana;
	color: #ddd;
	text-decoration: none;
}

#footer_left a:hover,
#footer_left a.active,
#footer_right a:hover {
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#footer_left a.active {
	color: #ddd;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#footer_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.wpcf7-not-valid-tip-no-ajax {
	font-size: 70%;
}

.formtd {
	width: 75px;
}

textarea {
	padding-left: 3px;
}

