﻿  /* CSS main layout */
  /* AKC (C) 2014 */

body {
	margin: 0;
	padding: 0;
}

#header_outer {
	margin: 0 auto;
	padding: 0;
}

#header_inner {
	margin: 0 auto;
	padding: 10px 0;
	max-width: 1004px;
}

#banner_outer {
	margin: 0 auto;
	padding: 0;
	background-color: #BC6915;
}

#banner_inner {
	margin: 0 auto;
	padding: 0;
	max-width: 1004px;
}

#slogan_outer {
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
}

#slogan_inner {
	margin: 0 auto;
	padding: 30px 0;
	max-width: 1004px;
}

.section_outer {
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
}

.section_inner {
	margin: 0 auto;
	padding: 50px 10px;
	max-width: 984px;
}

#footer_outer {
	margin: 0 auto;
	padding: 0;
	background-color: #DDD;
}

#footer_inner {
	margin: 0 auto;
	padding: 10px 0;
	max-width: 1004px;
}

.footer_section {
	width: 312px;
	float: left;
	margin: 10px;
	padding: 0;
}

#page_out {
	margin: 0 auto;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 1004px;
}

.section_text {
	max-width: 600px;
	float: left;
}

.section_aside {
	max-width: 250px;
	margin: 80px 100px 30px 30px;
	float: right;
}

.clearfix {
	clear: both;
}


  /* ------------  HEADER  --------------- */

#img_header {
	margin: 10px 5px 5px 15px;
	border: none;
	float: left;
}


  /* ------------  MENU  --------------- */

#menu_top {
	position: absolute;
	top: 78px;
	left: 10px;
	width: 994px;
	height: 27px;
}


#menu {
	position: relative;
	width: 914px;
	height: 27px;
	float: left;
	color: #FFF;
}

#menu p {
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px 10px;
	display: inline;
}

#menu a {
	text-decoration: none;
	color: #FFF;
	padding: 0;
}

#menu a:hover {
	text-decoration: none;
	color: #F90;
	padding: 0;
}

#actual {
	color: #D9D9D9;
	padding: 0;
}

#header_menu {
	position: relative;
	width: 1004px;
}

#content {
	position: relative;
	width: 1004px;
	background-color: #FFF;
	clear: both;
}

#menu_lang {
	position: relative;
	width: 80px;
	height: 27px;
	float: left;
}

#menu_lang p {
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	display: inline;
}

#menu_lang a {
	text-decoration: none;
	color: #FFF;
	padding: 0;
	border: none;
}

#menu_lang a:hover {
	text-decoration: none;
	color: #FF9900;
	padding: 0;
	border: none;
}


  /* ------------  MAIN COLUMN  --------------- */
  
#main_content {
	position: relative;
	margin: 0;
	width: 538px;
	float: left;
	padding: 10px 30px 30px 30px;
}


.contact {
	float: left;
	margin: 0 20px 0 0;
}

.contact a {
	text-decoration: underline;
}

#break {
	position: relative;
	margin: 0;
	width: 2px;
	float: left;
	padding: 0;
}

  /* ------------  RIGHT COLUMN  --------------- */
  
#right_content {
	position: relative;
	width: 339px;
	margin: 0px 0px 0px 0px;
	padding: 30px 30px 30px 30px;
	float: left;
	border-left: 1px #BBB solid;
}

#footer {
	position: relative;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
	clear: both;
	text-align: center;
}

.fb-like {
	margin-bottom: 10px;
	float: left;
}

  /* ------------  TEXT  --------------- */
  
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

#right_content h5 {
    color: #808080;
	border-bottom: none;
    text-align: right;
}

p {
	/*font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	color: #000;*/
	color: #000000;
    font-family: Segoe UI;
    font-size: 0.9em;
    letter-spacing: 0.02em;
    text-align: justify;
}

ul, ol {
	/*font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 0.8em;*/
	font-family: Segoe UI;
    font-size: 0.9em;
    letter-spacing: 0.02em;
	text-align: justify;
	color: #000;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #F90;
}

.more {
	font-size: 1.2em;
	color: #555;
	font-family: "Segoe UI Light", Tahoma, Geneva, Verdana, sans-serif;
	text-decoration: underline;
}

.more:hover {
	color: orange;
	text-decoration: underline;
}

#header p {
	color: #999;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	text-align: right;
	font-size: 0.75em;
	padding: 0 40px 0 0;
	margin: 0 0 0 0;
}

#header a {
	color: #999;
	text-decoration: none;
}

#header a:hover {
	color: #F90;
	text-decoration: underline;
}

#slogan_inner h4 {
	margin: 0;
	padding: 0 50px;
	font-weight: normal;
	font-family: "Segoe UI Light", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.3em;
	text-align: justify;
	border: none;
}

.section_inner h3 {
	margin: 0;
	padding: 0 20px;
	font-weight: normal;
	font-family: "Segoe UI Light", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.6em;
	border: none;
}

#footer_inner a,
.footer_section p,
.footer_section a,
.footer_section h4 {
	color: #555;
	margin: 0;
}

#footer_inner a:hover,
.footer_section a:hover {
	color: #000;
}

.footer_section ul {
	list-style: none;
	text-transform: uppercase;
}

.footer_section ul li {
	float: left;
}

/*
#main_content h1, h2, h3, h4, h5, h6 {
	border-bottom: 1px #F90 solid;
}

#main_content h4 a {
	text-decoration: none;
	color: #000;
}
*/

.specialization {
	margin-bottom: 40px;
}

#right_content p,
.section_aside p {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 0.9em;
	font-style: oblique;
	text-align: justify;
	color: #2C2C2C;
}

#right_content h4 {
	color: #2C2C2C;
}

.notka {
	font-size: 0.7em !important;
}

.reference {
	font-size: 0.75em !important;
}

#footer p {
	text-align: center;
	font-size: 0.7em;
	color: #838383;
}

#footer a{
	text-decoration: none;
	color: #838383;
}


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

*::selection {
	background: #CCFF66;
}

*::-moz-selection {
	background: #CCFF66;
}

/* ------------  COOKIES  --------------- */
#cookie_info {
	margin: 0 auto;
	padding: 5px 25px 5px 25px;
	max-width: 900px;
	border: 1px #DDD solid;
	font-size: 0.9em;
	display: none;
}

#cookie_info span {
	float: right;
}

#cookie_info p {
	color: #555;
}

#cookie_info span a {
	color: red;
	text-decoration: none;
}