@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #171717;
}

strong a {
	color: #59ba0a;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

label {
	font-size: 11px;
}

select, option, input, textarea {
	color: #171717;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

input, textarea {
	padding: 1px 3px 1px 3px;
	background: #fff;
	border: 1px solid #000;
}

textarea {
	overflow: auto;
}

form p {
	margin-bottom: 0;
}

ul {
	margin-left: 25px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

#header h1 {
	width: 100%;
	height: 223px;
	padding: 4px 0 0 0;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 223px;
}

#menu h2 {
	margin: 0 0 10px 0;
	color: #59ba0a;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#menu h2 a {
	color: #59ba0a;
	text-decoration: none;
}

#content h1 {
	margin: 0 0 30px 0;
	color: #59ba0a;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
}

#content h2 {
	margin: 0 0 25px 0;
	color: #59ba0a;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#content #left h2, #content #right h2 {
	margin: 0 0 10px 0;
	color: #59ba0a;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#content h2 a {
	color: #59ba0a;
	text-decoration: none;
}

#content #right h3 {
	color: #59ba0a;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
}

#content #right h3 strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}

/* kalkulator */

#content .modul h2 {
	margin: 0 0 5px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#content h1.margintop {
	margin-top: 30px;
}

#content .modul label {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px;
	color:#59BA0A;
} 	