* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #e9e9e8;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 1140px;
	padding-left: 10px;
	padding-right: 10px;

	margin-right: auto;
	margin-left: auto;
}

#main_content {
	background-color: white;
	width:720px;
	margin-right: 10px;
	float: left;
}

#main_content #main_text {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}

#main_content #main_text p {
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 24px;
}

h1 {
	background-color: #363636;
	height: 30px;
	font-size: 1.3em;
	color: white;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}

h2 {
	font-size: 1.2em;
}

#contact_table {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
	font-size: 12px;
}

.table_label {
	color: #aaaaaa;
	font-weight: 600;
}

#contact_table tr td {
	padding-bottom: 5px;
}

#contact_table tr td:nth-of-type(2) {
	padding-left: 75px;
}

#contact_table tr td:nth-of-type(3) {
	padding-left: 90px;
}

#right_bar {
	background-color: white;
	float: right;
	width: 400px;
	margin-left: 10px;
}

#right_bar h3 {
	background-color: #5fbd21;
	height: 30px;
	color: white;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	/*font-size: 1.3em;*/
}

.image-link {
	display: block;
	height: 102px;
	background-color: white;
	background-image: url( 'img/play_arrow.png' );
	background-repeat: no-repeat;
	background-position: 92% 50%;
}


.image-link:hover {
	background-color: #f2f2f2;
}

div#operate_slovak a.image-link img {
	margin-left: 12px;
	margin-top: 20px;
}

div#operate_czech a.image-link img {
	margin-left: 12px;
	margin-top: 20px;
}

#right_bar hr {
	background-color: #e9e9e8;
	border: 0px;
	height: 1px;
}

#top_bar {
	width:100%;
}

#logo {
	margin-top:30px;
	margin-left:27px;
	margin-bottom:15px;
}

div#langs {
	float:right;
	margin-right: 8px;
	margin-top:50px;
}

div#langs #slovak_flag {
	margin-right: 7px;
}