/*
Theme Name: Match theme
Description: The 2010 Match theme
Author: someone
Version: 1.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/* Main global 'theme' and typographic styles  */
body {
	background: #000000 url(images/background.jpg) repeat-x;
	font-family: Arial;
}

body,
input,
textarea {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a {
	color:#ff7336;
}
a:hover {
	color: #FF4B33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



.clear { clear: both; }
.rightFloat { float: right; }


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

#socialmedia
{
	margin-top: 7px;
	text-align: right;
}

#topmenu
{
	margin-top: 7px;
	text-align: right;
}

#topmenu a
{
	color: #808284;
	text-decoration: none;
}

.qtrans_language_chooser { float:right; list-style-type: none; margin-bottom: 8px; }
.qtrans_language_chooser li { float:left; margin-right: 22px; padding-top: 3px; }
.qtrans_language_chooser li:last-child { margin-right: 5px; }

#header
{
	background: #e6e7e9;
	clear: both;
	height: 145px;
}

#header-info
{
	float:left;
	width: 179px;
}

#header-info a
{
	background: url(images/logo_fade.gif) 0px 3px no-repeat;
	display: block;
	height: 145px;
	width: 179px;
}

#header-image
{
	background: url(images/header/home.jpg) no-repeat;
	background-position: right top;
	float: right;
	height: 145px;
	width: 778px;
}

#header-info a span, #header-info p
{
	display: none;
}

.menu
{
	clear: both;
	margin-top: 12px;
}

.menu ul
{
	margin: 0px;
}

.menu li
{
	display: inline;
	list-style-type: none;
}

.menu li:first-child a
{
	margin: 0px;
}

.menu li a
{
	background: url(images/menu-bg.png);
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin-left: 12px;
	padding-left: 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 122px;
}

.menu a:hover
{
	background: #ffffff;
	color: #047045;
}

.menu .current_page_item a, .menu .current_page_parent a
{
	background: #ffffff;
	color: #047045;
}

#content
{
	background: #ffffff;
}


#content-menu
{
	float: left;
	min-height: 564px;
	width: 213px;
}

#content-menu ul
{

	list-style: none;
	margin: 40px 5px 0px 5px;
}

#content-menu ul li:first-child a
{
	border-top: 1px dashed #000000;
}

#content-menu ul li a
{
	border-bottom: 1px dashed #000000;
	color: #000000;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	text-decoration: none;
	width: 176px;
}

#content-menu ul li a:hover, #content-menu ul .current_page_item a
{
	color: #ff7336;
}

#entry_content
{
	float: left;
	min-height: 1px;
	padding: 20px 20px 20px 20px;
	width: 430px;
}

#entry_content h1, #entry_content h2
{
/*	border-bottom: 2px solid #047045; */
	color: #047045;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#content-sidebar
{
	float: center;
	min-height: 1px;
	padding-top: 15px;
	width: 274px;
}

#content-sidebar ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footer
{
	clear: both;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}

#footer p
{
	margin: 0px;
}

#footer-name
{
	background: #000000;
	float: left;
	padding-right: 12px;
	text-align: right;
	width: 201px;
}

#footer-adres
{
	background: #047045;
	float: left;
	padding-left: 10px;
	width: 734px;
}

#footer a
{
	color: #ffffff;
}

#sidebar-contact
{
	display: block;
	margin-bottom: 15px;
	text-align: center;
}






#rightback  {  
width: 100%;
float:center;
overflow:hidden;
position:relative;
}  

#contentback  {
float:left;
width: 100%;
position:relative;
right: 274px;    /* width of right sidebar */
}

#leftback  {
width: 100%;
position:relative;
right: 470px; /* width of the content area */
float:left;
background: #e1f4fa url(images/content-left.jpg) bottom right no-repeat;
}

#content-menu  {
overflow:hidden;
position:relative;
left: 744px;
}

#entry_content  {
overflow:hidden;
position:relative;
left: 744px;
}

#content-sidebar  {
overflow:hidden;
position:relative;
left: 744px;
text-align: center;
}




.adresRightFloat {
float: right;
font-size: 11px;
margin-top: 97px;
}
