html, body {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}

body {
	font-size: 0.9em;
	line-height: 120%;
	padding-left: 40px;
}

#content a {
	color: #000000;
}

img {
	border: 0px none;
}

h2, h3, h4, h5, h6 {
	/*font-family: "Lucida Grande", "Helvetica Neue", "Lucida Sans Unicode", Verdana, Arial, sans-serif;*/
	margin: 15px 0px;
	padding: 0px;
}

h2 {
	font-size: 150%;
	font-weight: normal;
}

address {
	font-style: normal;
}

table {
	width: 80%;
	margin-left: 5%;
}

table, table td, table tr, table th {
	border: 1px solid #AAA;
	border-collapse: collapse;
}

table td, table th {
	padding: 2px 6px;
}

table th {
	background-color: #F6F6F6;
	text-align: left;
}

thead tr, thead th {
	background-color: #DDD;
}

hr {
	height: 0px;
	border: 0px none;
	border-top: 2px dotted #888;
	margin: 1.5em 0em;
}


.hidden { /* For elements that are only visible on text-browsers */
	display: none;
}

.clear { /* To clear floats */
	clear: both;
}

.float-left {
	margin: 0px;
	float: left;
}

img.float-left {
	margin: 2px;
	margin-right: 5px;
	margin-bottom: 15px;
}

.float-right {
	margin: 0px;
	float: right;
}

img.float-right {
	margin: 2px;
	margin-left: 5px;
	margin-bottom: 15px;
}

#pagebox, #header, #menu, #menu li {
	padding: 0px;
	margin: 0px;
}

#pagebox {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	height: 142px;
	text-indent: -9999px;
	background-image: url(img/header.png);
	background-repeat: no-repeat; /* just to be sure */
	overflow: hidden;
	cursor: pointer;
}

#menu {
	list-style: none;
	width: 160px;
	position: absolute;
	top: 180px;
	left: 0;
	/*border-right: 1px solid #333;*/
	padding-left: 50px;
	padding-right: 50px;
	padding-top:	10px;
	padding-bottom:	30px;
	font-weight: bold;
	font-size: 13px;
}

#menu, #menu a
{
	color: #333;
	text-decoration: none;
}

#menu li {
	padding: 2px;
	padding-left: 10px;
	border-top: 1px solid #333;
	width: 148px;
}

#menu li.first-child {
	border: none;
}

#menu li.last-child {
	padding-bottom: 30px;
}

#menu li.menu-contact {
	border: none;
	margin-top: 20px;
	font-weight: normal;
	font-size: 0.7em;
}

#content {
	padding: 5px;
	font-size: 90%;
	padding-left: 250px;
	padding-top: 30px;
	padding-right: 20px;
}


#content.page-kontakt #formmailer label {
	font-weight: bold;
	display: block;
	vertical-align: top;
	width: 500px;
	clear: both;
	min-height: 15pt;
	text-align: right;
}

#content.page-kontakt #formmailer label span {
	float: left;
}

#content.page-kontakt #formmailer label input,
#content.page-kontakt #formmailer label select {
	width: 300px;
	margin-bottom: 5px;
}

#content.page-kontakt #formmailer label input.checkbox {
	margin-right: 290px;
	width: auto;
}

#content.page-kontakt #formmailer label textarea {
	width: 300px;
	height: 200px;
	margin-bottom: 5px;
}

#content .leftcolumn {
	width: 260px;
	float: left;
	margin-right: 10px;
}

#content .rightcolumn {
	width: 200px;
	float: right;
}

#content .leftcolumn img, #content .rightcolumn img {
	margin: 0px;
	margin-right: -20px;
}

#content .aftercolumns {
	clear: both;
}

#content ul {
	margin-left: 0px;
	padding-left: 20px;
}

