/************************************************
	Typography CSS
************************************************/

body {
color:#321d08;
font: 12px Verdana, sans-serif;
background-color:#ffffff;
}

a, a:visited {
	color: #e0344e;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h3.regulamin {
	color: #007FB3;
	margin: 10px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

#sidebar .sidebar-inside  a, #sidebar .sidebar-inside a:visited {
	color: #321d08;
}

#sidebar .sidebar-inside  a:hover {
	text-decoration: none;
}

#sidebar h3 {
	background: url(../images/elements/header.png) right top no-repeat;
	color: #ffffff;
	padding-bottom: 1px;
	width: 230px;
}

#sidebar h3 span {
	display: block;
	margin-right: 10px;
	padding: 7px 0 6px 10px;
}

#sidebar h3 span.login {
	background: url(../images/icons/ico-social.jpg) right bottom no-repeat;
}

#sidebar h3 span.logout {
	position: relative;
}

.h_separator {
	background: url(../images/elements/box_h_separator.gif) top left repeat-x;
	border: none;
	clear: both;
	display: block;
	font-size: 1px;
	height: 2px;
	margin: 10px 0;
	padding: 0;
}

.bigger {
	font-size: 14px;
}

.normal {
	font-size: 12px;
}

.small {
	font-size: 11px;
}

.micro {
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.thin {
	font-weight: normal;
}

.green {
	background-color: #ddf4ce;
}

.relative {
	position: relative;
}

.nopadding {
	padding: 0;
}

.nomargin {
	margin: 0;
}

.margin-bottom {
	display: block;
	margin-bottom: 10px;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.margin-top {
	display: block;
	margin-top: 10px;
}

.margin-r {
	display: block;
	margin-right: 10px;
}

.margin-l {
	display: block;
	margin-left: 10px;
}

.padding-l {
	padding-left: 10px;
}

.padding-r {
	padding-right: 10px;
}

.padding-b {
	padding-bottom: 10px;
}

.padding-t {
	padding-top: 10px;
}

.margin-input {
	margin-top: 5px;
	margin-left: 5px;
}

.required, .important {
	color: red;
}

.text-right {
	display: block;
	text-align: right;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

.half {
	width:360px;
}

.center {
	text-align: center;
}

table.no-bg {
	background: none;
}

.box-content img.center-block {
	display:block;
	margin-left: auto;
	margin-right: auto;
}

/* Box content styles */

.box-content p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}

.box-content a, .box-content a:visited {
	color: #e0344e;
	text-decoration: underline;
}

.box-content a:hover {
	text-decoration: none;
}

.box-content img {
	border: 3px solid #C7D8DF;
	margin: 1px;
}

.box-content img:hover {
	border: 3px solid #A6C9E2;
}

.box-content img.noborder, ul.item-info li.noborder {
	border: 0;
}

.box-content ul, .box-content ol  {
	margin: 0 0 10px 30px;
}

.box-content li {
	margin-bottom: 5px;
}

.box-content .googlemap {
	border: 3px solid #C7D8DF;
	margin: 10px auto;
}

h3.excerpt {
	font-size: 14px;
	margin:5px 0 10px 0;
}

.hidded, .hided {
	display: none;
}

.box-inside .information {
padding:0 10px 3px 55px;
background:url(../images/icons/question-trans.png) no-repeat;
border-bottom:1px solid #e3f4fc;
margin:10px 0;
min-height:50px;
}