* {
	padding: 0px;
	margin: 0px;
}
body {
	font-size: 100%;
	background: white;	
	text-align: center;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
#center {
	text-align: left;
	margin: auto;
	width: 800px;
}
a {
	color: #33c;
}
a:hover {
	color: #c00;
}
a img {
	border: 0px;
}
#header {
	position: relative;
  height: 67px;
	background: url('/my/image/logo.png') no-repeat;
}
#header h1 a {
	display: block;
	height: 67px;
	width: 262px;
	float: left;
	text-indent: -10000px; 
}
#header #continents {
	margin-top: 40px;
	float: right;
}
#header h2 {
	position: absolute;
	display:block;
	top: 40px;
	left: 360px;
	height: 14px;
	width: 150px;
	text-indent: -10000px; 
}
#header form {
    float: right;
    padding-top: 10px;
/*	position: absolute;
    left: 570px;
    top: 30px;
    margin: 0;
    padding: 0;
/*    border: 1px solid #333399;*/
}
#header form div {
    float: left;
}
#header input.tlac	{
/*    margin: 0px 0 0 5px;*/
	}
#header input.in	{
	width: 160px;
}


#menu {
	border-top: 2px solid #339;
	padding-top: 2px;
	margin-top: 2px;
}
#menu ul{
	list-style: none;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	background: url('/my/image/menu.png') no-repeat;
	width: 130px;
	height:30px;
	margin-right: 4px;
}
#menu ul li.posledni {
	margin-right: 0px;
}
#menu ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	display:block;
	width: 130px;
	font-size: 14px;
}
#menu ul li a:hover {
	color: #fc0;
}
#logo2 {
	clear:both;
	margin-top: 10px;
	/*background: url('/my/image/logo2.jpeg') no-repeat;*/
	height: auto;
	width: 800px;
	padding-bottom: 2px;
	border-bottom: 2px solid #339;
}
.expander1 {
	height: 210px;
}
.expander2 {
	height: 20px;
	clear: both;
	display: block;
}
ul {
	margin-top: 10px;
	padding-left: 20px;
}
ul li {
	margin-bottom: 10px;
	font-size: 80%;
}
ul li ul li {
	font-size: 100%;
}
#menu2 {
	width: 170px;
	float: left;
	margin-top: 20px;
}
#menu2 h2 {
	font-size: 1.1em;
}
#menu2 ul {
	list-style: none;
	padding: 0px;
}
#menu2 ul li {
	font-size: 11px;
  border-top: 1px solid #69c;
	margin-bottom: 0px;
}
#menu2 ul li a {
	display: inline-block;
	text-decoration: none;
	color: #555;
	padding: 5px;
}
#menu2 ul li a { /*Nutná obezlička pro IE kvůli mezeře mezi koncem a a li. Musí zůstat samostatně!!!*/
	display: block;
}
#menu2 ul li a:hover,
#menu2 ul li a.selected {
	background: #EDF3F9;
	color: #000;
}
#menu2 ul li.posledni {
	border-bottom: 1px solid #69c;
}
#menu2 h2 {
	margin-bottom: 5px;
	margin-left: 5px;
}
#partners {
	border-top: 2px solid #339;
	clear: both;
	text-align: center;
	padding: 15px 0 0 0;
}
#footer {
	position: relative;
  clear: both;
	font-size: 11px;
	color: #69c;
	background: #f6f9fc;
/*	background: #f2f2f2;*/
	margin: 10px 0 30px 0;
	padding: 10px 0;
/*	border-top: 2px solid #339;*/
}
#footer a {
	text-decoration: none;
	color: #69c;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span {
    margin: 0 3px;
}
.copyright {
  padding-left: 10px;
}
.worldwide3 {
	text-indent: -10000px;
}
a.ww {
	position: absolute;
  display: block;
	width: 86px;
	height: 20px;
    top: 8px;
    left: 704px;
    text-decoration: none;
	background: url(/my/image/worldwide4.png) no-repeat;
}
a.ww:hover {
	background-position: 0 -30px;
}


