@charset "UTF-8";

/*
Theme Name: Servtag
Theme URI: http://servtag.com/
Description: Theme for Servtag website
Version: 1.0
Author: Pixle
*/

/* Background + Global
---------------------------------------------*/


/* dodac wspolne tlo */
body {
	margin:0px;
	padding:0px;
	background: #ffffff url(images/background.gif) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	color:#969696;
	font-size:12px;
	line-height:19px;
}

p {
	padding: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0;
}


/* ciemno-szare nagłówki */
h2 {
	font-size: 14px;
	color: #505050;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}


/* zielone naglowki */
h3 {
	font-size: 20px;
	color: #92c645;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a {
	color: #5f9bc2;
	text-decoration: none;
}

a:hover {
	color: #5f9bc2;
	text-decoration: underline;
}

img {
	border: none;
}

/* tło naglowka dla strony glownej */
#main {
	margin: 0;
	padding: 0;
}

/* wysrodkowany kontener */
#container {
	width:970px;
	margin:0 auto;
	position: relative;
}

/* Header
---------------------------------------------*/

/* #header available in header.php */

#logo {
  z-index: 90;
  position: relative;
  top: 40px;
  margin-left: 40px;
}

#logo h1 {
	margin: 0;
}

#logo h1 a{
	background: url(images/logoServtag.gif) no-repeat;
	width:130px;
	height:42px;
	margin:0px;
	padding: 0;
	display:block;
	text-indent:-9999px;
	outline-style: none;
}

ul.qtrans_language_chooser {
	margin:0px;
	padding:0px;
	position:absolute;
	right:0px;
	top: 50px;
	z-index: 200;
}

ul.qtrans_language_chooser li {
	display:inline;
	margin-left:12px;
	font-size: 10px;
}

ul.qtrans_language_chooser li a {
	text-decoration:none;
	color:#aaaaaa;
}

ul.qtrans_language_chooser li a:hover {
	color:#505050;
}


/* Content
---------------------------------------------*/

#content {
	overflow: auto;
	margin-top: 30px;
}

#blockMenu {
	float:  left;
	width: 195px;
	padding-left: 10px;
	padding-right: 10px;
}

#blockMenu h4 {
	background: #ffffff url(images/menuDecor.gif) no-repeat bottom left;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
}

.accordionBlock h4 a {
	text-decoration: none;
	color: #505050 !important;
}

.accordionBlock h4 a:hover {
	text-decoration: none;
	color: #90c830 !important;
}

#blockMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#blockMenu li a{
	text-decoration: none;
	color: #aaaaaa;
	outline-style: none;
}

.current_page_item a {
	color: #90c830 !important;
}

.activePage h4 a {
	color: #90c830 !important;
}

#blockMenu li a:hover {
	color: #90c830;
}

.accordionBlock {
	margin-bottom: 15px;
}

#blockBody {
	float: right;
	width: 724px;
	padding-left: 30px;
	border-left: 1px solid #D5D5D5;
}

.tableMargin {
	margin-top: 20px;
}

.losungenColumn {
	width: 30%;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #D5D5D5;
}

.losungenColumnSep {
	width: 5%;
}

#blockBodyLeft {
	float: left;
	width: 450px;
}

#blockBodyRight {
	float: right;
	width: 230px;
	padding-left: 20px;
	border-left: 1px solid #d5d5d5;
}

#separator {
	background: #ffffff url(images/separator.gif) no-repeat bottom center;
	margin-top: 50px;
	height: 35px;
}

/* Blog
---------------------------------------------*/


/* Footer
---------------------------------------------*/

#footercontainer {
	width:970px;
	margin:0 auto;
}

#footer {
	margin-top: 20px;
	float: right;
}

.footerBox {
	float: left;
	width: 141px;
	height: 125px;
	text-align: left;
	padding-left: 10px;
	background: url(images/footerDecor.gif) no-repeat top left;
}

.footerBox h4 {
	color: #505050;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
}

.footerBox h4 a {
	color: #505050;
	text-decoration: none;
}

.footerBox h4 a:hover {
	color: #90c830;
	text-decoration: none;
}

.footerBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerBox li {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 14px;
}

.footerBox li a{
	text-decoration: none;
	color: #aaaaaa;
	margin: 0;
	padding: 0;
}

.footerBox li a.active {}

.footerBox li a:hover {
	color: #90c830;
}

.footerBox img {
	padding-right: 5px;
	padding-top: 5px;
}