html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: 'Open Sans', Verdana, Arial, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 12px;
	background-color: #ffffff;
}
input, select, textarea {
	outline: 0;
	border: 1px solid #888888;
	border-radius: 4px;
	padding: 3px;
}
textarea {
	resize: none;
	overflow: auto;
}

#wrapper {
	overflow: hidden;
	margin: 0 200px 0 290px;
	min-width: 600px;
}

#menu_cont {
	float: left;
	width: 190px;
	margin: 260px 60px 0 30px;
}
#menu h2 {
	font-size: 1.3em;
	text-align: right;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	text-align: right;
	font-size: 1.25em;
	padding: 3px 0;
}
#menu ul li a {
	text-decoration: none;
	color: #707070;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #000000;
}
#menu ul li .menu_active {
	color: #000000;
	text-transform: uppercase;
}

#images_cont {
	float: left;
	width: 700px;
}
#image_list {
	text-align: left;
	overflow: hidden;
}
.photo_thumb_cont {
	position: relative;
	float: left;
}
.photo_delete {
	position: absolute;
	right: 0;
	cursor: pointer;
}
.photo_thumb {
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin: 1px;
}
.add_category_div {
	text-align: right;
}
.remove_category {
	cursor: pointer;
}

#upload_images_cont {
	margin: 20px 0;
	padding-top: 10px;
	text-align: left;
	border-top: 1px dotted #cccccc;
}
#upload_images_cont h3 {
	margin-left: 5px;
}
#progressBar {
	margin-top: 20px;
	overflow: hidden;
	width: 300px;
	margin-left: 10px;
}
#start_perc {
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	float: left;
}
#bar_border {
	width: 104px;
	border: 1px solid #000;
	width: 200px;
	height: 20px;
	float: left;
	padding: 1px;
}
#bar_status {
	width: 0;
	height: 20px;
	background-color: #000;
}
#end_perc {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	float: left;
}
#upload_images_cont input[type="file"] {
	border: 0;
}

#popup_images_cont {
	position: absolute;
	background-color: #ffffff;
	top: 0;
	left: 0;
	display: none;
}
#popup_top_cont {
	position: relative;
	height: 130px;
}
#popup_logo {
	position: absolute;
	top: 0;
	left: 20px;
}
#popup_close {
	position: absolute;
	top: 20px;
	right: 20px;
}
#popup_close_btn {
	cursor: pointer;
}
#popup_image_list_cont {
	position: relative;
}
#popup_go_left {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 100;
	cursor: url('../images/cursor_prev.cur'), none;
}
#popup_go_right {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 101;
	cursor: url('../images/cursor_next.cur'), none;
}
#popup_image {
	margin: 0 auto 10px;
}
#popup_image img {
	max-width: 900px;
	max-height: 600px;
}
.popup_show_image {
	display: none;
}

#images_cont .viewport {
	overflow: hidden;
	position: relative;
}
#images_cont .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 700px;
}
#images_cont .thumb .end,
#images_cont .thumb {
	background-color: #888888;
}
#images_cont .scrollbar {
	position: relative;
	float: right;
	width: 1px;
	top: 100px;
	bottom: 100px;
}
#images_cont .track {
	background-color: #cccccc;
	height: 100%;
	width: 1px;
	position: relative;
}
#images_cont .thumb {
	height: 20px;
	width: 1px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#images_cont .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 13px;
}
#images_cont .disable {
	display: none;
}

#kontakt_menu {
	margin-top: 20px;
}

#logo {
	margin-top: 50px;
}

#logo_above_images {
	margin: 60px auto 0px auto;
}

#contact_cont {
	width: 500px;
	overflow: hidden;
	margin: 0 auto;
}
#contact_left {
	float: left;
	width: 200px;
}
#contact_right {
	float: right;
	width: 200px;
}
#contact_info {
	clear: both;
	margin-top: 140px;
	text-align: center;
}