#text {
	margin-top: 40px;
	margin-bottom: -40px;
}
.content {
	padding: 20px;
}
.column {
	position: relative;
	float: left;
	margin-right: 6px;
	background: url('/my/image/column.png') repeat-x;
	width: 260px;
	height: 260px;
/*	border: 1px solid;*/
}
.column .content {
  padding: 20px;
	margin-top: -40px;
}
.column .posledni {
	margin-right: 0;
}
.column h2 {
	position: relative;
	left: 10px;
	top: -20px;
	font-size: 20px;
}
.column p {
	font-size: 12px;
}
.worldmap {
	margin-top: 10px;
}
.more,.tlac {
  width:60px;
	border:0;
	background: blue url('/my/image/button.png') repeat-x;
	text-align:center;
	cursor:pointer;
	height:20px;
	line-height: 20px;
	font-size: 11px;
	color:white;
	font-weight: bold;
	text-decoration: none;
}
.column .more {
	position: absolute;
	bottom: 15px;
	right: 20px;
	float: right; 
}
.vpravo .more {
  float: right; 
}
.img-right {
  float: right;
  margin: 0 0 10px 20px; 
}
.column form{
	position: absolute;
	bottom: 15px;
}
.tlac {
	margin: 0px 0 0 5px;
}
.tlac:hover, .more:hover {
  color: #fc0;
}
h2, h3, h4 {
  font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #6699cc;
	margin-bottom: 5px;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 20px;
}
h3 {
	clear: both;
	color: #36c;
  	font-size: .9em;
	margin-top: 20px;
}
h3 a {
	color: #36c;
	text-decoration: none;
}
h3 a:hover {
	color: #c00;
	text-decoration: underline;
}
h4 {
	font-size: .8em;
	color: #000;
}
#text2 {
	float: right;
	width: 600px;
	margin-top: 20px;
}
#text3 {
	margin-top: 20px;
}
p, address {
	font-size: .8em;
  	margin-bottom: .8em;
}
address {
  font-style: normal;
}
address img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.logos,
.gallery {
	text-align: center;
	margin-top: 20px;
}
.logos img,
.gallery img {
	vertical-align: middle;
	margin: 10px;
}
.gallery {
	margin-bottom: 20px;
}
#product_logo {
  border-top: 2px solid #339;
	padding-top: 2px;
	margin-bottom: 20px;	
}
#breadcrumb {
	color: #777;
	font-size: 12px;
	margin-bottom: 12px;
}
#breadcrumb a {
	text-decoration: none;
	color: #868686;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

.news_date {
	color: #7f7f7f;
	margin: 0px;
	margin-top: 20px;
}
.news_date2 {
	color: #7f7f7f;
	margin: 0px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.news_heading {
	margin-top: 5px;
}
.search_url {
	color: #7f7f7f;
}
.form_info {
	color: #7f7f7f;
	vertical-align: top;	
	margin-left: 10px;
}
.confirm_button {
	width: 60px;
}
.news_form .heading {
	width:427px;
}
.news_form .textarea {
	width:427px;
}
.add,
.edit,
.delete {
	color:white;
	font-weight:bold;
	padding:3px;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
	font-size:85%;
}
.add {
	background: orange;
}
.edit {
	background: green;
}
.delete {
	background: red;
}
a.add:hover,
a.edit:hover,
a.delete:hover {
	color:white;
	text-decoration:underline;
}
form {
	margin:0;
	padding:0;
	margin-top: 20px;
}
form.full_width {
	clear: both;
}
form label {
	display: block;
	float: left;
	width: 150px;
	clear: inherit;
	text-align: right;
	padding-right: 10px;

}
form input.in {
	width: 200px;
}
fieldset {
	margin-bottom:20px;
	padding-bottom: 10px;
	border: 1px solid #69c;
}
/** For propper IE fieldsets **/
* html fieldset{
	position: relative;
}

* html legend{
	position:absolute;
	top: -.5em;
	left: .5em;
}

* html fieldset{
	position: relative;
	margin-top:20px;
	padding-top:.75em;
}

.margintop {
	margin-top: 15px;
	height: 1px;
	
}
legend {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: #6699cc;
	font-size:85%;
	margin-left: 10px;
}
.cleaner {
        height: 0px; 
        padding-bottom: 13px; 
        clear: both; 
	visibility: hidden; 
}
fieldset label {
	width: 200px;
}
form label.long {
	width: 200px;
}
table {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}
table.data_grid {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #69c;
	border-collapse: collapse;
}
table.data_grid td, 
table.data_grid th {
	border: 1px solid #69c;
	padding: 2px;
	overflow-x:hidden;
}
table.data_grid th {
	background: #EDF3F9;
	font-size: 11px;
	text-align: center;
}
table.data_grid .odd {
	background: #EDF3F9;
}
p a.selected {
	font-weight: bold;
}
span.description {
	float: left;
	width: 370px;
	margin-bottom: 10px;
	display:block;
}
.login_box {
	margin-top: 20px;
	padding: 5px;
	border: 1px solid #69c;
	color: #555; 
	background: #EDF3F9;
}
.login_box p {
	font-size: 11px;
}
.login_box h3 {
	margin-top: 0px;
	margin-bottom: 10px;	
}
strong.red {
	color: red;
}
.orange {
	color: orange;
}
.green {
	color: green;
}
.message {
	border: 1px solid #69c;
	background: #EDF3F9;
	margin-bottom: 20px;
	font-size: 0.85em;
	padding: 5px;
}
.message .info {
	color: #7f7f7f;
	padding-bottom: 5px;
}
select.long,
form input.long {
	width: 275px;
}
p#upload {
	display:none;
}
.red {
	color: red;
}
.highlight {
	font-size: 105%;
}
#welcome {
	font-size: 85%;
	margin-bottom: 20px;
}
#welcome .right {
	float: right;
	font-size: #505050;;
}
.extra {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	width: 550px;
}
.from_admin {
	background: white;
}
.unread {
	border: 1px solid red;
}
label.left {
	text-align: left;
	padding-left: 20px;
}
input.right {
	
	margin-left: 307px;
}
p select {
	margin-top: 5px;
}
form p select {
	margin-top: 0px;
}
