* {
	margin: 0;
	padding: 0; 
}

body {
	background-color: #aaa;
	/*
	font-family: sans-serif;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	*/
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	color: #5F5F5F;
}

a {
	color: #5F5F5F;
}

h2 {
	font-size: small;
	font-style: italic ;
}

h2 a {
	text-decoration: none;
}

a {
	text-decoration: none;
}


div#body {
	background-color: white;
	margin: auto;
	text-align:center;
	width: 760px;
}

div#top {
	height: 25px;
	line-height: 25px;
	background-color: #aaa;
    text-align: right;
    padding-right: 20px;
}

div#top a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

div#head {
	height: 290px;
	position: relative;
}

a#logo {
	background-image: url(images/logo.jpg);
	background-position: top;
	background-repeat:no-repeat;
	display: block;
	height: 112px;
	width: 230px;
}

div#submenudiv {
	background-color: orange;
	background-image: url(images/submenu_bottom.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	float: left;
	height: 290px;
	width: 230px;
}

ul#submenu {
	background-image: url(images/submenu_background.jpg);
	background-position: bottom;
	background-repeat:repeat-y;
	color: white;
	font-size: small;
	height: 106px;
	list-style-type: none;
	text-align: left;
	width: 230px;
}

ul#submenu li {
	margin-left: 10px;
	padding: 2px 0;
	padding-left: 10px;
	position: relative;
}

ul#submenu li a {
	background-image: url(images/arrow_submenu.gif);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: dashed 1px #5f5f5f; /*pokud to tu neni tak se to v IE moc odradkovava po pridani display:block u a*/
	width: 93%;
}

ul#submenu a {
	color: white;
	display: block;
	width: 170px;
	padding-left: 15px;
	text-decoration: none;
}

ul#submenu a:hover {
	color: orange;
}

ul#submenu ul {
	background-image: url(images/submenu_background.jpg);
	background-position: bottom;
	background-repeat:repeat-y;
	border: solid 1px #EEBB77;
	left: 190px;
	list-style-type: none;
	padding-bottom: 5px;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 100;
}

ul#submenu ul li {
	position: relative;
}

ul#submenu ul li a {
	display: block;
	width: 170px;
}

ul#submenu li:hover ul {
	visibility: visible;
}

div#poster {
	height: 290px;
	left: 230px;
	position: absolute;
	width: 530px;
	=z-index: -1;
}

div#poster_aux {
	width: 530px;
	position: relative;
}

div#poster_aux div {
	color: white;
	background-image: url(images/tebeco_poster.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	top: 80px;
	left: 0;
	position: absolute;
	height: 204px;
	width: 530px;
}

a#homepage {
	background-image: url(images/homepage.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: white;
	font-size: small;
	left: 10px;
	padding-left: 10px;
	position: absolute;
	text-decoration: none;
	top: 90px;
	z-index: 14;
}

div#poster_top {
	background-image: url(images/tebeco_poster_top.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
/*
	height: 30px;
	position: relative;
	top: 50px;
	left: 0;
	width: 150px;
	z-index:20;
	background-color: green;
*/
	height:30px; 
	width:130px; 
	position:absolute; 
	right:0; 
	top:50px;
	z-index: 2;
}

div#poster ul {
	font-size: small;
	left: 0;
	list-style-type: none;
	position: absolute;
	top: 0;
	width: 530px;
	z-index: 1;
}

div#poster ul li {
	border-left:dotted 1px #5f5f5f;
	float: left;
}

div#poster ul li a {
	display: block;
	height: 35px;
	padding-top: 30px;
	text-decoration: none;
	width: 87px;
}

div#poster ul li a:hover {
	background-image: url(images/menu_hover.jpg);
	background-position: left;	
	background-repeat: repeat-x;
}

div#poster ul li.first {
	border: none;
}

div#poster ul li.first a {
	width: 90px;
}

div#poster ul li.first a:hover {
	background-color: orange;
}

div#content {
	float:right; 
	font-size: small;
	text-align: left;
	width:500px;
	margin-bottom: 20px; 
	margin-top: 10px; 
	margin-right: 10px;
}

div#content h3 {
	font-size: medium;
	font-style: italic ;
	color: #5F5F5F;
	padding-top: 10px;
}

div#content p {
	padding-top: 10px;
}

div#content ul {
	list-style-image: url(images/arrow_submenu.gif);
	margin-left: 40px;
}

div#content ul li {
	margin-top: 10px;
}

div#content ul li a:hover {
	text-decoration: underline;
}

div#content img {
	border: none;
	margin: 10px 0;
	margin-left: 10px;
}

div#content table {
	margin-top: 10px;
	width: 100%;
	text-align: left;
}

div#content table th {
	text-align: center;
	background-color: orange;
	color: black;
	border:solid 1px black;
}

div#content table td {
	border:solid 1px black;
	padding: 0 10px;
}

div#content table.noborder td {
	border: 0;
}

div#content a:hover {
	text-decoration: none;
}

div#news {
	float:left;
	font-size: small;
	margin-top: 10px;
	padding: 10px;
	padding-top: 0;
	text-align: left;
	width:210px; 
}

div#news p {
}

div#news div {
	color: orange;
	font-weight: bolder;
	padding-top: 10px;
}

div#line {
	background-color: orange;
	font-size: 1px;
	height: 2px;
}

div#foot {
	background-color: black;
	background-image: url(images/foot_background.jpg);
	background-position: top;
	background-repeat:repeat-y;
	border-top: solid 1px white;
	font-size: small;
	color: white;
	padding-top: 15px;
	height: 35px;
}

div#home {
	border: solid 1px white;
	margin-bottom: 10px;
}

div#home h3 {
	font-size: small;
	text-align: left;
}

div#home p {
	text-align: justify;
}

div#home strong {
	text-align: left;
	display: block;
	padding-left: 40px;
}

div#home ul {
	margin-left:50px;
	text-align: left;
}

div#home ul li {
	margin: 0;
	margin-top: 5px;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.width50p {
	width: 50%;
}

/* Gallery */
.gal_image {  
  width:150px;
  overflow:hidden;
  float:left;
  margin:8px 15px 8px 0 !important;
  border:2px solid #666 !important;    
}
  .gal_image_in {
    height:84px;
    text-align:center;
  }
  .gal_image a {    
    display:block;
  }
  .gal_image img {    
    margin:0 !important;    
  }
  .gallery .last {
    margin-right:0 !important;
  }


/* Misc */
.clearfix:after {
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

